]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
SecurityPkg: INF/DEC file updates to EDK II packages
[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
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
JY
7#\r
8# Copyright (c) 2013, 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
60c944c7 21 MODULE_UNI_FILE = HashLibBaseCryptoRouterPei.uni\r
c1d93242
JY
22 FILE_GUID = DDCBCFBA-8EEB-488a-96D6-097831A6E50B\r
23 MODULE_TYPE = PEIM\r
24 VERSION_STRING = 1.0\r
22f89647 25 LIBRARY_CLASS = HashLib|PEIM\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 HashLibBaseCryptoRouterPei.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 HobLib\r
50\r
51[Pcd]\r
60c944c7 52 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask ## CONSUMES\r
c1d93242 53\r