]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/TpmCommLib/TpmCommLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / SecurityPkg / Library / TpmCommLib / TpmCommLib.inf
1 ## @file
2 # Provides some common functions for the TCG feature
3 #
4 # This instance provides basic TPM Interface Specification (TIS) functions
5 # and TPM hashall function.
6 #
7 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = TpmCommLib
15 MODULE_UNI_FILE = TpmCommLib.uni
16 FILE_GUID = 7d9fe32e-a6a9-4cdf-abff-10cc7f22e1c9
17 MODULE_TYPE = PEIM
18 VERSION_STRING = 1.0
19 LIBRARY_CLASS = TpmCommLib|DXE_DRIVER UEFI_DRIVER PEIM DXE_SMM_DRIVER
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64
25 #
26
27 [Sources]
28 TisPc.c
29 TpmComm.c
30 CommonHeader.h
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 SecurityPkg/SecurityPkg.dec
35 CryptoPkg/CryptoPkg.dec
36
37 [LibraryClasses]
38 BaseLib
39 BaseMemoryLib
40 IoLib
41 TimerLib
42 BaseCryptLib
43 MemoryAllocationLib
44 DebugLib
45