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
This commit is contained in:
qwang12
2007-06-29 08:47:14 +00:00
parent bb2873d931
commit 29aa45b4fe
4 changed files with 10 additions and 10 deletions

View File

@@ -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>

View File

@@ -75,7 +75,7 @@
MemoryAllocationLib
BaseMemoryLib
UefiDriverEntryPoint
FrameworkHiiLib
HiiLibFramework
DebugLib