]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Library / Tpm2DeviceLibRouter / Tpm2DeviceLibRouterPei.inf
CommitLineData
c1d93242 1## @file\r
60c944c7 2# Provides TPM 2.0 TIS functions\r
c1d93242 3#\r
07309c3d 4# This library is TPM 2.0 device router. Platform can register multi TPM 2.0 instance to\r
60c944c7
DG
5# it via PcdTpmInstanceGuid. Platform need make choice that which one will be final one.\r
6# At most one TPM 2.0 instance can be finally registered, and other will return unsupported.\r
7#\r
b3548d32 8# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
289b714b 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
c1d93242
JY
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = Tpm2DeviceLibRouterPei\r
60c944c7 16 MODULE_UNI_FILE = Tpm2DeviceLibRouterPei.uni\r
c1d93242
JY
17 FILE_GUID = 97CDCF04-4C8E-42fe-8015-11CC8A6E9D81\r
18 MODULE_TYPE = PEIM\r
19 VERSION_STRING = 1.0\r
20 LIBRARY_CLASS = Tpm2DeviceLib|PEIM\r
21\r
22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
4cecd19a 25# VALID_ARCHITECTURES = IA32 X64\r
c1d93242
JY
26#\r
27\r
28[Sources]\r
29 Tpm2DeviceLibRouterPei.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 SecurityPkg/SecurityPkg.dec\r
34\r
35[LibraryClasses]\r
36 BaseLib\r
37 BaseMemoryLib\r
38 DebugLib\r
39 HobLib\r
40 PcdLib\r
41\r
42[Pcd]\r
60c944c7 43 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid ## CONSUMES\r
b3548d32 44\r