]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
SecurityPkg: Clean up source files
[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
c1d93242
JY
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = Tpm2InstanceLibDTpm\r
60c944c7 21 MODULE_UNI_FILE = Tpm2InstanceLibDTpm.uni\r
c1d93242
JY
22 FILE_GUID = 286BF25A-C2C3-408c-B3B4-25E6758B7317\r
23 MODULE_TYPE = BASE\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = NULL\r
26 CONSTRUCTOR = Tpm2InstanceLibDTpmConstructor\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF\r
32#\r
33\r
34[Sources]\r
35 Tpm2Tis.c\r
79e748cf 36 Tpm2Ptp.c\r
c1d93242
JY
37 Tpm2InstanceLibDTpm.c\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 SecurityPkg/SecurityPkg.dec\r
42\r
43[LibraryClasses]\r
44 BaseLib\r
45 BaseMemoryLib\r
46 IoLib\r
47 TimerLib\r
48 DebugLib\r
f15cb995 49 PcdLib\r
c1d93242
JY
50\r
51[Pcd]\r
f15cb995 52 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress ## CONSUMES\r
63197670 53 gEfiSecurityPkgTokenSpaceGuid.PcdActiveTpmInterfaceType ## PRODUCES\r
b3548d32 54 gEfiSecurityPkgTokenSpaceGuid.PcdCRBIdleByPass ## PRODUCES\r