]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / SecurityPkg / Library / HashInstanceLibSha384 / HashInstanceLibSha384.inf
CommitLineData
3a347533
ZC
1## @file\r
2# Provides BaseCrypto SHA384 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 = HashInstanceLibSha384\r
14 MODULE_UNI_FILE = HashInstanceLibSha384.uni\r
15 FILE_GUID = 74223710-17A9-478F-9B24-E354496B968B\r
16 MODULE_TYPE = BASE\r
17 VERSION_STRING = 1.0\r
18 LIBRARY_CLASS = NULL\r
19 CONSTRUCTOR = HashInstanceLibSha384Constructor\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 HashInstanceLibSha384.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