]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / SecurityPkg / Hash2DxeCrypto / Hash2DxeCrypto.inf
1 ## @file
2 # Produces the UEFI HASH2 protocol
3 #
4 # This module will use EDKII crypto library to HASH2 protocol.
5 #
6 # (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>
7 # Copyright (c) 2015 - 2020, Intel Corporation. All rights reserved.<BR>
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = Hash2DxeCrypto
15 FILE_GUID = 63E3BDCF-2AC7-4ac0-9B92-03A7541422FF
16 MODULE_TYPE = UEFI_DRIVER
17 VERSION_STRING = 1.0
18 ENTRY_POINT = Hash2DriverEntryPoint
19 MODULE_UNI_FILE = Hash2DxeCrypto.uni
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64
25 #
26
27 [Sources.common]
28 Hash2DxeCrypto.c
29 Driver.h
30 Driver.c
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 CryptoPkg/CryptoPkg.dec
35
36 [LibraryClasses]
37 UefiBootServicesTableLib
38 BaseLib
39 BaseMemoryLib
40 BaseCryptLib
41 MemoryAllocationLib
42 UefiDriverEntryPoint
43 DebugLib
44 UefiLib
45
46 [Guids]
47 gEfiHashAlgorithmSha256Guid ## CONSUMES ## GUID
48 gEfiHashAlgorithmSha384Guid ## CONSUMES ## GUID
49 gEfiHashAlgorithmSha512Guid ## CONSUMES ## GUID
50
51 [Protocols]
52 gEfiHash2ProtocolGuid ## PRODUCES
53 gEfiHash2ServiceBindingProtocolGuid ## PRODUCES
54
55 [UserExtensions.TianoCore."ExtraFiles"]
56 Hash2DxeCryptoExtra.uni