]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
SecurityPkg: Clean up source files
[mirror_edk2.git] / SecurityPkg / Library / HashLibBaseCryptoRouter / HashLibBaseCryptoRouterPei.inf
1 ## @file
2 # Provides hash service by registered hash handler
3 #
4 # This library is BaseCrypto router. It will redirect hash request to each individual
5 # hash handler registered, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to
6 # mask some hash engines.
7 #
8 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = HashLibBaseCryptoRouterPei
21 MODULE_UNI_FILE = HashLibBaseCryptoRouterPei.uni
22 FILE_GUID = DDCBCFBA-8EEB-488a-96D6-097831A6E50B
23 MODULE_TYPE = PEIM
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = HashLib|PEIM
26 CONSTRUCTOR = HashLibBaseCryptoRouterPeiConstructor
27
28 #
29 # The following information is for reference only and not required by the build tools.
30 #
31 # VALID_ARCHITECTURES = IA32 X64 IPF
32 #
33
34 [Sources]
35 HashLibBaseCryptoRouterCommon.h
36 HashLibBaseCryptoRouterCommon.c
37 HashLibBaseCryptoRouterPei.c
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 SecurityPkg/SecurityPkg.dec
42 MdeModulePkg/MdeModulePkg.dec
43
44 [LibraryClasses]
45 BaseLib
46 BaseMemoryLib
47 DebugLib
48 Tpm2CommandLib
49 MemoryAllocationLib
50 PcdLib
51 HobLib
52
53 [Guids]
54 ## SOMETIMES_CONSUMES ## GUID
55 gZeroGuid
56
57 [Pcd]
58 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask ## CONSUMES
59 ## SOMETIMES_CONSUMES
60 ## SOMETIMES_PRODUCES
61 gEfiSecurityPkgTokenSpaceGuid.PcdTcg2HashAlgorithmBitmap
62