]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.inf
0822fd0856fe86e595b1ab7035b8251215d298a9
[mirror_edk2.git] / SecurityPkg / Library / DxeRsa2048Sha256GuidedSectionExtractLib / DxeRsa2048Sha256GuidedSectionExtractLib.inf
1 ## @file
2 # This library doesn't produce any library class. The constructor function uses
3 # ExtractGuidedSectionLib service to register an RSA 2048 SHA 256 guided section handler
4 # that parses RSA 2048 SHA 256 encapsulation section and extracts raw data.
5 #
6 # It uses the BaseCrypyLib based on OpenSSL to authenticate the signature.
7 #
8 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
9 #
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = DxeRsa2048Sha256GuidedSectionExtractLib
17 FILE_GUID = 0AD6C423-4732-4cf3-9CE3-0A5416D634A5
18 MODULE_TYPE = DXE_DRIVER
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = NULL|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
21 CONSTRUCTOR = DxeRsa2048Sha256GuidedSectionExtractLibConstructor
22 MODULE_UNI_FILE = DxeRsa2048Sha256GuidedSectionExtractLib.uni
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64
28 #
29
30 [Sources]
31 DxeRsa2048Sha256GuidedSectionExtractLib.c
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 CryptoPkg/CryptoPkg.dec
36 SecurityPkg/SecurityPkg.dec
37
38 [LibraryClasses]
39 ExtractGuidedSectionLib
40 UefiBootServicesTableLib
41 DebugLib
42 BaseMemoryLib
43 MemoryAllocationLib
44 BaseCryptLib
45 PcdLib
46 PerformanceLib
47
48 [Pcd]
49 gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer ## SOMETIMES_CONSUMES
50
51 [Protocols]
52 gEfiSecurityPolicyProtocolGuid ## SOMETIMES_CONSUMES (Set platform override AUTH status if exist)
53
54 [Guids]
55 gEfiCertTypeRsa2048Sha256Guid ## PRODUCES ## UNDEFINED # Specifies RSA 2048 SHA 256 authentication algorithm.
56 gEfiHashAlgorithmSha256Guid ## SOMETIMES_CONSUMES ## UNDEFINED
57