From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: liming.gao@intel.com) Received: from mga17.intel.com (mga17.intel.com []) by groups.io with SMTP; Tue, 17 Sep 2019 00:17:33 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Sep 2019 00:17:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,515,1559545200"; d="scan'208";a="191314295" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga006.jf.intel.com with ESMTP; 17 Sep 2019 00:17:32 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 17 Sep 2019 00:17:32 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.32]) by shsmsx102.ccr.corp.intel.com ([169.254.2.113]) with mapi id 14.03.0439.000; Tue, 17 Sep 2019 15:17:31 +0800 From: "Liming Gao" To: "Wu, Hao A" , "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+ekCLZ2C2acvba5wgAAH6NA= Date: Tue, 17 Sep 2019 07:17:30 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E4FD603@SHSMSX104.ccr.corp.intel.com> References: <1568702801-10668-1-git-send-email-liming.gao@intel.com> In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Push @9790f62be1aa5ee9460d4c4ec8c720919523bb62 >-----Original Message----- >From: Wu, Hao A >Sent: Tuesday, September 17, 2019 2:49 PM >To: Gao, Liming ; devel@edk2.groups.io >Cc: Ni, Ray >Subject: RE: [Patch] MdeModulePkg SerialDxe.inf: Fix wrong FILE_GUID >format > >> -----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 >> >> Fix regression issue caused by >> 0d85e67714e31e0dbe4241ab2ebb7c423aba174d >> >> 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(-) >> >> 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-9ea34cd34c= xb >> + FILE_GUID =3D 9A5163E7-5C29-453F-825C-837A46A81E= 15 > > >Reviewed-by: Hao A Wu > >Best Regards, >Hao Wu > > >> MODULE_TYPE =3D DXE_DRIVER >> VERSION_STRING =3D 1.0 >> >> -- >> 2.13.0.windows.1