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