]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Library / Tpm12CommandLib / Tpm12CommandLib.inf
1 ## @file
2 # Provides some TPM 1.2 commands
3 #
4 # This library is used by other modules to send TPM 1.2 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 = Tpm12CommandLib
14 MODULE_UNI_FILE = Tpm12CommandLib.uni
15 FILE_GUID = C595047C-70B3-4731-99CC-A014E956D7A7
16 MODULE_TYPE = BASE
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = Tpm12CommandLib
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 Tpm12Startup.c
28 Tpm12Ownership.c
29 Tpm12NvStorage.c
30 Tpm12GetCapability.c
31 Tpm12Pcr.c
32 Tpm12PhysicalPresence.c
33 Tpm12SelfTest.c
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 SecurityPkg/SecurityPkg.dec
38
39 [LibraryClasses]
40 BaseLib
41 BaseMemoryLib
42 IoLib
43 TimerLib
44 DebugLib
45 Tpm12DeviceLib