]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Library / DxeTpmMeasurementLib / DxeTpmMeasurementLib.inf
CommitLineData
a332cfd3 1## @file\r
60c944c7 2# Provides TPM measurement functions for TPM1.2 and TPM 2.0\r
b3548d32
LG
3#\r
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
b3548d32 7# Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.<BR>\r
289b714b 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
a332cfd3 9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = DxeTpmMeasurementLib\r
15 FILE_GUID = 30930D10-AF5B-4abf-80E6-EB4FFC0AE9D1\r
16 MODULE_TYPE = UEFI_DRIVER\r
17 VERSION_STRING = 1.0\r
4cecd19a 18 LIBRARY_CLASS = TpmMeasurementLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
60c944c7 19 MODULE_UNI_FILE = DxeTpmMeasurementLib.uni\r
a332cfd3 20\r
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
4cecd19a 24# VALID_ARCHITECTURES = IA32 X64\r
a332cfd3 25#\r
26\r
27[Sources]\r
28 DxeTpmMeasurementLib.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
7ae77cee 32 MdeModulePkg/MdeModulePkg.dec\r
a332cfd3 33 SecurityPkg/SecurityPkg.dec\r
34\r
35[LibraryClasses]\r
36 BaseLib\r
37 BaseMemoryLib\r
38 DebugLib\r
39 MemoryAllocationLib\r
40 UefiBootServicesTableLib\r
41\r
42[Protocols]\r
60c944c7 43 gEfiTcgProtocolGuid ## SOMETIMES_CONSUMES\r
1abfa4ce 44 gEfiTcg2ProtocolGuid ## SOMETIMES_CONSUMES\r