summaryrefslogtreecommitdiff
path: root/MdePkg/Include
diff options
context:
space:
mode:
authorlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>2011-07-27 08:19:30 +0000
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>2011-07-27 08:19:30 +0000
commit05c82e51e17a3465d4be5d206493baa6198926d9 (patch)
treeb7d7edd43dc33a8ef2888e3d945b7415572f36d2 /MdePkg/Include
parent74ef1d42946a1c934a00ddc086090703997d2ffc (diff)
downloadedk2-platforms-05c82e51e17a3465d4be5d206493baa6198926d9.tar.xz
GUIDs should go below the correct comment block in MdePkg.dec.
Signed-off-by: lzeng14 Reviewed-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12051 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-rw-r--r--MdePkg/Include/Guid/ImageAuthentication.h5
-rw-r--r--MdePkg/Include/Protocol/StorageSecurityCommand.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/MdePkg/Include/Guid/ImageAuthentication.h b/MdePkg/Include/Guid/ImageAuthentication.h
index e7a42ca9e3..bf5295a046 100644
--- a/MdePkg/Include/Guid/ImageAuthentication.h
+++ b/MdePkg/Include/Guid/ImageAuthentication.h
@@ -12,7 +12,7 @@
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
@par Revision Reference:
- GUIDs defined in UEFI 2.2 spec.
+ GUIDs defined in UEFI 2.3.1 spec.
**/
#ifndef __IMAGE_AUTHTICATION_H__
@@ -271,5 +271,8 @@ extern EFI_GUID gEfiCertRsa2048Sha256Guid;
extern EFI_GUID gEfiCertSha1Guid;
extern EFI_GUID gEfiCertRsa2048Sha1Guid;
extern EFI_GUID gEfiCertX509Guid;
+extern EFI_GUID gEfiCertSha224Guid;
+extern EFI_GUID gEfiCertSha384Guid;
+extern EFI_GUID gEfiCertSha512Guid;
#endif
diff --git a/MdePkg/Include/Protocol/StorageSecurityCommand.h b/MdePkg/Include/Protocol/StorageSecurityCommand.h
index ca9c6c7e62..96ac7c164d 100644
--- a/MdePkg/Include/Protocol/StorageSecurityCommand.h
+++ b/MdePkg/Include/Protocol/StorageSecurityCommand.h
@@ -1,5 +1,5 @@
/** @file
- EFI Storage Security Command Protocol as defined in UEFI specification.
+ EFI Storage Security Command Protocol as defined in UEFI 2.3.1 specification.
This protocol is used to abstract mass storage devices to allow code running in
the EFI boot services environment to send security protocol commands to mass
storage devices without specific knowledge of the type of device or controller