]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Library / HashLibBaseCryptoRouter / HashLibBaseCryptoRouterPei.inf
CommitLineData
c1d93242 1## @file\r
60c944c7
DG
2# Provides hash service by registered hash handler\r
3#\r
07309c3d 4# This library is BaseCrypto router. It will redirect hash request to each individual\r
b3548d32 5# hash handler registered, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to\r
60c944c7 6# mask some hash engines.\r
c1d93242 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 = HashLibBaseCryptoRouterPei\r
60c944c7 16 MODULE_UNI_FILE = HashLibBaseCryptoRouterPei.uni\r
c1d93242
JY
17 FILE_GUID = DDCBCFBA-8EEB-488a-96D6-097831A6E50B\r
18 MODULE_TYPE = PEIM\r
19 VERSION_STRING = 1.0\r
22f89647 20 LIBRARY_CLASS = HashLib|PEIM\r
9fe9cf9a 21 CONSTRUCTOR = HashLibBaseCryptoRouterPeiConstructor\r
c1d93242
JY
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
4cecd19a 26# VALID_ARCHITECTURES = IA32 X64\r
c1d93242
JY
27#\r
28\r
29[Sources]\r
30 HashLibBaseCryptoRouterCommon.h\r
31 HashLibBaseCryptoRouterCommon.c\r
32 HashLibBaseCryptoRouterPei.c\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 SecurityPkg/SecurityPkg.dec\r
9fe9cf9a 37 MdeModulePkg/MdeModulePkg.dec\r
c1d93242
JY
38\r
39[LibraryClasses]\r
40 BaseLib\r
41 BaseMemoryLib\r
42 DebugLib\r
43 Tpm2CommandLib\r
44 MemoryAllocationLib\r
45 PcdLib\r
46 HobLib\r
47\r
9fe9cf9a 48[Guids]\r
f37bcdd6 49 ## SOMETIMES_CONSUMES ## GUID\r
9fe9cf9a
SZ
50 gZeroGuid\r
51\r
c1d93242 52[Pcd]\r
1abfa4ce 53 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask ## CONSUMES\r
e3d045ed
LG
54 ## SOMETIMES_CONSUMES\r
55 ## SOMETIMES_PRODUCES\r
56 gEfiSecurityPkgTokenSpaceGuid.PcdTcg2HashAlgorithmBitmap\r
c1d93242 57\r