Commit | Line | Data |
---|---|---|
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 |
79e748cf | 8 | # Copyright (c) 2013 - 2016, 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 | |
49 | \r | |
50 | [Pcd]\r | |
60c944c7 | 51 | gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress ## CONSUMES\r |