]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf
SecurityPkg/Tpm12CommandLib: Add TPM 1.2 commands used by TCG modules
[mirror_edk2.git] / SecurityPkg / Library / Tpm12CommandLib / Tpm12CommandLib.inf
CommitLineData
c1d93242 1## @file\r
60c944c7 2# Provides some TPM 1.2 commands\r
c1d93242 3#\r
60c944c7
DG
4# This library is used by other modules to send TPM 1.2 command.\r
5#\r
83b9662f 6# Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>\r
c1d93242
JY
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = Tpm12CommandLib\r
60c944c7 19 MODULE_UNI_FILE = Tpm12CommandLib.uni\r
c1d93242
JY
20 FILE_GUID = C595047C-70B3-4731-99CC-A014E956D7A7\r
21 MODULE_TYPE = BASE\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = Tpm12CommandLib\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF\r
29#\r
30\r
31[Sources]\r
32 Tpm12Startup.c\r
33 Tpm12Ownership.c\r
92ca0c67 34 Tpm12NvStorage.c\r
83b9662f
MK
35 Tpm12GetCapability.c\r
36 Tpm12Pcr.c\r
37 Tpm12PhysicalPresence.c\r
38 Tpm12SelfTest.c\r
c1d93242
JY
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 SecurityPkg/SecurityPkg.dec\r
43\r
44[LibraryClasses]\r
45 BaseLib\r
46 BaseMemoryLib\r
47 IoLib\r
48 TimerLib\r
49 DebugLib\r
50 Tpm12DeviceLib\r