summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg
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
commit4d3f3cae570d50fbf41dcf34fbf3e4cf701c038f (patch)
treeb7ad248df39c73780e19778cb9f39759a7dd131e /IntelFrameworkPkg
parent1c740695b5051039dc26a85832aa8eb1c98dd71e (diff)
downloadedk2-platforms-4d3f3cae570d50fbf41dcf34fbf3e4cf701c038f.tar.xz
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@2943 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg')
-rw-r--r--IntelFrameworkPkg/Include/Library/HiiLibFramework.h2
-rw-r--r--IntelFrameworkPkg/Include/Protocol/FormCallback.h2
-rw-r--r--IntelFrameworkPkg/Include/Protocol/HiiFramework.h (renamed from IntelFrameworkPkg/Include/Protocol/FrameworkHii.h)2
-rw-r--r--IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/IntelFrameworkPkg/Include/Library/HiiLibFramework.h b/IntelFrameworkPkg/Include/Library/HiiLibFramework.h
index d2d74336a0..91453e99ea 100644
--- a/IntelFrameworkPkg/Include/Library/HiiLibFramework.h
+++ b/IntelFrameworkPkg/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/IntelFrameworkPkg/Include/Protocol/FormCallback.h b/IntelFrameworkPkg/Include/Protocol/FormCallback.h
index 0d65f569bd..bded9c0835 100644
--- a/IntelFrameworkPkg/Include/Protocol/FormCallback.h
+++ b/IntelFrameworkPkg/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/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h b/IntelFrameworkPkg/Include/Protocol/HiiFramework.h
index a9665c6e78..4a2237852f 100644
--- a/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h
+++ b/IntelFrameworkPkg/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/IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h b/IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h
index 6d6137358f..c575777a5a 100644
--- a/IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h
+++ b/IntelFrameworkPkg/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
//