]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / SecurityPkg / Library / Tpm2DeviceLibDTpm / Tpm2InstanceLibDTpm.inf
1 ## @file
2 # Provides a DTPM instance for TPM 2.0 TIS/PTP.
3 #
4 # This library can be registered to Tpm 2.0 device router, to be active TPM 2.0
5 # engine, based on platform setting. It supports both TIS (TPM Interface Specification)
6 # and PTP (Platform TPM Profile) functions.
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 = Tpm2InstanceLibDTpm
16 MODULE_UNI_FILE = Tpm2InstanceLibDTpm.uni
17 FILE_GUID = 286BF25A-C2C3-408c-B3B4-25E6758B7317
18 MODULE_TYPE = BASE
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = NULL
21 CONSTRUCTOR = Tpm2InstanceLibDTpmConstructor
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64
27 #
28
29 [Sources]
30 Tpm2Tis.c
31 Tpm2Ptp.c
32 Tpm2InstanceLibDTpm.c
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 SecurityPkg/SecurityPkg.dec
37
38 [LibraryClasses]
39 BaseLib
40 BaseMemoryLib
41 IoLib
42 TimerLib
43 DebugLib
44 PcdLib
45
46 [Pcd]
47 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress ## CONSUMES
48 gEfiSecurityPkgTokenSpaceGuid.PcdActiveTpmInterfaceType ## PRODUCES
49 gEfiSecurityPkgTokenSpaceGuid.PcdCRBIdleByPass ## PRODUCES