diff options
Diffstat (limited to 'ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf')
-rw-r--r-- | ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf index 2500ad9d68..9c95b69cc9 100644 --- a/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf +++ b/ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf @@ -33,7 +33,6 @@ [Sources]
PlatformBm.c
QemuKernel.c
- QuietBoot.c
[Packages]
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
@@ -45,9 +44,9 @@ [LibraryClasses]
BaseLib
BaseMemoryLib
+ BootLogoLib
DebugLib
DevicePathLib
- DxeServicesLib
MemoryAllocationLib
PcdLib
PrintLib
@@ -58,10 +57,6 @@ UefiLib
UefiRuntimeServicesTableLib
-[FeaturePcd]
- gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootlogoOnlyEnable
- gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
-
[FixedPcd]
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile
@@ -85,6 +80,5 @@ gEfiDevicePathProtocolGuid
gEfiGraphicsOutputProtocolGuid
gEfiLoadedImageProtocolGuid
- gEfiOEMBadgingProtocolGuid
gEfiPciRootBridgeIoProtocolGuid
gEfiSimpleFileSystemProtocolGuid
|