]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
SecurityPkg: Fix typo 'Ihis' with 'This' in codes
[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
07309c3d 8# Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>\r
c1d93242
JY
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = Tpm2DeviceLibRouterDxe\r
60c944c7 21 MODULE_UNI_FILE = Tpm2DeviceLibRouterDxe.uni\r
c1d93242
JY
22 FILE_GUID = C3D69D87-5200-4aab-A6DB-2569BA1A92FC\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = Tpm2DeviceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER \r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF\r
31#\r
32\r
33[Sources]\r
34 Tpm2DeviceLibRouterDxe.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 SecurityPkg/SecurityPkg.dec\r
39\r
40[LibraryClasses]\r
41 BaseLib\r
42 BaseMemoryLib\r
43 DebugLib\r
44 PcdLib\r
45\r
46[Pcd]\r
60c944c7 47 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid ## CONSUMES\r