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/Include/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/Include/Library')
-rw-r--r-- | IntelFrameworkPkg/Include/Library/HiiLibFramework.h | 2 |
1 files changed, 1 insertions, 1 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
|