]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Library / Tpm2CommandLib / Tpm2CommandLib.inf
1 ## @file
2 # Provides some TPM 2.0 commands
3 #
4 # This library is used by other modules to send TPM 2.0 command.
5 #
6 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = Tpm2CommandLib
14 MODULE_UNI_FILE = Tpm2CommandLib.uni
15 FILE_GUID = 2F572F32-8BE5-4868-BD1D-7438AD97DC27
16 MODULE_TYPE = BASE
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = Tpm2CommandLib
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64
24 #
25
26 [Sources]
27 Tpm2Capability.c
28 Tpm2Sequences.c
29 Tpm2Integrity.c
30 Tpm2Hierarchy.c
31 Tpm2NVStorage.c
32 Tpm2Startup.c
33 Tpm2Session.c
34 Tpm2Context.c
35 Tpm2EnhancedAuthorization.c
36 Tpm2Test.c
37 Tpm2DictionaryAttack.c
38 Tpm2Object.c
39 Tpm2Miscellaneous.c
40 Tpm2Help.c
41
42 [Packages]
43 MdePkg/MdePkg.dec
44 SecurityPkg/SecurityPkg.dec
45
46 [LibraryClasses]
47 BaseLib
48 BaseMemoryLib
49 DebugLib
50 Tpm2DeviceLib