]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
SecurityPkg: Clean up source files
[mirror_edk2.git] / SecurityPkg / Library / HashLibBaseCryptoRouter / HashLibBaseCryptoRouterDxe.inf
CommitLineData
c1d93242 1## @file\r
60c944c7
DG
2# Provides hash service by registered hash handler\r
3#\r
07309c3d 4# This library is BaseCrypto router. It will redirect hash request to each individual\r
b3548d32 5# hash handler registered, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to\r
60c944c7 6# mask some hash engines.\r
c1d93242 7#\r
b3548d32 8# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
c1d93242
JY
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 = HashLibBaseCryptoRouterDxe\r
60c944c7 21 MODULE_UNI_FILE = HashLibBaseCryptoRouterDxe.uni\r
c1d93242
JY
22 FILE_GUID = 158DC712-F15A-44dc-93BB-1675045BE066\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
b3548d32 25 LIBRARY_CLASS = HashLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
9fe9cf9a 26 CONSTRUCTOR = HashLibBaseCryptoRouterDxeConstructor\r
c1d93242
JY
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 HashLibBaseCryptoRouterDxe.c\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 SecurityPkg/SecurityPkg.dec\r
42\r
43[LibraryClasses]\r
44 BaseLib\r
45 BaseMemoryLib\r
46 DebugLib\r
47 Tpm2CommandLib\r
48 MemoryAllocationLib\r
49 PcdLib\r
50\r
51[Pcd]\r
1abfa4ce 52 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask ## CONSUMES\r
e3d045ed
LG
53 ## SOMETIMES_CONSUMES\r
54 ## SOMETIMES_PRODUCES\r
55 gEfiSecurityPkgTokenSpaceGuid.PcdTcg2HashAlgorithmBitmap\r
c1d93242 56\r