]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf
Add TPM2 implementation.
[mirror_edk2.git] / SecurityPkg / Library / Tpm2DeviceLibRouter / Tpm2DeviceLibRouterPei.inf
CommitLineData
c1d93242
JY
1## @file\r
2# Ihis library is TPM2 device router. Platform can register multi TPM2 instance to it\r
3# via PcdTpmInstanceGuid. Platform need make choice that which one will be final one.\r
4# At most one TPM2 instance can be finally registered, and other will return unsupported.\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 = Tpm2DeviceLibRouterPei\r
19 FILE_GUID = 97CDCF04-4C8E-42fe-8015-11CC8A6E9D81\r
20 MODULE_TYPE = PEIM\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = Tpm2DeviceLib|PEIM\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF\r
28#\r
29\r
30[Sources]\r
31 Tpm2DeviceLibRouterPei.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 SecurityPkg/SecurityPkg.dec\r
36\r
37[LibraryClasses]\r
38 BaseLib\r
39 BaseMemoryLib\r
40 DebugLib\r
41 HobLib\r
42 PcdLib\r
43\r
44[Pcd]\r
45 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid\r
46