public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch] MdeModulePkg BootManagerMenuApp: Update usage info for BootLogo protocol
@ 2018-05-29  5:53 Liming Gao
  2018-06-04  6:20 ` Ni, Ruiyu
  2018-06-04  6:37 ` Zeng, Star
  0 siblings, 2 replies; 5+ messages in thread
From: Liming Gao @ 2018-05-29  5:53 UTC (permalink / raw)
  To: edk2-devel; +Cc: Ruiyu Ni

BootLogo protocol is not always required. If it is installed,
BootManagerMenuApp can work.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
---
 MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
index dd60ef4..392a970 100644
--- a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
+++ b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
@@ -4,7 +4,7 @@
 #  The application pops up a menu showing all the boot options referenced by
 #  BootOrder NV variable and user can choose to boot from one of them.
 #  
-#  Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
 #  This program and the accompanying materials
 #  are licensed and made available under the terms and conditions of the BSD License
 #  which accompanies this distribution.  The full text of the license may be found at
@@ -51,7 +51,7 @@
 [Guids]
 
 [Protocols]
-  gEfiBootLogoProtocolGuid                      ## CONSUMES
+  gEfiBootLogoProtocolGuid                      ## SOMETIMES_CONSUMES
   gEfiLoadedImageDevicePathProtocolGuid         ## CONSUMES
 
 [Pcd]
-- 
2.8.0.windows.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-06-04  6:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-29  5:53 [Patch] MdeModulePkg BootManagerMenuApp: Update usage info for BootLogo protocol Liming Gao
2018-06-04  6:20 ` Ni, Ruiyu
2018-06-04  6:37 ` Zeng, Star
2018-06-04  6:38   ` Gao, Liming
2018-06-04  6:40     ` Zeng, Star

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox