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.65; helo=mga03.intel.com; envelope-from=jordan.l.justen@intel.com; receiver=edk2-devel@lists.01.org Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 8C44222361E69 for ; Thu, 8 Feb 2018 00:27:59 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Feb 2018 00:33:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,477,1511856000"; d="scan'208";a="16902366" Received: from nvashis-mobl.amr.corp.intel.com (HELO localhost) ([10.254.187.252]) by orsmga006.jf.intel.com with ESMTP; 08 Feb 2018 00:33:42 -0800 MIME-Version: 1.0 To: "Kinney, Michael D" , edk2-devel@lists.01.org Message-ID: <151807881702.22216.2567922073354656816@jljusten-skl> From: Jordan Justen In-Reply-To: <20180207225822.28876-10-michael.d.kinney@intel.com> Cc: Michael D Kinney , Sean Brogan , Jiewen Yao , Andrew Fish References: <20180207225822.28876-1-michael.d.kinney@intel.com> <20180207225822.28876-10-michael.d.kinney@intel.com> User-Agent: alot/0.6 Date: Thu, 08 Feb 2018 00:33:37 -0800 Subject: Re: [Patch 09/10] EmulatorPkg: Add SafeIntLib and BmpSupportLib to DSC files X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2018 08:28:00 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jordan Justen On 2018-02-07 14:58:21, Kinney, Michael D wrote: > From: Michael D Kinney > = > https://bugzilla.tianocore.org/show_bug.cgi?id=3D800 > = > Based on content from the following branch/commits: > https://github.com/Microsoft/MS_UEFI/tree/share/MsCapsuleSupport > https://github.com/Microsoft/MS_UEFI/commit/33bab4031a417d7d5a7d356c15a14= c2e60302b2d > https://github.com/Microsoft/MS_UEFI/commit/ca516b1a61315c2d823f453e12d21= 35098f53d61 > https://github.com/Microsoft/MS_UEFI/commit/2b9f111f2e74a4c2ef4c4e32379e1= 11f016dbd9b > = > Add BmpSupportLib and SafeIntLib mappings that are required > by GenericBdsLib. > = > Cc: Sean Brogan > Cc: Jiewen Yao > Cc: Jordan Justen > Cc: Andrew Fish > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Michael D Kinney > --- > EmulatorPkg/EmulatorPkg.dsc | 2 ++ > 1 file changed, 2 insertions(+) > = > diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc > index 818691ce3a..1c274cb723 100644 > --- a/EmulatorPkg/EmulatorPkg.dsc > +++ b/EmulatorPkg/EmulatorPkg.dsc > @@ -83,6 +83,8 @@ > DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf > OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/Oem= HookStatusCodeLibNull.inf > GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBds= Lib.inf > + BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib= .inf > + SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf > CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/Customi= zedDisplayLib.inf > SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/Dx= eSecurityManagementLib.inf > TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTempl= ate.inf > -- = > 2.14.2.windows.3 >=20