X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=SecurityPkg%2FLibrary%2FDxeRsa2048Sha256GuidedSectionExtractLib%2FDxeRsa2048Sha256GuidedSectionExtractLib.inf;h=9c426edace48eb8814725bd4d7a2cab09cd93993;hb=HEAD;hp=f1777f4842d1dddca3c71a6f967dc746a6ff5097;hpb=6a3dae688298782ca557dd5ef3cfa7a87f26578e;p=mirror_edk2.git diff --git a/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.inf b/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.inf index f1777f4842..9c426edace 100644 --- a/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.inf +++ b/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.inf @@ -1,18 +1,13 @@ ## @file -# This library doesn't produce any library class. The constructor function uses +# This library doesn't produce any library class. The constructor function uses # ExtractGuidedSectionLib service to register an RSA 2048 SHA 256 guided section handler # that parses RSA 2048 SHA 256 encapsulation section and extracts raw data. # -# It uses the BaseCrypyLib based on OpenSSL to authenticate the signature. +# It uses the BaseCryptLib based on OpenSSL to authenticate the signature. # -# Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.
+# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.
# -# This program and the accompanying materials -# are licensed and made available under the terms and conditions of the BSD License -# which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# SPDX-License-Identifier: BSD-2-Clause-Patent # ## @@ -22,14 +17,14 @@ FILE_GUID = 0AD6C423-4732-4cf3-9CE3-0A5416D634A5 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - LIBRARY_CLASS = NULL|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER + LIBRARY_CLASS = NULL|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER CONSTRUCTOR = DxeRsa2048Sha256GuidedSectionExtractLibConstructor MODULE_UNI_FILE = DxeRsa2048Sha256GuidedSectionExtractLib.uni # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 IPF +# VALID_ARCHITECTURES = IA32 X64 # [Sources] @@ -39,7 +34,7 @@ MdePkg/MdePkg.dec CryptoPkg/CryptoPkg.dec SecurityPkg/SecurityPkg.dec - + [LibraryClasses] ExtractGuidedSectionLib UefiBootServicesTableLib @@ -50,13 +45,13 @@ PcdLib PerformanceLib -[PcdEx] +[Pcd] gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer ## SOMETIMES_CONSUMES - + [Protocols] gEfiSecurityPolicyProtocolGuid ## SOMETIMES_CONSUMES (Set platform override AUTH status if exist) - + [Guids] gEfiCertTypeRsa2048Sha256Guid ## PRODUCES ## UNDEFINED # Specifies RSA 2048 SHA 256 authentication algorithm. gEfiHashAlgorithmSha256Guid ## SOMETIMES_CONSUMES ## UNDEFINED - \ No newline at end of file +