## @file # TdxHelperLib Dxe instance # # This module provides Tdx helper functions in DXE phase. # Copyright (c) 2025, Intel Corporation. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent # ## [Defines] INF_VERSION = 0x00010005 BASE_NAME = DxeTdxMeasurementLib FILE_GUID = 7ad50992-cc31-4d2c-9048-6e92ed4b42b5 MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = TdxMeasurementLib|DXE_DRIVER DXE_RUNTIME_DRIVER # # The following information is for reference only and not required by the build tools. # # VALID_ARCHITECTURES = X64 # [Sources] DxeTdxMeasurement.c TdxMeasurementCommon.c [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec UefiCpuPkg/UefiCpuPkg.dec SecurityPkg/SecurityPkg.dec CryptoPkg/CryptoPkg.dec [LibraryClasses] BaseLib DebugLib HobLib PcdLib BaseCryptLib