mirror of https://github.com/acidanthera/audk.git
33 lines
776 B
INI
33 lines
776 B
INI
## @file
|
|
# TdxMeasurementLib NULL instance
|
|
#
|
|
# Copyright (c) 2025, Intel Corporation. All rights reserved.<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = TdxMeasurementNullLib
|
|
FILE_GUID = 975d11ff-b11e-4cf4-b453-6d93a9ea8d7b
|
|
MODULE_TYPE = BASE
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = TdxMeasurementLib
|
|
|
|
#
|
|
# The following information is for reference only and not required by the build tools.
|
|
#
|
|
# VALID_ARCHITECTURES = X64
|
|
#
|
|
|
|
[Sources]
|
|
TdxMeasurementLibNull.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
UefiCpuPkg/UefiCpuPkg.dec
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|