From b5a1d1d94a464900698cffccdcc8a2e8f6db2a81 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Mon, 24 Nov 2008 06:03:18 +0000 Subject: [PATCH] retried graphics library class from MdePkg git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6693 6f19259b-4bc3-4df7-8a09-765794883524 --- UnixPkg/Library/UnixBdsLib/BdsPlatform.c | 2 +- UnixPkg/Library/UnixBdsLib/BdsPlatform.h | 1 - UnixPkg/Library/UnixBdsLib/PlatformBds.inf | 1 - UnixPkg/UnixPkg.dsc | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/UnixPkg/Library/UnixBdsLib/BdsPlatform.c b/UnixPkg/Library/UnixBdsLib/BdsPlatform.c index 7e02767035..42882ca1f3 100644 --- a/UnixPkg/Library/UnixBdsLib/BdsPlatform.c +++ b/UnixPkg/Library/UnixBdsLib/BdsPlatform.c @@ -243,7 +243,7 @@ Returns: // from the graphic lib // if (QuietBoot) { - EnableQuietBootEx (&gEfiDefaultBmpLogoGuid, mBdsImageHandle); + EnableQuietBoot (&gEfiDefaultBmpLogoGuid); // // Perform system diagnostic // diff --git a/UnixPkg/Library/UnixBdsLib/BdsPlatform.h b/UnixPkg/Library/UnixBdsLib/BdsPlatform.h index 4935e64bd6..4a697b3536 100644 --- a/UnixPkg/Library/UnixBdsLib/BdsPlatform.h +++ b/UnixPkg/Library/UnixBdsLib/BdsPlatform.h @@ -32,7 +32,6 @@ Abstract: #include #include #include -#include #include #include diff --git a/UnixPkg/Library/UnixBdsLib/PlatformBds.inf b/UnixPkg/Library/UnixBdsLib/PlatformBds.inf index 37ea09aedd..ffdec8a2ee 100644 --- a/UnixPkg/Library/UnixBdsLib/PlatformBds.inf +++ b/UnixPkg/Library/UnixBdsLib/PlatformBds.inf @@ -72,7 +72,6 @@ BaseMemoryLib DebugLib PcdLib - GraphicsLib GenericBdsLib DevicePathLib diff --git a/UnixPkg/UnixPkg.dsc b/UnixPkg/UnixPkg.dsc index 656f29610b..217cc4f63a 100644 --- a/UnixPkg/UnixPkg.dsc +++ b/UnixPkg/UnixPkg.dsc @@ -57,7 +57,6 @@ PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf - GraphicsLib|MdeModulePkg/Library/GraphicsLib/GraphicsLib.inf FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf -- 2.39.2