From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id DE2A91A1E46 for ; Mon, 24 Oct 2016 19:48:57 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 24 Oct 2016 19:48:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,544,1473145200"; d="scan'208";a="893571622" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga003.jf.intel.com with ESMTP; 24 Oct 2016 19:48:57 -0700 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 24 Oct 2016 19:48:56 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 24 Oct 2016 19:48:56 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.206]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.139]) with mapi id 14.03.0248.002; Tue, 25 Oct 2016 10:48:55 +0800 From: "Bi, Dandan" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" Thread-Topic: [PATCH v2 2/3] MdeModulePkg/GraphicsOutputDxe.inf: Correct the protocol/GUID usages Thread-Index: AQHSLmYVaeVnzjU/XUyg3HhHxb67faC4d8aQ Date: Tue, 25 Oct 2016 02:48:54 +0000 Message-ID: <3C0D5C461C9E904E8F62152F6274C0BB3963E0FF@shsmsx102.ccr.corp.intel.com> References: <20161025021824.124428-1-ruiyu.ni@intel.com> In-Reply-To: <20161025021824.124428-1-ruiyu.ni@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v2 2/3] MdeModulePkg/GraphicsOutputDxe.inf: Correct the protocol/GUID usages X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2016 02:48:58 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Dandan Bi Thanks, Dandan -----Original Message----- From: Ni, Ruiyu=20 Sent: Tuesday, October 25, 2016 10:18 AM To: edk2-devel@lists.01.org Cc: Bi, Dandan Subject: [PATCH v2 2/3] MdeModulePkg/GraphicsOutputDxe.inf: Correct the pro= tocol/GUID usages Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Cc: Dandan Bi --- .../Universal/Console/GraphicsOutputDxe/GraphicsOutputDxe.inf | 10 +++++-= ---- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MdeModulePkg/Universal/Console/GraphicsOutputDxe/GraphicsOutpu= tDxe.inf b/MdeModulePkg/Universal/Console/GraphicsOutputDxe/GraphicsOutputD= xe.inf index 0f7106d..1a2e720 100644 --- a/MdeModulePkg/Universal/Console/GraphicsOutputDxe/GraphicsOutputDxe.in= f +++ b/MdeModulePkg/Universal/Console/GraphicsOutputDxe/GraphicsOutputDxe.in= f @@ -49,10 +49,10 @@ [LibraryClasses] HobLib =20 [Guids] - gEfiGraphicsInfoHobGuid # HOB TO_START - gEfiGraphicsDeviceInfoHobGuid # HOB TO_START + gEfiGraphicsInfoHobGuid ## CONSUMES ## HOB + gEfiGraphicsDeviceInfoHobGuid ## CONSUMES ## HOB =20 [Protocols] - gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START - gEfiDevicePathProtocolGuid # PROTOCOL BY_START - gEfiPciIoProtocolGuid # PROTOCOL TO_START + gEfiGraphicsOutputProtocolGuid ## BY_START + gEfiDevicePathProtocolGuid ## BY_START + gEfiPciIoProtocolGuid ## TO_START --=20 2.9.0.windows.1