summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg/Include
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFrameworkPkg/Include')
-rw-r--r--IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h (renamed from IntelFrameworkPkg/Include/Library/HiiLibFramework.h)2
-rw-r--r--IntelFrameworkPkg/Include/Library/FrameworkIfrSupportLib.h (renamed from IntelFrameworkPkg/Include/Library/IfrSupportLibFramework.h)0
-rw-r--r--IntelFrameworkPkg/Include/Protocol/FrameworkFormBrowser.h (renamed from IntelFrameworkPkg/Include/Protocol/FormBrowserFramework.h)2
-rw-r--r--IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h (renamed from IntelFrameworkPkg/Include/Protocol/FormCallbackFramework.h)6
-rw-r--r--IntelFrameworkPkg/Include/Protocol/FrameworkHii.h (renamed from IntelFrameworkPkg/Include/Protocol/HiiFramework.h)2
5 files changed, 6 insertions, 6 deletions
diff --git a/IntelFrameworkPkg/Include/Library/HiiLibFramework.h b/IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h
index 91453e99ea..d2d74336a0 100644
--- a/IntelFrameworkPkg/Include/Library/HiiLibFramework.h
+++ b/IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h
@@ -17,7 +17,7 @@
#ifndef __HII_LIB_H__
#define __HII_LIB_H__
-#include <Protocol/HiiFramework.h>
+#include <Protocol/FrameworkHii.h>
/**
This function allocates pool for an EFI_HII_PACKAGES structure
diff --git a/IntelFrameworkPkg/Include/Library/IfrSupportLibFramework.h b/IntelFrameworkPkg/Include/Library/FrameworkIfrSupportLib.h
index d2a1ff5ee4..d2a1ff5ee4 100644
--- a/IntelFrameworkPkg/Include/Library/IfrSupportLibFramework.h
+++ b/IntelFrameworkPkg/Include/Library/FrameworkIfrSupportLib.h
diff --git a/IntelFrameworkPkg/Include/Protocol/FormBrowserFramework.h b/IntelFrameworkPkg/Include/Protocol/FrameworkFormBrowser.h
index 74b9b4b5ae..867a5b79bd 100644
--- a/IntelFrameworkPkg/Include/Protocol/FormBrowserFramework.h
+++ b/IntelFrameworkPkg/Include/Protocol/FrameworkFormBrowser.h
@@ -24,7 +24,7 @@
#ifndef __FRAMEWORK_FORM_BROWSER_H__
#define __FRAMEWORK_FORM_BROWSER_H__
-#include <Protocol/HiiFramework.h>
+#include <Protocol/FrameworkHii.h>
#define EFI_FORM_BROWSER_PROTOCOL_GUID \
diff --git a/IntelFrameworkPkg/Include/Protocol/FormCallbackFramework.h b/IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h
index 708eabcb10..12aed7dc90 100644
--- a/IntelFrameworkPkg/Include/Protocol/FormCallbackFramework.h
+++ b/IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h
@@ -14,7 +14,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: FormCallbackFramework.h
+ Module Name: FrameworkFormCallback.h
@par Revision Reference:
This protocol is defined in HII spec 0.92.
@@ -26,8 +26,8 @@
#include <PiDxe.h>
-#include <Protocol/HiiFramework.h>
-#include <Protocol/FormBrowserFramework.h>
+#include <Protocol/FrameworkHii.h>
+#include <Protocol/FrameworkFormBrowser.h>
#define EFI_FORM_CALLBACK_PROTOCOL_GUID \
{ \
diff --git a/IntelFrameworkPkg/Include/Protocol/HiiFramework.h b/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h
index d138ad8a95..32e66ed45d 100644
--- a/IntelFrameworkPkg/Include/Protocol/HiiFramework.h
+++ b/IntelFrameworkPkg/Include/Protocol/FrameworkHii.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: HiiFramework.h
+ Module Name: FrameworkHii.h
@par Revision Reference:
This protocol is defined in HII spec 0.92.