summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib
diff options
context:
space:
mode:
authorShumin Qiu <shumin.qiu@intel.com>2015-01-16 03:30:07 +0000
committershenshushi <shenshushi@Edk2>2015-01-16 03:30:07 +0000
commit6a3dae688298782ca557dd5ef3cfa7a87f26578e (patch)
treeaf9e8898f06f3565bde211e1bbbd3124445d0fa9 /SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib
parent15b670eae219adf6e338e1da9ca4c606f5e3098e (diff)
downloadedk2-6a3dae688298782ca557dd5ef3cfa7a87f26578e.tar.gz
edk2-6a3dae688298782ca557dd5ef3cfa7a87f26578e.tar.bz2
edk2-6a3dae688298782ca557dd5ef3cfa7a87f26578e.zip
Refine the format of GUID in INF files for SecurityPkg.
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
Diffstat (limited to 'SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib')
-rw-r--r--SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha256GuidedSectionExtractLib.inf4
1 files changed, 2 insertions, 2 deletions
diff --git a/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha256GuidedSectionExtractLib.inf b/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha256GuidedSectionExtractLib.inf
index ebd4a16245..505b8cc6e1 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.<BR>
+# Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>
#
# 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