public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 2/3] MdeModulePkg/GraphicsOutputDxe.inf: Correct the protocol/GUID usages
@ 2016-10-25  2:18 Ruiyu Ni
  2016-10-25  2:48 ` Bi, Dandan
  0 siblings, 1 reply; 2+ messages in thread
From: Ruiyu Ni @ 2016-10-25  2:18 UTC (permalink / raw)
  To: edk2-devel; +Cc: Dandan Bi

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
---
 .../Universal/Console/GraphicsOutputDxe/GraphicsOutputDxe.inf  | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/MdeModulePkg/Universal/Console/GraphicsOutputDxe/GraphicsOutputDxe.inf b/MdeModulePkg/Universal/Console/GraphicsOutputDxe/GraphicsOutputDxe.inf
index 0f7106d..1a2e720 100644
--- a/MdeModulePkg/Universal/Console/GraphicsOutputDxe/GraphicsOutputDxe.inf
+++ b/MdeModulePkg/Universal/Console/GraphicsOutputDxe/GraphicsOutputDxe.inf
@@ -49,10 +49,10 @@ [LibraryClasses]
   HobLib
 
 [Guids]
-  gEfiGraphicsInfoHobGuid                       # HOB TO_START
-  gEfiGraphicsDeviceInfoHobGuid                 # HOB TO_START
+  gEfiGraphicsInfoHobGuid                       ## CONSUMES ## HOB
+  gEfiGraphicsDeviceInfoHobGuid                 ## CONSUMES ## HOB
 
 [Protocols]
-  gEfiGraphicsOutputProtocolGuid                # PROTOCOL BY_START
-  gEfiDevicePathProtocolGuid                    # PROTOCOL BY_START
-  gEfiPciIoProtocolGuid                         # PROTOCOL TO_START
+  gEfiGraphicsOutputProtocolGuid                ## BY_START
+  gEfiDevicePathProtocolGuid                    ## BY_START
+  gEfiPciIoProtocolGuid                         ## TO_START
-- 
2.9.0.windows.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-25  2:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-25  2:18 [PATCH v2 2/3] MdeModulePkg/GraphicsOutputDxe.inf: Correct the protocol/GUID usages Ruiyu Ni
2016-10-25  2:48 ` Bi, Dandan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox