]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
NetworkPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / SecurityPkg / Library / Tpm2DeviceLibRouter / Tpm2DeviceLibRouterDxe.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 = Tpm2DeviceLibRouterDxe\r
19 FILE_GUID = C3D69D87-5200-4aab-A6DB-2569BA1A92FC\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = Tpm2DeviceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER \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 Tpm2DeviceLibRouterDxe.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 PcdLib\r
42\r
43[Pcd]\r
44 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid\r