diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-02 09:10:08 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-02 09:10:08 +0000 |
commit | 3cf8274e8b7307c1e924fe444baf38216b1773e1 (patch) | |
tree | b43c621dd6b290e3c8c37aa10931554e7b686b9b /IntelFrameworkModulePkg/Universal | |
parent | 1d8776f9a7e2b58317fc3a0746c08f2052cf3804 (diff) | |
download | edk2-platforms-3cf8274e8b7307c1e924fe444baf38216b1773e1.tar.xz |
Rename Protocol/FormCallback.h to Protocol/FormCallbackFramework.h to follow the naming convention.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2950 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Universal')
3 files changed, 3 insertions, 3 deletions
diff --git a/IntelFrameworkModulePkg/Universal/DriverSampleDxe/CommonHeader.h b/IntelFrameworkModulePkg/Universal/DriverSampleDxe/CommonHeader.h index 2594437437..e6af6a2461 100644 --- a/IntelFrameworkModulePkg/Universal/DriverSampleDxe/CommonHeader.h +++ b/IntelFrameworkModulePkg/Universal/DriverSampleDxe/CommonHeader.h @@ -23,7 +23,7 @@ //
// The protocols, PPI and GUID defintions for this module
//
-#include <Protocol/FormCallback.h>
+#include <Protocol/FormCallbackFramework.h>
#include <Protocol/HiiFramework.h>
//
// The Library classes this module consumes
diff --git a/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/CommonHeader.h b/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/CommonHeader.h index a6703c8c72..f318a4d05e 100644 --- a/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/CommonHeader.h +++ b/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/CommonHeader.h @@ -24,7 +24,7 @@ // The protocols, PPI and GUID defintions for this module
//
#include <Guid/GlobalVariable.h>
-#include <Protocol/FormCallback.h>
+#include <Protocol/FormCallbackFramework.h>
#include <Protocol/HiiFramework.h>
//
// The Library classes this module consumes
diff --git a/IntelFrameworkModulePkg/Universal/SetupBrowserDxe/CommonHeader.h b/IntelFrameworkModulePkg/Universal/SetupBrowserDxe/CommonHeader.h index 4821506d7d..bb021553d5 100644 --- a/IntelFrameworkModulePkg/Universal/SetupBrowserDxe/CommonHeader.h +++ b/IntelFrameworkModulePkg/Universal/SetupBrowserDxe/CommonHeader.h @@ -23,7 +23,7 @@ //
// The protocols, PPI and GUID defintions for this module
//
-#include <Protocol/FormCallback.h>
+#include <Protocol/FormCallbackFramework.h>
#include <Protocol/FrameworkFormBrowser.h>
#include <Protocol/HiiFramework.h>
#include <Protocol/Print.h>
|