]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[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
289b714b 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
724dcbb2
JY
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = Hash2DxeCrypto\r
15 FILE_GUID = 63E3BDCF-2AC7-4ac0-9B92-03A7541422FF\r
16 MODULE_TYPE = UEFI_DRIVER\r
17 VERSION_STRING = 1.0\r
18 ENTRY_POINT = Hash2DriverEntryPoint\r
19 MODULE_UNI_FILE = Hash2DxeCrypto.uni\r
20\r
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
4cecd19a 24# VALID_ARCHITECTURES = IA32 X64\r
724dcbb2
JY
25#\r
26\r
27[Sources.common]\r
28 Hash2DxeCrypto.c\r
29 Driver.h\r
30 Driver.c\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 CryptoPkg/CryptoPkg.dec\r
35\r
36[LibraryClasses]\r
37 UefiBootServicesTableLib\r
38 BaseLib\r
39 BaseMemoryLib\r
40 BaseCryptLib\r
41 MemoryAllocationLib\r
42 UefiDriverEntryPoint\r
43 DebugLib\r
44 UefiLib\r
45\r
46[Guids]\r
cb9a7eba 47 gEfiHashAlgorithmMD5Guid ## CONSUMES ## GUID\r
0e44e861
JY
48 gEfiHashAlgorithmSha1Guid ## CONSUMES ## GUID\r
49 gEfiHashAlgorithmSha256Guid ## CONSUMES ## GUID\r
50 gEfiHashAlgorithmSha384Guid ## CONSUMES ## GUID\r
51 gEfiHashAlgorithmSha512Guid ## CONSUMES ## GUID\r
724dcbb2
JY
52\r
53[Protocols]\r
0e44e861
JY
54 gEfiHash2ProtocolGuid ## PRODUCES\r
55 gEfiHash2ServiceBindingProtocolGuid ## PRODUCES\r
724dcbb2
JY
56\r
57[UserExtensions.TianoCore."ExtraFiles"]\r
b3548d32 58 Hash2DxeCryptoExtra.uni\r