]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthenticationLibRsa2048Sha256.inf
SecurityPkg: Removing ipf which is no longer supported from edk2.
[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
938f77f8
JY
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = FmpAuthenticationLibRsa2048Sha256\r
20 MODULE_UNI_FILE = FmpAuthenticationLibRsa2048Sha256.uni\r
21 FILE_GUID = 105FF0EA-A0C0-48A8-B8F7-E8B4D62A1019\r
22 MODULE_TYPE = BASE\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = FmpAuthenticationLib\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
4cecd19a 29# VALID_ARCHITECTURES = IA32 X64 EBC\r
938f77f8
JY
30#\r
31\r
32[Sources]\r
33 FmpAuthenticationLibRsa2048Sha256.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38 SecurityPkg/SecurityPkg.dec\r
39 CryptoPkg/CryptoPkg.dec\r
40\r
41[LibraryClasses]\r
42 BaseLib\r
43 BaseMemoryLib\r
44 DebugLib\r
45 MemoryAllocationLib\r
46 BaseCryptLib\r
47\r
938f77f8 48[Guids]\r
f37bcdd6
LG
49 gEfiCertTypeRsa2048Sha256Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID for the type of the certificate.\r
50 gEfiHashAlgorithmSha256Guid ## SOMETIMES_CONSUMES ## GUID\r