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