mirror of https://github.com/acidanthera/audk.git
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:
parent
f4dd9f2610
commit
d9efa86d17
|
@ -35,7 +35,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
#include <Library/UefiBootServicesTableLib.h>
|
#include <Library/UefiBootServicesTableLib.h>
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
#include <Library/BaseMemoryLib.h>
|
#include <Library/BaseMemoryLib.h>
|
||||||
#include <Library/DxePiLib.h>
|
#include <Library/DxeServicesLib.h>
|
||||||
#include <Library/PcdLib.h>
|
#include <Library/PcdLib.h>
|
||||||
|
|
||||||
EFI_GRAPHICS_OUTPUT_BLT_PIXEL mEfiColors[16] = {
|
EFI_GRAPHICS_OUTPUT_BLT_PIXEL mEfiColors[16] = {
|
||||||
|
@ -111,7 +111,7 @@ GetGraphicsBitMapFromFVEx (
|
||||||
OUT UINTN *ImageSize
|
OUT UINTN *ImageSize
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
return PiLibGetSectionFromAnyFv (
|
return GetSectionFromAnyFv (
|
||||||
FileNameGuid,
|
FileNameGuid,
|
||||||
EFI_SECTION_RAW,
|
EFI_SECTION_RAW,
|
||||||
0,
|
0,
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
BaseLib
|
BaseLib
|
||||||
PrintLib
|
PrintLib
|
||||||
DebugLib
|
DebugLib
|
||||||
DxePiLib
|
DxeServicesLib
|
||||||
BaseMemoryLib
|
BaseMemoryLib
|
||||||
PcdLib
|
PcdLib
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue