]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
SecurityPkg: Removing ipf which is no longer supported from edk2.
[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
4cecd19a 6# Copyright (c) 2013 - 2018, 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
4cecd19a 28# VALID_ARCHITECTURES = IA32 X64\r
c1d93242
JY
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
087132a8 43 Tpm2Object.c\r
c1d93242
JY
44 Tpm2Miscellaneous.c\r
45 Tpm2Help.c\r
46\r
47[Packages]\r
48 MdePkg/MdePkg.dec\r
49 SecurityPkg/SecurityPkg.dec\r
50\r
51[LibraryClasses]\r
52 BaseLib\r
53 BaseMemoryLib\r
54 DebugLib\r
55 Tpm2DeviceLib\r