From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.93, mailfrom: hao.a.wu@intel.com) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by groups.io with SMTP; Mon, 16 Sep 2019 23:49:32 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Sep 2019 23:49:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,515,1559545200"; d="scan'208";a="188845812" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 16 Sep 2019 23:49:32 -0700 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 16 Sep 2019 23:49:32 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 16 Sep 2019 23:49:31 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.32]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.92]) with mapi id 14.03.0439.000; Tue, 17 Sep 2019 14:49:29 +0800 From: "Wu, Hao A" To: "Gao, Liming" , "devel@edk2.groups.io" CC: "Ni, Ray" Subject: Re: [Patch] MdeModulePkg SerialDxe.inf: Fix wrong FILE_GUID format Thread-Topic: [Patch] MdeModulePkg SerialDxe.inf: Fix wrong FILE_GUID format Thread-Index: AQHVbSO0UMABH+osqki3+ekCLZ2C2acvba5w Date: Tue, 17 Sep 2019 06:49:29 +0000 Message-ID: References: <1568702801-10668-1-git-send-email-liming.gao@intel.com> In-Reply-To: <1568702801-10668-1-git-send-email-liming.gao@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: hao.a.wu@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable > -----Original Message----- > From: Gao, Liming > Sent: Tuesday, September 17, 2019 2:47 PM > To: devel@edk2.groups.io > Cc: Wu, Hao A; Ni, Ray > Subject: [Patch] MdeModulePkg SerialDxe.inf: Fix wrong FILE_GUID format >=20 > Fix regression issue caused by > 0d85e67714e31e0dbe4241ab2ebb7c423aba174d >=20 > Cc: Hao A Wu > Cc: Ray Ni > Signed-off-by: Liming Gao > --- > MdeModulePkg/Universal/SerialDxe/SerialDxe.inf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf > b/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf > index ab5e045ead..9337440c73 100644 > --- a/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf > +++ b/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf > @@ -11,7 +11,7 @@ > INF_VERSION =3D 0x00010005 > BASE_NAME =3D SerialDxe > MODULE_UNI_FILE =3D SerialDxe.uni > - FILE_GUID =3D 3bd86846-4ad0-4e94-81e6-9ea34cd34cx= b > + FILE_GUID =3D 9A5163E7-5C29-453F-825C-837A46A81E1= 5 Reviewed-by: Hao A Wu Best Regards, Hao Wu > MODULE_TYPE =3D DXE_DRIVER > VERSION_STRING =3D 1.0 >=20 > -- > 2.13.0.windows.1