From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.100; helo=mga07.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 849742112FAC0 for ; Mon, 24 Sep 2018 18:48:25 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Sep 2018 18:48:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,300,1534834800"; d="scan'208";a="86246163" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga003.jf.intel.com with ESMTP; 24 Sep 2018 18:48:25 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 24 Sep 2018 18:48:25 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 24 Sep 2018 18:48:24 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.183]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.220]) with mapi id 14.03.0319.002; Tue, 25 Sep 2018 09:48:22 +0800 From: "Gao, Liming" To: "Zhang, Shenglei" , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" Thread-Topic: [PATCH] MdePkg: Add a inf path in MdePkg.dsc Thread-Index: AQHUTAkiJoap7X3bYkmWaRQcv4s7waUAS5hg Date: Tue, 25 Sep 2018 01:48:21 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E3198BA@SHSMSX104.ccr.corp.intel.com> References: <20180914085435.21684-1-shenglei.zhang@intel.com> In-Reply-To: <20180914085435.21684-1-shenglei.zhang@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH] MdePkg: Add a inf path in MdePkg.dsc X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2018 01:48:25 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: Zhang, Shenglei >Sent: Friday, September 14, 2018 4:55 PM >To: edk2-devel@lists.01.org >Cc: Kinney, Michael D ; Gao, Liming > >Subject: [PATCH] MdePkg: Add a inf path in MdePkg.dsc > >DxeRuntimeDebugLibSerialPort.inf is missing in MdePkg.dsc. >So add the path into it. >https://bugzilla.tianocore.org/show_bug.cgi?id=3D1177 > >Cc: Michael D Kinney >Cc: Liming Gao >Contributed-under: TianoCore Contribution Agreement 1.1 >Signed-off-by: shenglei >--- > MdePkg/MdePkg.dsc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/MdePkg/MdePkg.dsc b/MdePkg/MdePkg.dsc >index c7b93d4c8c..092a756c1f 100644 >--- a/MdePkg/MdePkg.dsc >+++ b/MdePkg/MdePkg.dsc >@@ -98,8 +98,8 @@ > MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf > MdePkg/Library/DxeIoLibCpuIo2/DxeIoLibCpuIo2.inf > MdePkg/Library/DxeHstiLib/DxeHstiLib.inf >- > MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf >+ >MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialP >ort.inf > > MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf > >MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibRe >portStatusCode.inf >-- >2.18.0.windows.1