]> 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 # Copyright (c) Microsoft Corporation
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = Tpm2InstanceLibDTpm
17 MODULE_UNI_FILE = Tpm2InstanceLibDTpm.uni
18 FILE_GUID = 286BF25A-C2C3-408c-B3B4-25E6758B7317
19 MODULE_TYPE = BASE
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = NULL
22 CONSTRUCTOR = Tpm2InstanceLibDTpmConstructor
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64
28 #
29
30 [Sources]
31 Tpm2Tis.c
32 Tpm2Ptp.c
33 Tpm2InstanceLibDTpm.c
34 Tpm2DeviceLibDTpmBase.c
35 Tpm2DeviceLibDTpm.h
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 SecurityPkg/SecurityPkg.dec
40
41 [LibraryClasses]
42 BaseLib
43 BaseMemoryLib
44 IoLib
45 TimerLib
46 DebugLib
47 PcdLib
48
49 [Pcd]
50 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress ## CONSUMES
51 gEfiSecurityPkgTokenSpaceGuid.PcdActiveTpmInterfaceType ## PRODUCES
52 gEfiSecurityPkgTokenSpaceGuid.PcdCRBIdleByPass ## PRODUCES