]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
SecurityPkg: Tcg2PpVendorLibNull: Added support for MM_STANDALONE type
[mirror_edk2.git] / SecurityPkg / Library / Tpm2DeviceLibDTpm / Tpm2InstanceLibDTpm.inf
CommitLineData
c1d93242 1## @file\r
79e748cf 2# Provides a DTPM instance for TPM 2.0 TIS/PTP.\r
c1d93242 3#\r
79e748cf
JY
4# This library can be registered to Tpm 2.0 device router, to be active TPM 2.0\r
5# engine, based on platform setting. It supports both TIS (TPM Interface Specification)\r
6# and PTP (Platform TPM Profile) functions.\r
60c944c7 7#\r
f15cb995 8# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
289b714b 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
c1d93242
JY
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = Tpm2InstanceLibDTpm\r
60c944c7 16 MODULE_UNI_FILE = Tpm2InstanceLibDTpm.uni\r
c1d93242
JY
17 FILE_GUID = 286BF25A-C2C3-408c-B3B4-25E6758B7317\r
18 MODULE_TYPE = BASE\r
19 VERSION_STRING = 1.0\r
20 LIBRARY_CLASS = NULL\r
21 CONSTRUCTOR = Tpm2InstanceLibDTpmConstructor\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
4cecd19a 26# VALID_ARCHITECTURES = IA32 X64\r
c1d93242
JY
27#\r
28\r
29[Sources]\r
30 Tpm2Tis.c\r
79e748cf 31 Tpm2Ptp.c\r
c1d93242
JY
32 Tpm2InstanceLibDTpm.c\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 SecurityPkg/SecurityPkg.dec\r
37\r
38[LibraryClasses]\r
39 BaseLib\r
40 BaseMemoryLib\r
41 IoLib\r
42 TimerLib\r
43 DebugLib\r
f15cb995 44 PcdLib\r
c1d93242
JY
45\r
46[Pcd]\r
f15cb995 47 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress ## CONSUMES\r
63197670 48 gEfiSecurityPkgTokenSpaceGuid.PcdActiveTpmInterfaceType ## PRODUCES\r
b3548d32 49 gEfiSecurityPkgTokenSpaceGuid.PcdCRBIdleByPass ## PRODUCES\r