]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / SecurityPkg / Library / DxeTpmMeasurementLib / DxeTpmMeasurementLib.inf
CommitLineData
a332cfd3 1## @file\r
8c06c53b
MX
2# Provides below measurement functions:\r
3# 1. TPM measurement functions for TPM1.2 and TPM 2.0\r
4# 2. Confidential Computing (CC) measurement functions\r
b3548d32
LG
5#\r
6# This library provides TpmMeasureAndLogData() to measure and log data, and\r
60c944c7 7# extend the measurement result into a specific PCR.\r
a332cfd3 8#\r
b3548d32 9# Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.<BR>\r
289b714b 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
a332cfd3 11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = DxeTpmMeasurementLib\r
17 FILE_GUID = 30930D10-AF5B-4abf-80E6-EB4FFC0AE9D1\r
18 MODULE_TYPE = UEFI_DRIVER\r
19 VERSION_STRING = 1.0\r
4cecd19a 20 LIBRARY_CLASS = TpmMeasurementLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
60c944c7 21 MODULE_UNI_FILE = DxeTpmMeasurementLib.uni\r
a332cfd3 22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
4cecd19a 26# VALID_ARCHITECTURES = IA32 X64\r
a332cfd3 27#\r
28\r
29[Sources]\r
30 DxeTpmMeasurementLib.c\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
7ae77cee 34 MdeModulePkg/MdeModulePkg.dec\r
a332cfd3 35 SecurityPkg/SecurityPkg.dec\r
36\r
37[LibraryClasses]\r
38 BaseLib\r
39 BaseMemoryLib\r
40 DebugLib\r
41 MemoryAllocationLib\r
42 UefiBootServicesTableLib\r
43\r
44[Protocols]\r
8c06c53b
MX
45 gEfiTcgProtocolGuid ## SOMETIMES_CONSUMES\r
46 gEfiTcg2ProtocolGuid ## SOMETIMES_CONSUMES\r
47 gEfiCcMeasurementProtocolGuid ## SOMETIMES_CONSUMES\r