]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
f2cf9156479a2140035e42dd7a5a0f8db38a5ddd
[mirror_edk2.git] / SecurityPkg / Library / HashLibBaseCryptoRouter / HashLibBaseCryptoRouterDxe.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 = HashLibBaseCryptoRouterDxe
19 FILE_GUID = 158DC712-F15A-44dc-93BB-1675045BE066
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = HashLibBaseCrypto|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
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 HashLibBaseCryptoRouterDxe.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
47 [Pcd]
48 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask
49