]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
MdePkg: Add TPM TIS definition.
[mirror_edk2.git] / SecurityPkg / Library / Tpm2DeviceLibDTpm / Tpm2InstanceLibDTpm.inf
CommitLineData
c1d93242 1## @file\r
60c944c7 2# Provides a DTPM instance for TPM 2.0\r
c1d93242 3#\r
60c944c7
DG
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.\r
6#\r
7# Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>\r
c1d93242
JY
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = Tpm2InstanceLibDTpm\r
60c944c7 20 MODULE_UNI_FILE = Tpm2InstanceLibDTpm.uni\r
c1d93242
JY
21 FILE_GUID = 286BF25A-C2C3-408c-B3B4-25E6758B7317\r
22 MODULE_TYPE = BASE\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = NULL\r
25 CONSTRUCTOR = Tpm2InstanceLibDTpmConstructor\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF\r
31#\r
32\r
33[Sources]\r
34 Tpm2Tis.c\r
35 Tpm2InstanceLibDTpm.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 SecurityPkg/SecurityPkg.dec\r
40\r
41[LibraryClasses]\r
42 BaseLib\r
43 BaseMemoryLib\r
44 IoLib\r
45 TimerLib\r
46 DebugLib\r
47\r
48[Pcd]\r
60c944c7 49 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress ## CONSUMES\r