]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
Add TPM2 support defined in trusted computing group.
[mirror_edk2.git] / SecurityPkg / Library / DxeTpmMeasurementLib / DxeTpmMeasurementLib.inf
CommitLineData
a332cfd3 1## @file\r
60c944c7
DG
2# Provides TPM measurement functions for TPM1.2 and TPM 2.0\r
3# \r
7ae77cee 4# This library provides TpmMeasureAndLogData() to measure and log data, and \r
60c944c7 5# extend the measurement result into a specific PCR.\r
a332cfd3 6#\r
7ae77cee 7# Copyright (c) 2012 - 2015, Intel Corporation. All rights reserved.<BR>\r
a332cfd3 8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = DxeTpmMeasurementLib\r
20 FILE_GUID = 30930D10-AF5B-4abf-80E6-EB4FFC0AE9D1\r
21 MODULE_TYPE = UEFI_DRIVER\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = TpmMeasurementLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER \r
60c944c7 24 MODULE_UNI_FILE = DxeTpmMeasurementLib.uni\r
a332cfd3 25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF\r
30#\r
31\r
32[Sources]\r
33 DxeTpmMeasurementLib.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
7ae77cee 37 MdeModulePkg/MdeModulePkg.dec\r
a332cfd3 38 SecurityPkg/SecurityPkg.dec\r
39\r
40[LibraryClasses]\r
41 BaseLib\r
42 BaseMemoryLib\r
43 DebugLib\r
44 MemoryAllocationLib\r
45 UefiBootServicesTableLib\r
46\r
47[Protocols]\r
60c944c7 48 gEfiTcgProtocolGuid ## SOMETIMES_CONSUMES\r
1abfa4ce 49 gEfiTcg2ProtocolGuid ## SOMETIMES_CONSUMES\r