From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web12.1223.1571621803128495954 for ; Sun, 20 Oct 2019 18:36:43 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: liming.gao@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Oct 2019 18:36:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,321,1566889200"; d="scan'208";a="398513517" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga006.fm.intel.com with ESMTP; 20 Oct 2019 18:36:42 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 20 Oct 2019 18:36:41 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 20 Oct 2019 18:36:41 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.166]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.165]) with mapi id 14.03.0439.000; Mon, 21 Oct 2019 09:36:40 +0800 From: "Liming Gao" To: "Kinney, Michael D" , "devel@edk2.groups.io" CC: Sean Brogan Subject: Re: [Patch] MdePkg: Add UefiFileHandleLib to DSC file Thread-Topic: [Patch] MdePkg: Add UefiFileHandleLib to DSC file Thread-Index: AQHVhfP8kSmnbqH/5kOuTS7dIfjMJadkVAuQ Date: Mon, 21 Oct 2019 01:36:39 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E51F4E3@SHSMSX104.ccr.corp.intel.com> References: <20191018203809.24016-1-michael.d.kinney@intel.com> In-Reply-To: <20191018203809.24016-1-michael.d.kinney@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 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: Kinney, Michael D >Sent: Saturday, October 19, 2019 4:38 AM >To: devel@edk2.groups.io >Cc: Sean Brogan ; Gao, Liming > >Subject: [Patch] MdePkg: Add UefiFileHandleLib to DSC file > >From: Sean Brogan > >https://bugzilla.tianocore.org/show_bug.cgi?id=3D2261 > >Add the UefiFileHandleLib to the [Components] section of the >MdePkg DSC file to support full build testing of the MdePkg. > >Cc: Michael D Kinney >Cc: Liming Gao >Signed-off-by: Michael D Kinney >--- > MdePkg/MdePkg.dsc | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/MdePkg/MdePkg.dsc b/MdePkg/MdePkg.dsc >index a2ff12fe75..c1278e7907 100644 >--- a/MdePkg/MdePkg.dsc >+++ b/MdePkg/MdePkg.dsc >@@ -27,6 +27,7 @@ [PcdsFixedAtBuild] > gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000 > > [Components] >+ MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf > MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf > MdePkg/Library/BaseCpuLib/BaseCpuLib.inf > MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf >-- >2.21.0.windows.1