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