]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf
Add TPM12 NV related function.
[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
6# Copyright (c) 2013 - 2014, 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
c1d93242
JY
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 SecurityPkg/SecurityPkg.dec\r
39\r
40[LibraryClasses]\r
41 BaseLib\r
42 BaseMemoryLib\r
43 IoLib\r
44 TimerLib\r
45 DebugLib\r
46 Tpm12DeviceLib\r
47\r