From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 4BB9721C8F62A for ; Sun, 18 Jun 2017 19:30:14 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP; 18 Jun 2017 19:31:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,359,1493708400"; d="scan'208";a="982417038" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga003.jf.intel.com with ESMTP; 18 Jun 2017 19:31:34 -0700 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 18 Jun 2017 19:31:34 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 18 Jun 2017 19:31:34 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.151]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.56]) with mapi id 14.03.0319.002; Mon, 19 Jun 2017 10:31:31 +0800 From: "Ni, Ruiyu" To: "Bi, Dandan" , "edk2-devel@lists.01.org" CC: "Gao, Liming" Thread-Topic: [patch 4/8] MdePkg/HiiImageDecoder.h: Remove the unnecessary comments Thread-Index: AQHS6Jp1F6hdjZg+J0WVQBK1Q3K9NqIrdtvg Date: Mon, 19 Jun 2017 02:31:30 +0000 Deferred-Delivery: Mon, 19 Jun 2017 02:31:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5B99BD21@SHSMSX104.ccr.corp.intel.com> References: <1497835292-34476-1-git-send-email-dandan.bi@intel.com> <1497835292-34476-5-git-send-email-dandan.bi@intel.com> In-Reply-To: <1497835292-34476-5-git-send-email-dandan.bi@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [patch 4/8] MdePkg/HiiImageDecoder.h: Remove the unnecessary comments X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2017 02:30:14 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ruiyu Ni Thanks/Ray > -----Original Message----- > From: Bi, Dandan > Sent: Monday, June 19, 2017 9:21 AM > To: edk2-devel@lists.01.org > Cc: Gao, Liming ; Ni, Ruiyu > Subject: [patch 4/8] MdePkg/HiiImageDecoder.h: Remove the unnecessary > comments >=20 > Cc: Liming Gao > Cc: Ruiyu Ni > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Dandan Bi > --- > MdePkg/Include/Protocol/HiiImageDecoder.h | 9 --------- > 1 file changed, 9 deletions(-) >=20 > diff --git a/MdePkg/Include/Protocol/HiiImageDecoder.h > b/MdePkg/Include/Protocol/HiiImageDecoder.h > index 48a1a97..34eb5e1 100644 > --- a/MdePkg/Include/Protocol/HiiImageDecoder.h > +++ b/MdePkg/Include/Protocol/HiiImageDecoder.h > @@ -16,19 +16,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF > ANY KIND, EITHER EXPRESS OR IMPLIED. > #ifndef __HII_IMAGE_DECODER_H__ > #define __HII_IMAGE_DECODER_H__ >=20 > #include >=20 > - > -// > -// In UEFI 2.6 spec,this guid value is duplicate with -// > EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_GUID. Now update this guid value to > -// avoid the duplicate guid issue. So its value is not consistent with -= // UEFI > spec definition now. We have proposed to update UEFI spec to -// use this > new guid. After new spec released, we will remove this -// comments. > -// > #define EFI_HII_IMAGE_DECODER_PROTOCOL_GUID \ > {0x9e66f251, 0x727c, 0x418c, { 0xbf, 0xd6, 0xc2, 0xb4, 0x25, 0x28, 0x1= 8, > 0xea }} >=20 >=20 > #define EFI_HII_IMAGE_DECODER_NAME_JPEG_GUID \ > -- > 1.9.5.msysgit.1