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.136, mailfrom: shenglei.zhang@intel.com) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by groups.io with SMTP; Thu, 05 Sep 2019 00:47:27 -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:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,469,1559545200"; d="scan'208";a="334476699" Received: from shenglei-mobl.ccr.corp.intel.com ([10.239.197.10]) by orsmga004.jf.intel.com with ESMTP; 05 Sep 2019 00:47:24 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Jordan Justen , Andrew Fish , Ray Ni , Jian J Wang , Hao A Wu Subject: [PATCH 0/2] Update file guids in INF files Date: Thu, 5 Sep 2019 15:47:20 +0800 Message-Id: <20190905074722.13564-1-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 The file guids of PeiEmuSerialPortLib.inf and SerialDxe.inf are same to other guids. So update them to new ones. https://bugzilla.tianocore.org/show_bug.cgi?id=2144 Cc: Jordan Justen Cc: Andrew Fish Cc: Ray Ni Cc: Jian J Wang Cc: Hao A Wu Shenglei Zhang (1): MdeModulePkg/SerialDxe: Update the file Guid in SerialDxe.inf shenglei (1): EmulatorPkg/PeiEmuSerialPortLib: Update the INF file Guid EmulatorPkg/Library/PeiEmuSerialPortLib/PeiEmuSerialPortLib.inf | 2 +- MdeModulePkg/Universal/SerialDxe/SerialDxe.inf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.18.0.windows.1