mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-30 00:54:06 +02:00
retried graphics library class from MdePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6693 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e43e4b3e8c
commit
b5a1d1d94a
@ -243,7 +243,7 @@ Returns:
|
|||||||
// from the graphic lib
|
// from the graphic lib
|
||||||
//
|
//
|
||||||
if (QuietBoot) {
|
if (QuietBoot) {
|
||||||
EnableQuietBootEx (&gEfiDefaultBmpLogoGuid, mBdsImageHandle);
|
EnableQuietBoot (&gEfiDefaultBmpLogoGuid);
|
||||||
//
|
//
|
||||||
// Perform system diagnostic
|
// Perform system diagnostic
|
||||||
//
|
//
|
||||||
|
@ -32,7 +32,6 @@ Abstract:
|
|||||||
#include <Library/PcdLib.h>
|
#include <Library/PcdLib.h>
|
||||||
#include <Library/GenericBdsLib.h>
|
#include <Library/GenericBdsLib.h>
|
||||||
#include <Library/PlatformBdsLib.h>
|
#include <Library/PlatformBdsLib.h>
|
||||||
#include <Library/GraphicsLib.h>
|
|
||||||
#include <Library/DevicePathLib.h>
|
#include <Library/DevicePathLib.h>
|
||||||
|
|
||||||
#include <Protocol/UnixThunk.h>
|
#include <Protocol/UnixThunk.h>
|
||||||
|
@ -72,7 +72,6 @@
|
|||||||
BaseMemoryLib
|
BaseMemoryLib
|
||||||
DebugLib
|
DebugLib
|
||||||
PcdLib
|
PcdLib
|
||||||
GraphicsLib
|
|
||||||
GenericBdsLib
|
GenericBdsLib
|
||||||
DevicePathLib
|
DevicePathLib
|
||||||
|
|
||||||
|
@ -57,7 +57,6 @@
|
|||||||
PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
||||||
PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
|
PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
|
||||||
CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
|
CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
|
||||||
GraphicsLib|MdeModulePkg/Library/GraphicsLib/GraphicsLib.inf
|
|
||||||
FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
|
FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
|
||||||
IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
||||||
UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
|
UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user