From 31f70606c64c93c71ee7e45c2ddac1e5c85c49ee Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Tue, 29 May 2018 13:53:52 +0800 Subject: [PATCH] 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 Cc: Ruiyu Ni Reviewed-by: Star Zeng --- .../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 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.
+# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.
# 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.39.2