MdeModulePkg/LogoDxe: Add missing dependency gEfiHiiImageExProtocolGuid

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
This commit is contained in:
Ruiyu Ni 2017-03-16 14:05:04 +08:00
parent 46d5189bde
commit e01e9ae282
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
## @file ## @file
# The default logo bitmap picture shown on setup screen. # 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 # This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License
@ -54,7 +54,8 @@
gEdkiiPlatformLogoProtocolGuid ## PRODUCES gEdkiiPlatformLogoProtocolGuid ## PRODUCES
[Depex] [Depex]
gEfiHiiDatabaseProtocolGuid gEfiHiiDatabaseProtocolGuid AND
gEfiHiiImageExProtocolGuid
[UserExtensions.TianoCore."ExtraFiles"] [UserExtensions.TianoCore."ExtraFiles"]
LogoDxeExtra.uni LogoDxeExtra.uni