From 6a3dae688298782ca557dd5ef3cfa7a87f26578e Mon Sep 17 00:00:00 2001 From: Shumin Qiu Date: Fri, 16 Jan 2015 03:30:07 +0000 Subject: Refine the format of GUID in INF files for SecurityPkg. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shumin Qiu Reviewed-by: Guo Dong git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16616 6f19259b-4bc3-4df7-8a09-765794883524 --- .../DxeRsa2048Sha256GuidedSectionExtractLib.inf | 4 ++-- .../PeiRsa2048Sha256GuidedSectionExtractLib.inf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'SecurityPkg') diff --git a/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.inf b/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.inf index 3ce4a60..f1777f4 100644 --- a/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.inf +++ b/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.inf @@ -5,7 +5,7 @@ # # It uses the BaseCrypyLib based on OpenSSL to authenticate the signature. # -# Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2013 - 2015, 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 @@ -58,5 +58,5 @@ [Guids] gEfiCertTypeRsa2048Sha256Guid ## PRODUCES ## UNDEFINED # Specifies RSA 2048 SHA 256 authentication algorithm. - gEfiHashAlgorithmSha256Guid ## SOMETIMES_CONSUMES + gEfiHashAlgorithmSha256Guid ## SOMETIMES_CONSUMES ## UNDEFINED \ No newline at end of file diff --git a/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha256GuidedSectionExtractLib.inf b/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha256GuidedSectionExtractLib.inf index ebd4a16..505b8cc 100644 --- a/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha256GuidedSectionExtractLib.inf +++ b/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha256GuidedSectionExtractLib.inf @@ -5,7 +5,7 @@ # # It uses the BaseCrypyLib based on OpenSSL to authenticate the signature. # -# Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2013 - 2015, 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 @@ -54,5 +54,5 @@ [Guids] gEfiCertTypeRsa2048Sha256Guid ## PRODUCES ## UNDEFINED # Specifies RSA 2048 SHA 256 authentication algorithm. - gEfiHashAlgorithmSha256Guid ## SOMETIMES_CONSUMES + gEfiHashAlgorithmSha256Guid ## SOMETIMES_CONSUMES ## UNDEFINED \ No newline at end of file -- cgit v1.1