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