summaryrefslogtreecommitdiffstats
path: root/Nt32Pkg/MiscSubClassPlatformDxe
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-29 08:47:14 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-29 08:47:14 +0000
commit29aa45b4fe8a3973352c9c357d6b2e5e2425a244 (patch)
treef54ee49b72abec1ba452bc2a925b8012bc911fb2 /Nt32Pkg/MiscSubClassPlatformDxe
parentbb2873d93136be603a5dc8c1dc3f9288f9ed9bbb (diff)
downloadedk2-29aa45b4fe8a3973352c9c357d6b2e5e2425a244.tar.gz
edk2-29aa45b4fe8a3973352c9c357d6b2e5e2425a244.tar.bz2
edk2-29aa45b4fe8a3973352c9c357d6b2e5e2425a244.zip
Rename Frame*Lib to *LibFramework to improve the speed that a module could be found in the tree.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2909 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/MiscSubClassPlatformDxe')
-rw-r--r--Nt32Pkg/MiscSubClassPlatformDxe/CommonHeader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/MiscSubClassPlatformDxe/CommonHeader.h b/Nt32Pkg/MiscSubClassPlatformDxe/CommonHeader.h
index ed104f7ef2..718f802edc 100644
--- a/Nt32Pkg/MiscSubClassPlatformDxe/CommonHeader.h
+++ b/Nt32Pkg/MiscSubClassPlatformDxe/CommonHeader.h
@@ -30,7 +30,7 @@
//
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
-#include <Library/FrameworkHiiLib.h>
+#include <Library/HiiLibFramework.h>
#include <Library/UefiLib.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseMemoryLib.h>