1// Copyright (c) Microsoft Corporation. 2// Licensed under the MIT License. 3 4pub mod hcl; 5pub mod tdx; 6#[cfg(feature = "tpm")] 7pub mod vtpm;