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