]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Library / DxeTpmMeasurementLib / DxeTpmMeasurementLib.inf
... / ...
CommitLineData
1## @file\r
2# Provides TPM measurement functions for TPM1.2 and TPM 2.0\r
3#\r
4# This library provides TpmMeasureAndLogData() to measure and log data, and\r
5# extend the measurement result into a specific PCR.\r
6#\r
7# Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.<BR>\r
8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
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
18 LIBRARY_CLASS = TpmMeasurementLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
19 MODULE_UNI_FILE = DxeTpmMeasurementLib.uni\r
20\r
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
24# VALID_ARCHITECTURES = IA32 X64\r
25#\r
26\r
27[Sources]\r
28 DxeTpmMeasurementLib.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 MdeModulePkg/MdeModulePkg.dec\r
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
43 gEfiTcgProtocolGuid ## SOMETIMES_CONSUMES\r
44 gEfiTcg2ProtocolGuid ## SOMETIMES_CONSUMES\r