]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Library / Tpm2DeviceLibRouter / Tpm2DeviceLibRouterDxe.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 = Tpm2DeviceLibRouterDxe
16 MODULE_UNI_FILE = Tpm2DeviceLibRouterDxe.uni
17 FILE_GUID = C3D69D87-5200-4aab-A6DB-2569BA1A92FC
18 MODULE_TYPE = DXE_DRIVER
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = Tpm2DeviceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
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 Tpm2DeviceLibRouterDxe.c
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 SecurityPkg/SecurityPkg.dec
34
35 [LibraryClasses]
36 BaseLib
37 BaseMemoryLib
38 DebugLib
39 PcdLib
40
41 [Pcd]
42 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid ## CONSUMES