]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Library / Tpm12DeviceLibDTpm / Tpm12DeviceLibDTpm.inf
1 ## @file
2 # Provides TPM 1.2 TIS functions
3 #
4 # This library implements TIS (TPM Interface Specification) functions which is
5 # used for every TPM 1.2 command. Choosing this library means platform uses and
6 # only uses TPM 1.2 device.
7 #
8 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = Tpm12DeviceLibDTpm
16 MODULE_UNI_FILE = Tpm12DeviceLibDTpm.uni
17 FILE_GUID = BC2B7672-A48B-4d58-B39E-AEE3707B5A23
18 MODULE_TYPE = BASE
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = Tpm12DeviceLib
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64
26 #
27
28 [Sources]
29 Tpm12Tis.c
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 SecurityPkg/SecurityPkg.dec
34
35 [LibraryClasses]
36 BaseLib
37 BaseMemoryLib
38 IoLib
39 TimerLib
40 DebugLib
41
42 [Pcd]
43 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress ## CONSUMES