diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-24 05:49:59 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-24 05:49:59 +0000 |
commit | 519f076a478a7da9ff4b9d5327a993b1fc2968e8 (patch) | |
tree | 392650a225fb29f7221927e4ead4ce5c189c8f5e /DuetPkg/Library/DuetBdsLib | |
parent | 978baf50be487ad7d74f8b7d34772517c2219526 (diff) | |
download | edk2-519f076a478a7da9ff4b9d5327a993b1fc2968e8.tar.gz edk2-519f076a478a7da9ff4b9d5327a993b1fc2968e8.tar.bz2 edk2-519f076a478a7da9ff4b9d5327a993b1fc2968e8.zip |
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
Diffstat (limited to 'DuetPkg/Library/DuetBdsLib')
-rw-r--r-- | DuetPkg/Library/DuetBdsLib/BdsPlatform.h | 1 | ||||
-rw-r--r-- | DuetPkg/Library/DuetBdsLib/PlatformBds.inf | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/DuetPkg/Library/DuetBdsLib/BdsPlatform.h b/DuetPkg/Library/DuetBdsLib/BdsPlatform.h index 1110529c9d..9419607410 100644 --- a/DuetPkg/Library/DuetBdsLib/BdsPlatform.h +++ b/DuetPkg/Library/DuetBdsLib/BdsPlatform.h @@ -38,7 +38,6 @@ Abstract: #include <Library/PcdLib.h>
#include <Library/GenericBdsLib.h>
#include <Library/PlatformBdsLib.h>
-#include <Library/GraphicsLib.h>
#include <Library/HobLib.h>
#include <Library/UefiLib.h>
#include <Library/DxeServicesTableLib.h>
diff --git a/DuetPkg/Library/DuetBdsLib/PlatformBds.inf b/DuetPkg/Library/DuetBdsLib/PlatformBds.inf index d92211797e..ab0bd1c5fe 100644 --- a/DuetPkg/Library/DuetBdsLib/PlatformBds.inf +++ b/DuetPkg/Library/DuetBdsLib/PlatformBds.inf @@ -47,7 +47,6 @@ BaseMemoryLib
DebugLib
PcdLib
- GraphicsLib
GenericBdsLib
HobLib
UefiLib
|