]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/SecTpmMeasurementLib/SecTpmMeasurementLibTdx.inf
Security: Add SecTpmMeasurementLibTdx
[mirror_edk2.git] / SecurityPkg / Library / SecTpmMeasurementLib / SecTpmMeasurementLibTdx.inf
1 ## @file
2 # Provides RTMR based measurement functions for Intel Tdx guest.
3 #
4 # This library provides TpmMeasureAndLogData() in a TDX guest to measure and log data, and
5 # extend the measurement result into a specific RTMR.
6 #
7 # Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = SecTpmMeasurementLibTdx
15 FILE_GUID = 1aeb641c-0324-47bd-b29d-e59671fc4106
16 MODULE_TYPE = BASE
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = TpmMeasurementLib|SEC
19
20 [Sources]
21 SecTpmMeasurementLibTdx.c
22
23 [Packages]
24 CryptoPkg/CryptoPkg.dec
25 MdeModulePkg/MdeModulePkg.dec
26 MdePkg/MdePkg.dec
27 SecurityPkg/SecurityPkg.dec
28
29 [Guids]
30 gCcEventEntryHobGuid
31
32 [LibraryClasses]
33 BaseLib
34 HashLib