From nobody Sun Apr 28 18:40:05 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+49246+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+49246+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1571431094; cv=none; d=zoho.com; s=zohoarc; b=aYwmtLOGTQGIEW031xjhEQmUg4IambArSMz9J/w0mamO4KYYf29Evv4jzsB/pZTTOYD1mGpZrcgnOZZyQNiQOeu49zrgQwKIwU4zNYW88yxm/KENKNg43LcKHK5uq956udd8saEt5hQipPLiSZmpvaEKmP+ELSH3NpOh6i8z144= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1571431094; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=CF+qJ5SfodEe5aQ2MHB0qOiaMcsUScTHx162iKc6P44=; b=WwKgLCIN9gxJsqbHi0EfKjZTWPkglHvPkEJh6gn0NCHJeAPbAtC1Kn4V/6fBbFVBLvFXO/ZgFwqPHwBDck0vSpK69L1GeQ0+iLjR7aMo/h22z03aJON98XrgHmyGBl9kQn6dT5o13PZzq0sBWlcd5N0Upw3HLugCr03WOLLsYqc= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+49246+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 157143109385827.04603882822164; Fri, 18 Oct 2019 13:38:13 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id U7dzYY1788612x4TBSW8MP0V; Fri, 18 Oct 2019 13:38:12 -0700 X-Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web09.1555.1571431092639418355 for ; Fri, 18 Oct 2019 13:38:12 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Oct 2019 13:38:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,312,1566889200"; d="scan'208";a="195566918" X-Received: from unknown (HELO mdkinney-MOBL2.amr.corp.intel.com) ([10.241.111.156]) by fmsmga008.fm.intel.com with ESMTP; 18 Oct 2019 13:38:12 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Sean Brogan , Liming Gao Subject: [edk2-devel] [Patch] MdePkg: Add UefiFileHandleLib to DSC file Date: Fri, 18 Oct 2019 13:38:09 -0700 Message-Id: <20191018203809.24016-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,michael.d.kinney@intel.com X-Gm-Message-State: owPxR0BSdbRy7O6xP03OnFIIx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1571431092; bh=2q9mKFWVTRx4dTSfHZOhAxM7k4NW47wAJfkl3A7Cc24=; h=Cc:Date:From:Reply-To:Subject:To; b=jkbGwQOth4iXCZPt7s1evhPFeMCLEjqn2BzqS8OSCCP/lalDUjoMY/cfelNSzCSJT3z hNZOTOhIqlougx/lQYeecBAvqc6EOrtqTSga8vdhCK36O7TFgmT4EZfOSs95hgU3XuYlT 1QmnEl+A4qT43YzqjyTH+7Vza8fhz82rKsM= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" 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 Reviewed-by: Liming Gao --- 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 =20 [Components] + MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf MdePkg/Library/BaseCpuLib/BaseCpuLib.inf MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#49246): https://edk2.groups.io/g/devel/message/49246 Mute This Topic: https://groups.io/mt/35114289/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-