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