summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-02 08:20:41 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-02 08:20:41 +0000
commite6a92f05cca7bc75c7854c964948081242fb586a (patch)
treea8cf368aec3fecd0b5dcda95c97df3a13a7a8e04
parent55c4af36ad4c89328cdc4bbc505ee4ed6d0f36db (diff)
downloadedk2-e6a92f05cca7bc75c7854c964948081242fb586a.zip
edk2-e6a92f05cca7bc75c7854c964948081242fb586a.tar.gz
edk2-e6a92f05cca7bc75c7854c964948081242fb586a.tar.bz2
Rename Protocol/FrameworkHii.h to Protocol/HiiFramework.h to follow the naming convention.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/IntelFrameworkPkg@2943 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--Include/Library/HiiLibFramework.h2
-rw-r--r--Include/Protocol/FormCallback.h2
-rw-r--r--Include/Protocol/HiiFramework.h (renamed from Include/Protocol/FrameworkHii.h)2
-rw-r--r--Library/IfrSupportLibFramework/CommonHeader.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/Include/Library/HiiLibFramework.h b/Include/Library/HiiLibFramework.h
index d2d7433..91453e9 100644
--- a/Include/Library/HiiLibFramework.h
+++ b/Include/Library/HiiLibFramework.h
@@ -17,7 +17,7 @@
#ifndef __HII_LIB_H__
#define __HII_LIB_H__
-#include <Protocol/FrameworkHii.h>
+#include <Protocol/HiiFramework.h>
/**
This function allocates pool for an EFI_HII_PACKAGES structure
diff --git a/Include/Protocol/FormCallback.h b/Include/Protocol/FormCallback.h
index 0d65f56..bded9c0 100644
--- a/Include/Protocol/FormCallback.h
+++ b/Include/Protocol/FormCallback.h
@@ -26,7 +26,7 @@
#include <PiDxe.h>
-#include <Protocol/FrameworkHii.h>
+#include <Protocol/HiiFramework.h>
#include <Protocol/FrameworkFormBrowser.h>
#define EFI_FORM_CALLBACK_PROTOCOL_GUID \
diff --git a/Include/Protocol/FrameworkHii.h b/Include/Protocol/HiiFramework.h
index a9665c6..4a22378 100644
--- a/Include/Protocol/FrameworkHii.h
+++ b/Include/Protocol/HiiFramework.h
@@ -12,7 +12,7 @@
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
- Module Name: FrameworkHii.h
+ Module Name: HiiFramework.h
@par Revision Reference:
This protocol is defined in HII spec 0.92.
diff --git a/Library/IfrSupportLibFramework/CommonHeader.h b/Library/IfrSupportLibFramework/CommonHeader.h
index 6d61373..c575777 100644
--- a/Library/IfrSupportLibFramework/CommonHeader.h
+++ b/Library/IfrSupportLibFramework/CommonHeader.h
@@ -24,7 +24,7 @@
// The protocols, PPI and GUID defintions for this module
//
#include <Guid/GlobalVariable.h>
-#include <Protocol/FrameworkHii.h>
+#include <Protocol/HiiFramework.h>
//
// The Library classes this module consumes
//