]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha256GuidedSectionExtractLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / SecurityPkg / Library / PeiRsa2048Sha256GuidedSectionExtractLib / PeiRsa2048Sha256GuidedSectionExtractLib.inf
index 3b781c71c7283d5bedc0ee6ab1712316c37e5bfc..dac97a050e8ff9c8b0a4f97ee8c451af1f59f31b 100644 (file)
@@ -1,18 +1,13 @@
 ## @file\r
-#  This library doesn't produce any library class. The constructor function uses \r
+#  This library doesn't produce any library class. The constructor function uses\r
 #  ExtractGuidedSectionLib service to register an RSA 2048 SHA 256 guided section handler\r
 #  that parses RSA 2048 SHA 256 encapsulation section and extracts raw data.\r
 #\r
-#  It uses the BaseCrypyLib based on OpenSSL to authenticate the signature.\r
+#  It uses the BaseCryptLib based on OpenSSL to authenticate the signature.\r
 #\r
-# Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
@@ -29,7 +24,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
 [Sources]\r
   PcdLib\r
   PerformanceLib\r
 \r
-[Pcd]  \r
+[Pcd]\r
   gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer      ## SOMETIMES_CONSUMES\r
-  \r
+\r
 [Guids]\r
   gEfiCertTypeRsa2048Sha256Guid  ## PRODUCES     ## UNDEFINED  # Specifies RSA 2048 SHA 256 authentication algorithm.\r
   gEfiHashAlgorithmSha256Guid    ## SOMETIMES_CONSUMES ## UNDEFINED\r
-  
\ No newline at end of file
+\r