]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/TpmCommLib/TpmCommLib.inf
Enhance GPT measurement to be able to handle different partition entry size.
[mirror_edk2.git] / SecurityPkg / Library / TpmCommLib / TpmCommLib.inf
CommitLineData
0c18794e 1## @file\r
2# TpmCommLib instance implements basis TPM Interface Specification (TIS) and TPM command functions.\r
3#\r
4# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = TpmCommLib\r
17 FILE_GUID = 7d9fe32e-a6a9-4cdf-abff-10cc7f22e1c9\r
18 MODULE_TYPE = PEIM\r
19 VERSION_STRING = 1.0\r
20 LIBRARY_CLASS = TpmCommLib|DXE_DRIVER UEFI_DRIVER PEIM DXE_SMM_DRIVER\r
21\r
22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
25# VALID_ARCHITECTURES = IA32 X64 IPF\r
26#\r
27\r
28[Sources]\r
29 TisPc.c\r
30 TpmComm.c\r
31 CommonHeader.h\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 SecurityPkg/SecurityPkg.dec\r
36 CryptoPkg/CryptoPkg.dec\r
37\r
38[LibraryClasses]\r
39 BaseLib\r
40 BaseMemoryLib\r
41 IoLib\r
42 TimerLib\r
43 BaseCryptLib\r
44 MemoryAllocationLib\r
45 DebugLib\r
46\r