From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id B86DF81C5A for ; Thu, 1 Dec 2016 07:53:30 -0800 (PST) Received: by mail-wm0-x233.google.com with SMTP id a197so303014557wmd.0 for ; Thu, 01 Dec 2016 07:53:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=f7T01DwC+5BA0vJfy+fWOUqmY9oTIVjsWy5GWBgtnPs=; b=IOrMZDcYtWcchB7Fs53uN4M8XyPi7kNxEnOzlfl50bElb5IIMH4rIJdF3z58PwlwFa er1sd1E334YHV14yKISUHrtwk+gD2J5FwXb5lQ01sbLxeVa4F66T7c+fknPh5yMepxrE GjDjOOvjou9Yp2rZx7P9ObCWLHBkl25TNBqx4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=f7T01DwC+5BA0vJfy+fWOUqmY9oTIVjsWy5GWBgtnPs=; b=XM2tqB6nqBEbL+DcoDPkAznYinWNaRYXKMqTQFsfKrb0WBgb9LYSElnrfF3SS17jLG 8estIxa0Yw0Fu4G6Jhz5ngJOB23hVTn994GAvIgIVMrkM42k0D+0tNUppAC4K7YMache 2lYCnuxMn1M2Cae5h3i3okUEXUbLSQErZlHwPnL9eWng07k297htz0z814ifhB7TLV+8 Eo9C1ePqjCOEGNwa9zGN3njVgktBT0NYRU+wIcd92xrwoDKSbOb5TEUVi7Cro7kn5+27 WSvq6+q/b/j+UtXaVU/peiEYi8RdsKnhjxVlGnlHrCMPEI19FDk7RvOSY4LUj7DIQSMN NvJQ== X-Gm-Message-State: AKaTC00/wRVXi+4HL+3YQIPu5jwzoCCPTugf9Lv3S2euLzNPI+xpOr2jf9hJVqUNwpgnAe5Y X-Received: by 10.28.141.143 with SMTP id p137mr32545269wmd.5.1480607609187; Thu, 01 Dec 2016 07:53:29 -0800 (PST) Received: from mohikan.hemma.eciton.net ([2a01:348:6:8735:e23f:49ff:fe6d:9d26]) by smtp.gmail.com with ESMTPSA id i2sm850730wjx.44.2016.12.01.07.53.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Dec 2016 07:53:28 -0800 (PST) From: Leif Lindholm To: edk2-devel@lists.01.org Cc: Ruiyu Ni , Jordan Justen , Andrew Fish , Laszlo Ersek , Michael D Kinney , Kelly Steele , David Wei , Mang Guo , Ard Biesheuvel Date: Thu, 1 Dec 2016 15:53:20 +0000 Message-Id: <20161201155326.21716-2-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20161201155326.21716-1-leif.lindholm@linaro.org> References: <20161201155326.21716-1-leif.lindholm@linaro.org> Subject: [PATCH 1/7] OvmfPkg: Remove use of IntelFrameworkModulePkg legacy libs X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2016 15:53:31 -0000 LzmaCustomDecompressLib and PeiDxeDebugLibReportStatusCode were copied from IntelFrameworkModulePkg to MdeModulePkg, but the originals were kept for compatibility. Since the libraries are identical, move OvmfPkg to use the MdeModulePkg versions instead. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Leif Lindholm Reviewed-by: Laszlo Ersek --- OvmfPkg/OvmfPkgIa32.dsc | 4 ++-- OvmfPkg/OvmfPkgIa32X64.dsc | 4 ++-- OvmfPkg/OvmfPkgX64.dsc | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/OvmfPkg/OvmfPkgIa32.dsc b/OvmfPkg/OvmfPkgIa32.dsc index d913030..81f7521 100644 --- a/OvmfPkg/OvmfPkgIa32.dsc +++ b/OvmfPkg/OvmfPkgIa32.dsc @@ -505,7 +505,7 @@ # OvmfPkg/Sec/SecMain.inf { - NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf + NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf } # @@ -550,7 +550,7 @@ # MdeModulePkg/Core/Dxe/DxeMain.inf { - NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf + NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf } diff --git a/OvmfPkg/OvmfPkgIa32X64.dsc b/OvmfPkg/OvmfPkgIa32X64.dsc index 8143ea9..f7855b6 100644 --- a/OvmfPkg/OvmfPkgIa32X64.dsc +++ b/OvmfPkg/OvmfPkgIa32X64.dsc @@ -513,7 +513,7 @@ # OvmfPkg/Sec/SecMain.inf { - NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf + NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf } # @@ -559,7 +559,7 @@ # MdeModulePkg/Core/Dxe/DxeMain.inf { - NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf + NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf } diff --git a/OvmfPkg/OvmfPkgX64.dsc b/OvmfPkg/OvmfPkgX64.dsc index d48d603..e933a41 100644 --- a/OvmfPkg/OvmfPkgX64.dsc +++ b/OvmfPkg/OvmfPkgX64.dsc @@ -512,7 +512,7 @@ # OvmfPkg/Sec/SecMain.inf { - NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf + NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf } # @@ -557,7 +557,7 @@ # MdeModulePkg/Core/Dxe/DxeMain.inf { - NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf + NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf } -- 2.10.2