]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Library / HashInstanceLibSha256 / HashInstanceLibSha256.inf
CommitLineData
c1d93242 1## @file\r
60c944c7 2# Provides BaseCrypto SHA256 hash service\r
c1d93242 3#\r
60c944c7
DG
4# This library can be registered to BaseCrypto router, to serve as hash engine.\r
5#\r
4cecd19a 6# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
289b714b 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
c1d93242
JY
8#\r
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = HashInstanceLibSha256\r
60c944c7 14 MODULE_UNI_FILE = HashInstanceLibSha256.uni\r
c1d93242
JY
15 FILE_GUID = 5810798A-ED30-4080-8DD7-B9667A748C02\r
16 MODULE_TYPE = BASE\r
17 VERSION_STRING = 1.0\r
18 LIBRARY_CLASS = NULL\r
19 CONSTRUCTOR = HashInstanceLibSha256Constructor\r
20\r
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
4cecd19a 24# VALID_ARCHITECTURES = IA32 X64\r
c1d93242
JY
25#\r
26\r
27[Sources]\r
28 HashInstanceLibSha256.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 Tpm2CommandLib\r
40 MemoryAllocationLib\r
41 BaseCryptLib\r