From 519f076a478a7da9ff4b9d5327a993b1fc2968e8 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Mon, 24 Nov 2008 05:49:59 +0000 Subject: 1.retried graphics library class from MdePkg 2.retried graphics library instance from MdeModulePkg 3.Move EnableQuietBoot(), DisableQuietBoot() and LockKeyboards() into GenericBdsLib git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6691 6f19259b-4bc3-4df7-8a09-765794883524 --- Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c | 2 +- Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h | 1 - Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) (limited to 'Nt32Pkg/Library') diff --git a/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c b/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c index 814f71a41b..6970ceb008 100644 --- a/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c +++ b/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c @@ -244,7 +244,7 @@ Returns: // from the graphic lib // if (QuietBoot) { - EnableQuietBootEx (&gEfiDefaultBmpLogoGuid, mBdsImageHandle); + EnableQuietBoot (&gEfiDefaultBmpLogoGuid); // // Perform system diagnostic // diff --git a/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h b/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h index 7487cb8830..5188ba51c9 100644 --- a/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h +++ b/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h @@ -32,7 +32,6 @@ Abstract: #include #include #include -#include #include #include diff --git a/Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf b/Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf index f1fc9c8956..53efebdedd 100644 --- a/Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf +++ b/Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf @@ -49,7 +49,6 @@ BaseMemoryLib DebugLib PcdLib - GraphicsLib GenericBdsLib [Guids] -- cgit v1.2.3