summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-13 09:16:04 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-13 09:16:04 +0000
commitd9efa86d17fb0640dffd9609aa7a0fec9d58ddb2 (patch)
treefb60872af45a012bf2e800bea80aa462c6bc749c /MdeModulePkg
parentf4dd9f2610c5dcd024da50bd917b8f50b19418f0 (diff)
downloadedk2-platforms-d9efa86d17fb0640dffd9609aa7a0fec9d58ddb2.tar.xz
Rename DxePiLib to DxeServicesLib
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6521 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Library/GraphicsLib/Graphics.c4
-rw-r--r--MdeModulePkg/Library/GraphicsLib/GraphicsLib.inf2
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 <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,
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