]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
Add comments for INF file to declare guid/protocol usage.
[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
6# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = Hash2DxeCrypto\r
20 FILE_GUID = 63E3BDCF-2AC7-4ac0-9B92-03A7541422FF\r
21 MODULE_TYPE = UEFI_DRIVER\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = Hash2DriverEntryPoint\r
24 MODULE_UNI_FILE = Hash2DxeCrypto.uni\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF\r
30#\r
31\r
32[Sources.common]\r
33 Hash2DxeCrypto.c\r
34 Driver.h\r
35 Driver.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 CryptoPkg/CryptoPkg.dec\r
40\r
41[LibraryClasses]\r
42 UefiBootServicesTableLib\r
43 BaseLib\r
44 BaseMemoryLib\r
45 BaseCryptLib\r
46 MemoryAllocationLib\r
47 UefiDriverEntryPoint\r
48 DebugLib\r
49 UefiLib\r
50\r
51[Guids]\r
0e44e861
JY
52 gEfiHashAlgorithmSha1Guid ## CONSUMES ## GUID\r
53 gEfiHashAlgorithmSha256Guid ## CONSUMES ## GUID\r
54 gEfiHashAlgorithmSha384Guid ## CONSUMES ## GUID\r
55 gEfiHashAlgorithmSha512Guid ## CONSUMES ## GUID\r
724dcbb2
JY
56\r
57[Protocols]\r
0e44e861
JY
58 gEfiHash2ProtocolGuid ## PRODUCES\r
59 gEfiHash2ServiceBindingProtocolGuid ## PRODUCES\r
724dcbb2
JY
60\r
61[UserExtensions.TianoCore."ExtraFiles"]\r
62 Hash2DxeCryptoExtra.uni