]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
SecurityPkg: Clean up source files
[mirror_edk2.git] / SecurityPkg / Library / HashLibBaseCryptoRouter / HashLibBaseCryptoRouterPei.inf
... / ...
CommitLineData
1## @file\r
2# Provides hash service by registered hash handler\r
3#\r
4# This library is BaseCrypto router. It will redirect hash request to each individual\r
5# hash handler registered, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to\r
6# mask some hash engines.\r
7#\r
8# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
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 = HashLibBaseCryptoRouterPei\r
21 MODULE_UNI_FILE = HashLibBaseCryptoRouterPei.uni\r
22 FILE_GUID = DDCBCFBA-8EEB-488a-96D6-097831A6E50B\r
23 MODULE_TYPE = PEIM\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = HashLib|PEIM\r
26 CONSTRUCTOR = HashLibBaseCryptoRouterPeiConstructor\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF\r
32#\r
33\r
34[Sources]\r
35 HashLibBaseCryptoRouterCommon.h\r
36 HashLibBaseCryptoRouterCommon.c\r
37 HashLibBaseCryptoRouterPei.c\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 SecurityPkg/SecurityPkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
43\r
44[LibraryClasses]\r
45 BaseLib\r
46 BaseMemoryLib\r
47 DebugLib\r
48 Tpm2CommandLib\r
49 MemoryAllocationLib\r
50 PcdLib\r
51 HobLib\r
52\r
53[Guids]\r
54 ## SOMETIMES_CONSUMES ## GUID\r
55 gZeroGuid\r
56\r
57[Pcd]\r
58 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask ## CONSUMES\r
59 ## SOMETIMES_CONSUMES\r
60 ## SOMETIMES_PRODUCES\r
61 gEfiSecurityPkgTokenSpaceGuid.PcdTcg2HashAlgorithmBitmap\r
62\r