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
This commit is contained in:
@@ -281,7 +281,7 @@ Returns:
|
||||
// from the graphic lib
|
||||
//
|
||||
if (QuietBoot) {
|
||||
EnableQuietBoot (&gEfiDefaultBmpLogoGuid);
|
||||
EnableQuietBoot (PcdGetPtr(PcdLogoFile));
|
||||
//
|
||||
// Perform system diagnostic
|
||||
//
|
||||
|
@@ -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[];
|
||||
|
@@ -55,13 +55,13 @@
|
||||
|
||||
|
||||
[Guids]
|
||||
gEfiDefaultBmpLogoGuid # ALWAYS_CONSUMED
|
||||
gEfiUnixSystemConfigGuid
|
||||
|
||||
[Pcd.common]
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn
|
||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut
|
||||
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile
|
||||
|
||||
[Depex]
|
||||
gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid
|
||||
|
Reference in New Issue
Block a user