]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.inf
SecurityPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / SecurityPkg / Library / DxeRsa2048Sha256GuidedSectionExtractLib / DxeRsa2048Sha256GuidedSectionExtractLib.inf
index 3ce4a60a97fe796bcacb3328cbe7c640b513f70c..5931d6c33990ff601f04f1b39d1fe6a60fb949fb 100644 (file)
@@ -1,11 +1,11 @@
 ## @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
 #\r
-# Copyright (c) 2013 - 2014, 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
   FILE_GUID                      = 0AD6C423-4732-4cf3-9CE3-0A5416D634A5\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = NULL|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
+  LIBRARY_CLASS                  = NULL|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
   CONSTRUCTOR                    = DxeRsa2048Sha256GuidedSectionExtractLibConstructor\r
   MODULE_UNI_FILE                = DxeRsa2048Sha256GuidedSectionExtractLib.uni\r
 \r
 #\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
@@ -39,7 +39,7 @@
   MdePkg/MdePkg.dec\r
   CryptoPkg/CryptoPkg.dec\r
   SecurityPkg/SecurityPkg.dec\r
-  \r
+\r
 [LibraryClasses]\r
   ExtractGuidedSectionLib\r
   UefiBootServicesTableLib\r
   PcdLib\r
   PerformanceLib\r
 \r
-[PcdEx]  \r
+[Pcd]\r
   gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer    ## SOMETIMES_CONSUMES\r
-  \r
+\r
 [Protocols]\r
   gEfiSecurityPolicyProtocolGuid                   ## SOMETIMES_CONSUMES (Set platform override AUTH status if exist)\r
-  \r
+\r
 [Guids]\r
   gEfiCertTypeRsa2048Sha256Guid  ## PRODUCES       ## UNDEFINED  # Specifies RSA 2048 SHA 256 authentication algorithm.\r
-  gEfiHashAlgorithmSha256Guid    ## SOMETIMES_CONSUMES\r
-  
\ No newline at end of file
+  gEfiHashAlgorithmSha256Guid    ## SOMETIMES_CONSUMES ## UNDEFINED\r
+\r