diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-02 08:20:41 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-02 08:20:41 +0000 |
commit | 4d3f3cae570d50fbf41dcf34fbf3e4cf701c038f (patch) | |
tree | b7ad248df39c73780e19778cb9f39759a7dd131e /IntelFrameworkPkg/Library | |
parent | 1c740695b5051039dc26a85832aa8eb1c98dd71e (diff) | |
download | edk2-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/Library')
-rw-r--r-- | IntelFrameworkPkg/Library/IfrSupportLibFramework/CommonHeader.h | 2 |
1 files changed, 1 insertions, 1 deletions
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
//
|