]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthenticationLibRsa2048Sha256.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Library / FmpAuthenticationLibRsa2048Sha256 / FmpAuthenticationLibRsa2048Sha256.inf
CommitLineData
938f77f8
JY
1## @file\r
2# FMP Authentication RSA2048SHA256 handler.\r
3#\r
4# Instance of FmpAuthentication Library for DXE/PEI post memory phase.\r
5#\r
d4ccf264 6# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
289b714b 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
938f77f8
JY
8#\r
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = FmpAuthenticationLibRsa2048Sha256\r
14 MODULE_UNI_FILE = FmpAuthenticationLibRsa2048Sha256.uni\r
15 FILE_GUID = 105FF0EA-A0C0-48A8-B8F7-E8B4D62A1019\r
16 MODULE_TYPE = BASE\r
17 VERSION_STRING = 1.0\r
18 LIBRARY_CLASS = FmpAuthenticationLib\r
19\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
4cecd19a 23# VALID_ARCHITECTURES = IA32 X64 EBC\r
938f77f8
JY
24#\r
25\r
26[Sources]\r
27 FmpAuthenticationLibRsa2048Sha256.c\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31 MdeModulePkg/MdeModulePkg.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
41\r
938f77f8 42[Guids]\r
f37bcdd6
LG
43 gEfiCertTypeRsa2048Sha256Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID for the type of the certificate.\r
44 gEfiHashAlgorithmSha256Guid ## SOMETIMES_CONSUMES ## GUID\r