summaryrefslogtreecommitdiffstats
path: root/Nt32Pkg/CpuRuntimeDxe
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/CpuRuntimeDxe
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/CpuRuntimeDxe')
-rw-r--r--Nt32Pkg/CpuRuntimeDxe/CommonHeader.h2
-rw-r--r--Nt32Pkg/CpuRuntimeDxe/Cpu.inf2
2 files changed, 2 insertions, 2 deletions
diff --git a/Nt32Pkg/CpuRuntimeDxe/CommonHeader.h b/Nt32Pkg/CpuRuntimeDxe/CommonHeader.h
index f63563c8fb..36f536009b 100644
--- a/Nt32Pkg/CpuRuntimeDxe/CommonHeader.h
+++ b/Nt32Pkg/CpuRuntimeDxe/CommonHeader.h
@@ -35,7 +35,7 @@
// The Library classes this module consumes
//
#include <Library/DebugLib.h>
-#include <Library/FrameworkHiiLib.h>
+#include <Library/HiiLibFramework.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/BaseMemoryLib.h>
#include <Library/MemoryAllocationLib.h>
diff --git a/Nt32Pkg/CpuRuntimeDxe/Cpu.inf b/Nt32Pkg/CpuRuntimeDxe/Cpu.inf
index d965523b7a..6e78412a25 100644
--- a/Nt32Pkg/CpuRuntimeDxe/Cpu.inf
+++ b/Nt32Pkg/CpuRuntimeDxe/Cpu.inf
@@ -75,7 +75,7 @@
MemoryAllocationLib
BaseMemoryLib
UefiDriverEntryPoint
- FrameworkHiiLib
+ HiiLibFramework
DebugLib