From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 74B781A1DF5 for ; Sun, 23 Oct 2016 17:47:41 -0700 (PDT) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP; 23 Oct 2016 17:47:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,539,1473145200"; d="scan'208";a="22799921" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga005.fm.intel.com with ESMTP; 23 Oct 2016 17:47:41 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 23 Oct 2016 17:47:40 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 23 Oct 2016 17:47:40 -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; Mon, 24 Oct 2016 08:47:38 +0800 From: "Bi, Dandan" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" Thread-Topic: [PATCH 3/3] MdeModulePkg/HiiDatabaseDxe.inf: Correct the GUID usages Thread-Index: AQHSKnXRt5AIUq7eek6LLJ7F69RnYqC2y3HQ Date: Mon, 24 Oct 2016 00:47:38 +0000 Message-ID: <3C0D5C461C9E904E8F62152F6274C0BB3963DB75@shsmsx102.ccr.corp.intel.com> References: <20161020020040.81780-1-ruiyu.ni@intel.com> <20161020020040.81780-4-ruiyu.ni@intel.com> In-Reply-To: <20161020020040.81780-4-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 3/3] MdeModulePkg/HiiDatabaseDxe.inf: Correct the 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: Mon, 24 Oct 2016 00:47:41 -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: Thursday, October 20, 2016 10:01 AM To: edk2-devel@lists.01.org Cc: Bi, Dandan Subject: [PATCH 3/3] MdeModulePkg/HiiDatabaseDxe.inf: Correct the GUID usag= es Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Cc: Dandan Bi --- MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf b/Mde= ModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf index f82a1f4..6bb1d03 100644 --- a/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf +++ b/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf @@ -88,8 +88,8 @@ [Guids] ## CONSUMES ## Event ## PRODUCES ## Event gEfiHiiKeyBoardLayoutGuid - gEfiHiiImageDecoderNameJpegGuid |gEfiMdeModulePkgTokenSpaceGuid.PcdSuppo= rtHiiImageProtocol ## SOMETIMES_CONSUMES - gEfiHiiImageDecoderNamePngGuid |gEfiMdeModulePkgTokenSpaceGuid.PcdSuppo= rtHiiImageProtocol ## SOMETIMES_CONSUMES + gEfiHiiImageDecoderNameJpegGuid=20 + |gEfiMdeModulePkgTokenSpaceGuid.PcdSupportHiiImageProtocol ##=20 + SOMETIMES_CONSUMES ## GUID gEfiHiiImageDecoderNamePngGuid =20 + |gEfiMdeModulePkgTokenSpaceGuid.PcdSupportHiiImageProtocol ##=20 + SOMETIMES_CONSUMES ## GUID =20 [Depex] TRUE -- 2.9.0.windows.1