]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
SecurityPkg: INF/DEC file updates to EDK II packages
[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
4# This library provides TpmMeasureAndLogData() to to measure and log data, and \r
5# extend the measurement result into a specific PCR.\r
a332cfd3 6#\r
60c944c7 7# Copyright (c) 2012 - 2014, 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
37 SecurityPkg/SecurityPkg.dec\r
38\r
39[LibraryClasses]\r
40 BaseLib\r
41 BaseMemoryLib\r
42 DebugLib\r
43 MemoryAllocationLib\r
44 UefiBootServicesTableLib\r
45\r
46[Protocols]\r
60c944c7
DG
47 gEfiTcgProtocolGuid ## SOMETIMES_CONSUMES\r
48 gEfiTrEEProtocolGuid ## SOMETIMES_CONSUMES\r