]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg BootManagerMenuApp: Update usage info for BootLogo protocol
authorLiming Gao <liming.gao@intel.com>
Tue, 29 May 2018 05:53:52 +0000 (13:53 +0800)
committerLiming Gao <liming.gao@intel.com>
Tue, 5 Jun 2018 06:23:48 +0000 (14:23 +0800)
BootLogo protocol is not always required. If it not 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>
Reviewed-by: Star Zeng <star.zeng@intel.com>
MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf

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