]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
2389e4a7e545a29fe62de668330e83465b5eac34
[mirror_edk2.git] / SecurityPkg / Library / HashInstanceLibSha384 / HashInstanceLibSha384.inf
1 ## @file
2 # Provides BaseCrypto SHA384 hash service
3 #
4 # This library can be registered to BaseCrypto router, to serve as hash engine.
5 #
6 # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = HashInstanceLibSha384
14 MODULE_UNI_FILE = HashInstanceLibSha384.uni
15 FILE_GUID = 74223710-17A9-478F-9B24-E354496B968B
16 MODULE_TYPE = BASE
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = NULL
19 CONSTRUCTOR = HashInstanceLibSha384Constructor
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]
28 HashInstanceLibSha384.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 SecurityPkg/SecurityPkg.dec
33 CryptoPkg/CryptoPkg.dec
34
35 [LibraryClasses]
36 BaseLib
37 BaseMemoryLib
38 DebugLib
39 MemoryAllocationLib
40 BaseCryptLib