summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkPkg
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-04 08:41:24 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-04 08:41:24 +0000
commit3c49d3062969ce1e1fce8a1aeab399c5e2819c4e (patch)
treeac74e877bef42b7ac1252cc491c2a4d69a5dae3c /IntelFrameworkPkg
parent409f118c84e20b8ca4287dea403585d319b7466c (diff)
downloadedk2-3c49d3062969ce1e1fce8a1aeab399c5e2819c4e.tar.gz
edk2-3c49d3062969ce1e1fce8a1aeab399c5e2819c4e.tar.bz2
edk2-3c49d3062969ce1e1fce8a1aeab399c5e2819c4e.zip
Add a comment to describe the reason why the GUID for HII protocol is not matched between code and HII spec 0.92 .
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7177 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg')
-rw-r--r--IntelFrameworkPkg/Include/Protocol/FrameworkHii.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h b/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h
index 1b22774367..17fc81a37b 100644
--- a/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h
+++ b/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h
@@ -30,6 +30,12 @@
//
#include <Protocol/GraphicsOutput.h>
+//
+// In both EDK and EDK II, incompatbile change is done to Framework HII protocol.
+// This change should cause a change of GUID in both of code and HII spec. But we
+// update the GUID in code in EDK and EDK II. The 0.92 spec is not updated. This
+// is a known issue..
+//
#define EFI_HII_PROTOCOL_GUID \
{ \
0xd7ad636e, 0xb997, 0x459b, {0xbf, 0x3f, 0x88, 0x46, 0x89, 0x79, 0x80, 0xe1} \