From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wj0-x232.google.com (mail-wj0-x232.google.com [IPv6:2a00:1450:400c:c01::232]) (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 42BF181F34 for ; Thu, 1 Dec 2016 07:53:36 -0800 (PST) Received: by mail-wj0-x232.google.com with SMTP id qp4so208489451wjc.3 for ; Thu, 01 Dec 2016 07:53:36 -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=h6+syOhH5JRWI+TIAnqLqg4P2bA5u7amv8J37ae794I=; b=fvkJiw8UXm+lBO0ShVoFrMNHz9GXUKX5xrU0iUK4FZ2T/HEo/PG+JRB5VPTNl+S44s KPUVvYGOjWBSpPEWK8KBtw8rZMo7afbqsG20dVGXC+uvkuThKUFDbnswj1Hi+6MSekXV eaZz9lgQoYMXwKIYYbJ4oqVuj7uQgPJbsCRng= 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=h6+syOhH5JRWI+TIAnqLqg4P2bA5u7amv8J37ae794I=; b=BzyVtKM8xl8s+btxn5btfD+mqPQeBKhnTym4JJ8jwVglfj9+gbSPtTgNuyz1QZtEJi +sZDOlmaDB1BFOAdLDxTPpjfaTM+kM/Wm+/OPONZlvNV+lEG/6s9yMEmBWnoTSonm+vj yxT4SVqMT9TUEybbCjPdg7VZyEL2NKCKJCxLLMmo5ZTDa+gSxKjcs/SKvtJzrtixm0x8 3Si9o4AhubgWtx9DmDGW3gsOaYUQ5uzxxno7nteCwpKEWrTwjfHcLJQK79GG5YgMz3yX nAocz16UXQFFjCyQgEeMvAKycqwJn/IXuEwy+MPIwcJNbMni0mfy4TvDID6kdCjxuIZl zU8Q== X-Gm-Message-State: AKaTC02a4+rOhH9uht+g6MW7AQ3qQeCGGO4wanEhRFlKbve1tXLoqCfp6ysa6R1ZKWlPtpBX X-Received: by 10.194.236.135 with SMTP id uu7mr34418423wjc.195.1480607614496; Thu, 01 Dec 2016 07:53:34 -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.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Dec 2016 07:53:33 -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:25 +0000 Message-Id: <20161201155326.21716-7-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 6/7] EmulatorPkg: 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:36 -0000 LzmaCustomDecompressLib and PeiDxeDebugLibReportStatusCode were copied from IntelFrameworkModulePkg to MdeModulePkg, but the originals were kept for compatibility. Since the libraries are identical, move EmulatorPkg to use the MdeModulePkg versions instead. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Leif Lindholm --- EmulatorPkg/EmulatorPkg.dsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc index f516adf..b96b9f2 100644 --- a/EmulatorPkg/EmulatorPkg.dsc +++ b/EmulatorPkg/EmulatorPkg.dsc @@ -101,7 +101,7 @@ PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf PeiServicesTablePointerLib|EmulatorPkg/Library/PeiServicesTablePointerLibMagicPage/PeiServicesTablePointerLibMagicPage.inf - DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf + DebugLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf @@ -281,7 +281,7 @@ SerialPortLib|EmulatorPkg/Library/DxeEmuStdErrSerialPortLib/DxeEmuStdErrSerialPortLib.inf DxeEmuLib|EmulatorPkg/Library/DxeEmuLib/DxeEmuLib.inf NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf - NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf + NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf } MdeModulePkg/Universal/PCD/Dxe/Pcd.inf { -- 2.10.2