]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Library / HashInstanceLibSha1 / HashInstanceLibSha1.inf
1 ## @file
2 # Provides BaseCrypto SHA1 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 = HashInstanceLibSha1
14 MODULE_UNI_FILE = HashInstanceLibSha1.uni
15 FILE_GUID = 9A7A6AB4-9DA6-4aa4-90CB-6D4B79EDA7B9
16 MODULE_TYPE = BASE
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = NULL
19 CONSTRUCTOR = HashInstanceLibSha1Constructor
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 HashInstanceLibSha1.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