summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2018-05-29 13:53:52 +0800
committerLiming Gao <liming.gao@intel.com>2018-06-05 14:23:48 +0800
commit31f70606c64c93c71ee7e45c2ddac1e5c85c49ee (patch)
tree34ee2b2fed7d342ce3b8d95eb253cb5e16f30f70 /MdeModulePkg
parent6c2d935d1dcbefc96e822b95b129626abe76f37d (diff)
downloadedk2-31f70606c64c93c71ee7e45c2ddac1e5c85c49ee.tar.gz
edk2-31f70606c64c93c71ee7e45c2ddac1e5c85c49ee.tar.bz2
edk2-31f70606c64c93c71ee7e45c2ddac1e5c85c49ee.zip
MdeModulePkg BootManagerMenuApp: Update usage info for BootLogo protocol
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>
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
index dd60ef4cd8..392a97065c 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]