From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: shenglei.zhang@intel.com) Received: from mga12.intel.com (mga12.intel.com []) by groups.io with SMTP; Thu, 05 Sep 2019 00:47:30 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Sep 2019 00:47:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,469,1559545200"; d="scan'208";a="334476725" Received: from shenglei-mobl.ccr.corp.intel.com ([10.239.197.10]) by orsmga004.jf.intel.com with ESMTP; 05 Sep 2019 00:47:29 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Jian J Wang , Hao A Wu Subject: [PATCH 2/2] MdeModulePkg/SerialDxe: Update the file Guid in SerialDxe.inf Date: Thu, 5 Sep 2019 15:47:22 +0800 Message-Id: <20190905074722.13564-3-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 In-Reply-To: <20190905074722.13564-1-shenglei.zhang@intel.com> References: <20190905074722.13564-1-shenglei.zhang@intel.com> FILE GUID in MdeModulePkg\Universal\SerialDxe\SerialDxe.inf is same to the one gEdkiiSerialPortLibVendorGuid. Its FILE GUID should be updated to another value. https://bugzilla.tianocore.org/show_bug.cgi?id=2144 Cc: Jian J Wang Cc: Hao A Wu Signed-off-by: Shenglei Zhang --- 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 b6c85b3f848d..ab5e045ead3d 100644 --- a/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf +++ b/MdeModulePkg/Universal/SerialDxe/SerialDxe.inf @@ -11,7 +11,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = SerialDxe MODULE_UNI_FILE = SerialDxe.uni - FILE_GUID = D3987D4B-971A-435F-8CAF-4967EB627241 + FILE_GUID = 3bd86846-4ad0-4e94-81e6-9ea34cd34cxb MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 -- 2.18.0.windows.1