]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Library / HashInstanceLibSha512 / HashInstanceLibSha512.inf
CommitLineData
3a347533
ZC
1## @file\r
2# Provides BaseCrypto SHA512 hash service\r
3#\r
4# This library can be registered to BaseCrypto router, to serve as hash engine.\r
5#\r
6# Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
289b714b 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
3a347533
ZC
8#\r
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = HashInstanceLibSha512\r
14 MODULE_UNI_FILE = HashInstanceLibSha512.uni\r
15 FILE_GUID = 959C3685-AC3F-4F3E-AC5B-7E2A64BADD36\r
16 MODULE_TYPE = BASE\r
17 VERSION_STRING = 1.0\r
18 LIBRARY_CLASS = NULL\r
19 CONSTRUCTOR = HashInstanceLibSha512Constructor\r
20\r
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
24# VALID_ARCHITECTURES = IA32 X64\r
25#\r
26\r
27[Sources]\r
28 HashInstanceLibSha512.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 SecurityPkg/SecurityPkg.dec\r
33 CryptoPkg/CryptoPkg.dec\r
34\r
35[LibraryClasses]\r
36 BaseLib\r
37 BaseMemoryLib\r
38 DebugLib\r
39 MemoryAllocationLib\r
40 BaseCryptLib\r