diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-09 05:48:35 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-09 05:48:35 +0000 |
commit | d46f36324fa86c08386f57c2675c45e4c1e888ec (patch) | |
tree | ae34f36838c4883932de5373fb70b492e2806237 /UnixPkg/Library/UnixBdsLib/BdsPlatform.h | |
parent | c437405563f851f2f976d072ff8566b74b9cc7c4 (diff) | |
download | edk2-platforms-d46f36324fa86c08386f57c2675c45e4c1e888ec.tar.xz |
Retire Logo and Shell guid header file, which are replaced by gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile and gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8829 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UnixPkg/Library/UnixBdsLib/BdsPlatform.h')
-rw-r--r-- | UnixPkg/Library/UnixBdsLib/BdsPlatform.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/UnixPkg/Library/UnixBdsLib/BdsPlatform.h b/UnixPkg/Library/UnixBdsLib/BdsPlatform.h index 4fd8bf181b..3f853152d0 100644 --- a/UnixPkg/Library/UnixBdsLib/BdsPlatform.h +++ b/UnixPkg/Library/UnixBdsLib/BdsPlatform.h @@ -37,7 +37,6 @@ Abstract: #include <Protocol/UnixThunk.h>
#include <Protocol/UnixIo.h>
-#include <Guid/Logo.h>
#include <Guid/UnixSystemConfig.h>
extern BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
|