]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Library / Tpm2DeviceLibRouter / Tpm2DeviceLibRouterDxe.inf
... / ...
CommitLineData
1## @file\r
2# Provides TPM 2.0 TIS functions\r
3#\r
4# This library is TPM 2.0 device router. Platform can register multi TPM 2.0 instance to\r
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
8# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = Tpm2DeviceLibRouterDxe\r
16 MODULE_UNI_FILE = Tpm2DeviceLibRouterDxe.uni\r
17 FILE_GUID = C3D69D87-5200-4aab-A6DB-2569BA1A92FC\r
18 MODULE_TYPE = DXE_DRIVER\r
19 VERSION_STRING = 1.0\r
20 LIBRARY_CLASS = Tpm2DeviceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
21\r
22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
25# VALID_ARCHITECTURES = IA32 X64\r
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
42 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid ## CONSUMES\r