summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Framework
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-11 02:23:31 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-11 02:23:31 +0000
commitd4589db67b6f32d8fc512f21b1d64bac2baa56c5 (patch)
tree33037ef03f7d562b12ce3bf7cf8812560804a4a3 /EdkCompatibilityPkg/Foundation/Framework
parent43d2502010e67fa2c27ab5a17697acf53dfd63d7 (diff)
downloadedk2-platforms-d4589db67b6f32d8fc512f21b1d64bac2baa56c5.tar.xz
// EFI_HII_PROTOCOL_GUID has been changed from the one defined in Framework HII 0.92 as the
// Framework HII protocol produced by HII Thunk Layer support the UEF IFR and UEFI String Package // format. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5872 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Framework')
-rw-r--r--EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/Hii.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/Hii.h b/EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/Hii.h
index 577fa7cbae..1716d8c84f 100644
--- a/EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/Hii.h
+++ b/EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/Hii.h
@@ -28,11 +28,21 @@ Abstract:
#include EFI_PROTOCOL_DEFINITION (UgaDraw)
#include EFI_PROTOCOL_DEFINITION (GraphicsOutput)
+//
+// EFI_HII_PROTOCOL_GUID has been changed from the one defined in Framework HII 0.92 as the
+// Framework HII protocol produced by HII Thunk Layer support the UEF IFR and UEFI String Package
+// format.
+//
#define EFI_HII_PROTOCOL_GUID \
{ \
- 0xd7ad636e, 0xb997, 0x459b, {0xbf, 0x3f, 0x88, 0x46, 0x89, 0x79, 0x80, 0xe1} \
+ 0x5542cce1, 0xdf5c, 0x4d1b, { 0xab, 0xca, 0x36, 0x4f, 0x77, 0xd3, 0x99, 0xfb } \
}
+//#define EFI_HII_PROTOCOL_GUID \
+// { \
+// 0xd7ad636e, 0xb997, 0x459b, {0xbf, 0x3f, 0x88, 0x46, 0x89, 0x79, 0x80, 0xe1} \
+// }
+
//
// Forward reference for pure ANSI compatability
//