]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
Add TPM2 support defined in trusted computing group.
[mirror_edk2.git] / SecurityPkg / Library / HashLibBaseCryptoRouter / HashLibBaseCryptoRouterDxe.inf
CommitLineData
c1d93242 1## @file\r
60c944c7
DG
2# Provides hash service by registered hash handler\r
3#\r
c1d93242 4# Ihis library is BaseCrypto router. It will redirect hash request to each individual\r
60c944c7
DG
5# hash handler registered, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to \r
6# mask some hash engines.\r
c1d93242 7#\r
1abfa4ce 8# Copyright (c) 2013 - 2015, 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 = HashLibBaseCryptoRouterDxe\r
60c944c7 21 MODULE_UNI_FILE = HashLibBaseCryptoRouterDxe.uni\r
c1d93242
JY
22 FILE_GUID = 158DC712-F15A-44dc-93BB-1675045BE066\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
22f89647 25 LIBRARY_CLASS = HashLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER \r
c1d93242
JY
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 HashLibBaseCryptoRouterCommon.h\r
35 HashLibBaseCryptoRouterCommon.c\r
36 HashLibBaseCryptoRouterDxe.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 SecurityPkg/SecurityPkg.dec\r
41\r
42[LibraryClasses]\r
43 BaseLib\r
44 BaseMemoryLib\r
45 DebugLib\r
46 Tpm2CommandLib\r
47 MemoryAllocationLib\r
48 PcdLib\r
49\r
50[Pcd]\r
1abfa4ce
JY
51 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask ## CONSUMES\r
52 gEfiSecurityPkgTokenSpaceGuid.PcdTcg2HashAlgorithmBitmap ## CONSUMES\r
c1d93242 53\r