]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
ArmVirtPkg/PlatformBootManagerLib: add EnableQuietBoot & DisableQuietBoot
[mirror_edk2.git] / ArmVirtPkg / Library / PlatformBootManagerLib / PlatformBootManagerLib.inf
index 28d546027d5e0f85c1e9c15d91662f181e359b92..2500ad9d68058da25666904a8d32c03228eb3b6d 100644 (file)
@@ -33,6 +33,7 @@
 [Sources]\r
   PlatformBm.c\r
   QemuKernel.c\r
+  QuietBoot.c\r
 \r
 [Packages]\r
   IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
@@ -46,6 +47,7 @@
   BaseMemoryLib\r
   DebugLib\r
   DevicePathLib\r
+  DxeServicesLib\r
   MemoryAllocationLib\r
   PcdLib\r
   PrintLib\r
   UefiLib\r
   UefiRuntimeServicesTableLib\r
 \r
+[FeaturePcd]\r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootlogoOnlyEnable\r
+  gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport\r
+\r
 [FixedPcd]\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile\r
   gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile\r
@@ -79,5 +85,6 @@
   gEfiDevicePathProtocolGuid\r
   gEfiGraphicsOutputProtocolGuid\r
   gEfiLoadedImageProtocolGuid\r
+  gEfiOEMBadgingProtocolGuid\r
   gEfiPciRootBridgeIoProtocolGuid\r
   gEfiSimpleFileSystemProtocolGuid\r