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