From d9efa86d17fb0640dffd9609aa7a0fec9d58ddb2 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Thu, 13 Nov 2008 09:16:04 +0000 Subject: [PATCH] Rename DxePiLib to DxeServicesLib git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6521 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Library/GraphicsLib/Graphics.c | 4 ++-- MdeModulePkg/Library/GraphicsLib/GraphicsLib.inf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MdeModulePkg/Library/GraphicsLib/Graphics.c b/MdeModulePkg/Library/GraphicsLib/Graphics.c index 82c16594e8..8b8fea36f4 100644 --- a/MdeModulePkg/Library/GraphicsLib/Graphics.c +++ b/MdeModulePkg/Library/GraphicsLib/Graphics.c @@ -35,7 +35,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include #include #include -#include +#include #include EFI_GRAPHICS_OUTPUT_BLT_PIXEL mEfiColors[16] = { @@ -111,7 +111,7 @@ GetGraphicsBitMapFromFVEx ( OUT UINTN *ImageSize ) { - return PiLibGetSectionFromAnyFv ( + return GetSectionFromAnyFv ( FileNameGuid, EFI_SECTION_RAW, 0, diff --git a/MdeModulePkg/Library/GraphicsLib/GraphicsLib.inf b/MdeModulePkg/Library/GraphicsLib/GraphicsLib.inf index c9e6f8a8e4..0288b8490d 100644 --- a/MdeModulePkg/Library/GraphicsLib/GraphicsLib.inf +++ b/MdeModulePkg/Library/GraphicsLib/GraphicsLib.inf @@ -46,7 +46,7 @@ BaseLib PrintLib DebugLib - DxePiLib + DxeServicesLib BaseMemoryLib PcdLib -- 2.39.2