]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Refine the format of GUID in INF files for SecurityPkg.
authorShumin Qiu <shumin.qiu@intel.com>
Fri, 16 Jan 2015 03:30:07 +0000 (03:30 +0000)
committershenshushi <shenshushi@Edk2>
Fri, 16 Jan 2015 03:30:07 +0000 (03:30 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Guo Dong <guo.dong@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16616 6f19259b-4bc3-4df7-8a09-765794883524

SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.inf
SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha256GuidedSectionExtractLib.inf

index 3ce4a60a97fe796bcacb3328cbe7c640b513f70c..f1777f4842d1dddca3c71a6f967dc746a6ff5097 100644 (file)
@@ -5,7 +5,7 @@
 #\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 - 2015, 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
@@ -58,5 +58,5 @@
   \r
 [Guids]\r
   gEfiCertTypeRsa2048Sha256Guid  ## PRODUCES       ## UNDEFINED  # Specifies RSA 2048 SHA 256 authentication algorithm.\r
-  gEfiHashAlgorithmSha256Guid    ## SOMETIMES_CONSUMES\r
+  gEfiHashAlgorithmSha256Guid    ## SOMETIMES_CONSUMES ## UNDEFINED\r
   
\ No newline at end of file
index ebd4a16245a7d627a8db32c3630bc7b73deea7ff..505b8cc6e15b8c02bdb2d4b96031ffd5c06cfdef 100644 (file)
@@ -5,7 +5,7 @@
 #\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 - 2015, 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
@@ -54,5 +54,5 @@
   \r
 [Guids]\r
   gEfiCertTypeRsa2048Sha256Guid  ## PRODUCES     ## UNDEFINED  # Specifies RSA 2048 SHA 256 authentication algorithm.\r
-  gEfiHashAlgorithmSha256Guid    ## SOMETIMES_CONSUMES\r
+  gEfiHashAlgorithmSha256Guid    ## SOMETIMES_CONSUMES ## UNDEFINED\r
   
\ No newline at end of file