Reviewed-by: Feng Tian <[email protected]> Thanks Feng
-----Original Message----- From: edk2-devel [mailto:[email protected]] On Behalf Of Ruiyu Ni Sent: Thursday, March 16, 2017 2:05 PM To: [email protected] Cc: Tian, Feng <[email protected]>; Dong, Eric <[email protected]> Subject: [edk2] [PATCH] MdeModulePkg/LogoDxe: Add missing dependency gEfiHiiImageExProtocolGuid Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <[email protected]> Cc: Feng Tian <[email protected]> Cc: Eric Dong <[email protected]> --- MdeModulePkg/Logo/LogoDxe.inf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Logo/LogoDxe.inf b/MdeModulePkg/Logo/LogoDxe.inf index 3ffc64b..28fe74d 100644 --- a/MdeModulePkg/Logo/LogoDxe.inf +++ b/MdeModulePkg/Logo/LogoDxe.inf @@ -1,7 +1,7 @@ ## @file # The default logo bitmap picture shown on setup screen. # -# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR> +# Copyright (c) 2016 - 2017, 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 @@ -54,7 +54,8 @@ [Protocols] gEdkiiPlatformLogoProtocolGuid ## PRODUCES [Depex] - gEfiHiiDatabaseProtocolGuid + gEfiHiiDatabaseProtocolGuid AND + gEfiHiiImageExProtocolGuid [UserExtensions.TianoCore."ExtraFiles"] LogoDxeExtra.uni -- 2.9.0.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

