]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
Add UEFI2.5 HASH protocol implementation.
[mirror_edk2.git] / SecurityPkg / Hash2DxeCrypto / Hash2DxeCrypto.inf
1 ## @file
2 # Produces the UEFI HASH2 protocol
3 #
4 # This module will use EDKII crypto libary to HASH2 protocol.
5 #
6 # Copyright (c) 2015, 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 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = Hash2DxeCrypto
20 FILE_GUID = 63E3BDCF-2AC7-4ac0-9B92-03A7541422FF
21 MODULE_TYPE = UEFI_DRIVER
22 VERSION_STRING = 1.0
23 ENTRY_POINT = Hash2DriverEntryPoint
24 MODULE_UNI_FILE = Hash2DxeCrypto.uni
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF
30 #
31
32 [Sources.common]
33 Hash2DxeCrypto.c
34 Driver.h
35 Driver.c
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 CryptoPkg/CryptoPkg.dec
40
41 [LibraryClasses]
42 UefiBootServicesTableLib
43 BaseLib
44 BaseMemoryLib
45 BaseCryptLib
46 MemoryAllocationLib
47 UefiDriverEntryPoint
48 DebugLib
49 UefiLib
50
51 [Guids]
52 gEfiHashAlgorithmSha1Guid
53 gEfiHashAlgorithmSha256Guid
54 gEfiHashAlgorithmSha384Guid
55 gEfiHashAlgorithmSha512Guid
56
57 [Protocols]
58 gEfiHash2ProtocolGuid
59 gEfiHash2ServiceBindingProtocolGuid
60
61 [UserExtensions.TianoCore."ExtraFiles"]
62 Hash2DxeCryptoExtra.uni