]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
ArmPkg/ArmMmuLib ARM: fix thinko in second level page table handling
[mirror_edk2.git] / SecurityPkg / Hash2DxeCrypto / Hash2DxeCrypto.inf
CommitLineData
724dcbb2
JY
1## @file\r
2# Produces the UEFI HASH2 protocol\r
3#\r
4# This module will use EDKII crypto libary to HASH2 protocol.\r
5#\r
cb9a7eba 6# (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>\r
b3548d32 7# Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
724dcbb2
JY
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\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 = Hash2DxeCrypto\r
21 FILE_GUID = 63E3BDCF-2AC7-4ac0-9B92-03A7541422FF\r
22 MODULE_TYPE = UEFI_DRIVER\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = Hash2DriverEntryPoint\r
25 MODULE_UNI_FILE = Hash2DxeCrypto.uni\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
4cecd19a 30# VALID_ARCHITECTURES = IA32 X64\r
724dcbb2
JY
31#\r
32\r
33[Sources.common]\r
34 Hash2DxeCrypto.c\r
35 Driver.h\r
36 Driver.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 CryptoPkg/CryptoPkg.dec\r
41\r
42[LibraryClasses]\r
43 UefiBootServicesTableLib\r
44 BaseLib\r
45 BaseMemoryLib\r
46 BaseCryptLib\r
47 MemoryAllocationLib\r
48 UefiDriverEntryPoint\r
49 DebugLib\r
50 UefiLib\r
51\r
52[Guids]\r
cb9a7eba 53 gEfiHashAlgorithmMD5Guid ## CONSUMES ## GUID\r
0e44e861
JY
54 gEfiHashAlgorithmSha1Guid ## CONSUMES ## GUID\r
55 gEfiHashAlgorithmSha256Guid ## CONSUMES ## GUID\r
56 gEfiHashAlgorithmSha384Guid ## CONSUMES ## GUID\r
57 gEfiHashAlgorithmSha512Guid ## CONSUMES ## GUID\r
724dcbb2
JY
58\r
59[Protocols]\r
0e44e861
JY
60 gEfiHash2ProtocolGuid ## PRODUCES\r
61 gEfiHash2ServiceBindingProtocolGuid ## PRODUCES\r
724dcbb2
JY
62\r
63[UserExtensions.TianoCore."ExtraFiles"]\r
b3548d32 64 Hash2DxeCryptoExtra.uni\r