Files
system76-edk2/OvmfPkg/Library/SecMeasurementLib/SecMeasurementLibTdx.inf
Min Xu a708536dce OvmfPkg: Introduce SecMeasurementLib
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3853

SecMeasurementLib is designed to do the measurement in SEC phase. In
current stage there are 2 functions introduced:
 - MeasureHobList: Measure the Hoblist passed from the VMM.
 - MeasureFvImage: Measure the FV image.

SecMeasurementLibTdx is the TDX version of the library.

Cc: Brijesh Singh <brijesh.singh@amd.com>
Cc: Erdem Aktas <erdemaktas@google.com>
Cc: James Bottomley <jejb@linux.ibm.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Tom Lendacky <thomas.lendacky@amd.com>
Cc: Ken Lu <ken.lu@intel.com>
Cc: Sami Mujawar <sami.mujawar@arm.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Signed-off-by: Min Xu <min.m.xu@intel.com>
2022-06-03 11:41:36 +00:00

31 lines
717 B
INI

#/** @file
#
# Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
#**/
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = SecMeasurementLibTdx
FILE_GUID = 3e3fc69d-e834-40e9-96ed-e1e721f41883
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = SecMeasurementLib
[Sources]
SecMeasurementLibTdx.c
[Packages]
MdePkg/MdePkg.dec
OvmfPkg/OvmfPkg.dec
CryptoPkg/CryptoPkg.dec
SecurityPkg/SecurityPkg.dec
[Guids]
gCcEventEntryHobGuid
gUefiOvmfPkgTokenSpaceGuid
[LibraryClasses]
HashLib