]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Library / HashInstanceLibSha256 / HashInstanceLibSha256.inf
1 ## @file
2 # Provides BaseCrypto SHA256 hash service
3 #
4 # This library can be registered to BaseCrypto router, to serve as hash engine.
5 #
6 # Copyright (c) 2013 - 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 = HashInstanceLibSha256
14 MODULE_UNI_FILE = HashInstanceLibSha256.uni
15 FILE_GUID = 5810798A-ED30-4080-8DD7-B9667A748C02
16 MODULE_TYPE = BASE
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = NULL
19 CONSTRUCTOR = HashInstanceLibSha256Constructor
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 HashInstanceLibSha256.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 Tpm2CommandLib
40 MemoryAllocationLib
41 BaseCryptLib