public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Ruiyu Ni <ruiyu.ni@intel.com>
To: edk2-devel@lists.01.org
Cc: Dandan Bi <dandan.bi@intel.com>
Subject: [PATCH v2 2/3] MdeModulePkg/GraphicsOutputDxe.inf: Correct the protocol/GUID usages
Date: Tue, 25 Oct 2016 10:18:24 +0800	[thread overview]
Message-ID: <20161025021824.124428-1-ruiyu.ni@intel.com> (raw)

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



             reply	other threads:[~2016-10-25  2:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-25  2:18 Ruiyu Ni [this message]
2016-10-25  2:48 ` [PATCH v2 2/3] MdeModulePkg/GraphicsOutputDxe.inf: Correct the protocol/GUID usages Bi, Dandan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161025021824.124428-1-ruiyu.ni@intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox