* [PATCH] MdeModulePkg/LogoDxe: Add missing dependency gEfiHiiImageExProtocolGuid
@ 2017-03-16 6:05 Ruiyu Ni
2017-03-16 8:32 ` Tian, Feng
0 siblings, 1 reply; 2+ messages in thread
From: Ruiyu Ni @ 2017-03-16 6:05 UTC (permalink / raw)
To: edk2-devel; +Cc: Feng Tian, Eric Dong
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] MdeModulePkg/LogoDxe: Add missing dependency gEfiHiiImageExProtocolGuid
2017-03-16 6:05 [PATCH] MdeModulePkg/LogoDxe: Add missing dependency gEfiHiiImageExProtocolGuid Ruiyu Ni
@ 2017-03-16 8:32 ` Tian, Feng
0 siblings, 0 replies; 2+ messages in thread
From: Tian, Feng @ 2017-03-16 8:32 UTC (permalink / raw)
To: Ni, Ruiyu, edk2-devel@lists.01.org; +Cc: Dong, Eric, Tian, Feng
Reviewed-by: Feng Tian <feng.tian@Intel.com>
Thanks
Feng
-----Original Message-----
From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Ruiyu Ni
Sent: Thursday, March 16, 2017 2:05 PM
To: edk2-devel@lists.01.org
Cc: Tian, Feng <feng.tian@intel.com>; Dong, Eric <eric.dong@intel.com>
Subject: [edk2] [PATCH] MdeModulePkg/LogoDxe: Add missing dependency gEfiHiiImageExProtocolGuid
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
---
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
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-16 8:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-16 6:05 [PATCH] MdeModulePkg/LogoDxe: Add missing dependency gEfiHiiImageExProtocolGuid Ruiyu Ni
2017-03-16 8:32 ` Tian, Feng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox