]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Library / Tpm2DeviceLibRouter / Tpm2DeviceLibRouterDxe.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 = Tpm2DeviceLibRouterDxe\r
60c944c7 16 MODULE_UNI_FILE = Tpm2DeviceLibRouterDxe.uni\r
c1d93242
JY
17 FILE_GUID = C3D69D87-5200-4aab-A6DB-2569BA1A92FC\r
18 MODULE_TYPE = DXE_DRIVER\r
19 VERSION_STRING = 1.0\r
4cecd19a 20 LIBRARY_CLASS = Tpm2DeviceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
c1d93242
JY
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 Tpm2DeviceLibRouterDxe.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 PcdLib\r
40\r
41[Pcd]\r
60c944c7 42 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid ## CONSUMES\r