Rename DxePiLib to DxeServicesLib

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6521 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2008-11-13 09:16:04 +00:00
parent f4dd9f2610
commit d9efa86d17
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Library/UefiBootServicesTableLib.h>
#include <Library/DebugLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DxePiLib.h>
#include <Library/DxeServicesLib.h>
#include <Library/PcdLib.h>
EFI_GRAPHICS_OUTPUT_BLT_PIXEL mEfiColors[16] = {
@ -111,7 +111,7 @@ GetGraphicsBitMapFromFVEx (
OUT UINTN *ImageSize
)
{
return PiLibGetSectionFromAnyFv (
return GetSectionFromAnyFv (
FileNameGuid,
EFI_SECTION_RAW,
0,

View File

@ -46,7 +46,7 @@
BaseLib
PrintLib
DebugLib
DxePiLib
DxeServicesLib
BaseMemoryLib
PcdLib