]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
MdeModulePkg/PrintLib: Add safe print functions [A|U]ValueToStringS
[mirror_edk2.git] / SecurityPkg / Library / Tpm2CommandLib / Tpm2CommandLib.inf
CommitLineData
c1d93242 1## @file\r
60c944c7 2# Provides some TPM 2.0 commands\r
c1d93242 3#\r
60c944c7
DG
4# This library is used by other modules to send TPM 2.0 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 = Tpm2CommandLib\r
60c944c7 19 MODULE_UNI_FILE = Tpm2CommandLib.uni\r
c1d93242
JY
20 FILE_GUID = 2F572F32-8BE5-4868-BD1D-7438AD97DC27\r
21 MODULE_TYPE = BASE\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = Tpm2CommandLib\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 Tpm2Capability.c\r
33 Tpm2Sequences.c\r
34 Tpm2Integrity.c\r
35 Tpm2Hierarchy.c\r
36 Tpm2NVStorage.c\r
37 Tpm2Startup.c\r
967eacca
JY
38 Tpm2Session.c\r
39 Tpm2Context.c\r
40 Tpm2EnhancedAuthorization.c\r
c1d93242
JY
41 Tpm2Test.c\r
42 Tpm2DictionaryAttack.c\r
43 Tpm2Miscellaneous.c\r
44 Tpm2Help.c\r
45\r
46[Packages]\r
47 MdePkg/MdePkg.dec\r
48 SecurityPkg/SecurityPkg.dec\r
49\r
50[LibraryClasses]\r
51 BaseLib\r
52 BaseMemoryLib\r
53 DebugLib\r
54 Tpm2DeviceLib\r