From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::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 4B51E81F25 for ; Thu, 1 Dec 2016 07:53:35 -0800 (PST) Received: by mail-wm0-x232.google.com with SMTP id f82so252613091wmf.1 for ; Thu, 01 Dec 2016 07:53:35 -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=R8sx7M/UEYzjmO7YpeafgK8nXk8KW1POXrMWkBXYqGw=; b=EjO778I6Ne4P98UUTsQLx2RLPlbbILvCs4mcbimCkZML+aJ5z4Xw6PMMc8w2/eRU9v hmIzxMMf7mY32wPJfIkFhwz+glBXRmz9vlRBin1gaK6cOH/Ot12GZVRO+pMameC9ufqV WVx6Bb+dicAycPtQ68yk6Fnj9opZhPA4oXBpw= 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=R8sx7M/UEYzjmO7YpeafgK8nXk8KW1POXrMWkBXYqGw=; b=SoOcSlz4MzC3ggNxpMd751VATOWcDQNwe6PUTjIdozCGPFnz6IIHbGQiaNHGJ7jgUp D0ECBWVYYeq2bMZtISqCPVpfC9W3+LMD3I0vz6a5ujeDtzDBozMpQv3GeZHNNLJf11gQ IF9CQEgcgZY6IGvpaOBXPRDtKSjDKFuzq6W8gJhV7nMumTDyOa8jymTUsjMwISLP9WTJ 5qB0EtQ93DalHD9Hct1RloZDwk+UKLiV6mj1Rjdbsk+QJLSqiwCRQnZMrjhiXfuTeyNV E3YX1sfRaV4i6yUmzv7Gx5bm0M6+e5ZX4BGJmAh7YmWyhhpTc88HrweU9mChZKFbIoQQ x3+Q== X-Gm-Message-State: AKaTC00GkJzBDENIXVvcgb70PAhpqR/8Dn1Si3GkCeB0LyH+i0fU1FAHUW2XP2GmaLrqqt/J X-Received: by 10.28.161.129 with SMTP id k123mr36147297wme.66.1480607613407; Thu, 01 Dec 2016 07:53:33 -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.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Dec 2016 07:53:32 -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:24 +0000 Message-Id: <20161201155326.21716-6-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 5/7] DuetPkg: 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:35 -0000 LzmaCustomDecompressLib and PeiDxeDebugLibReportStatusCode were copied from IntelFrameworkModulePkg to MdeModulePkg, but the originals were kept for compatibility. Since the libraries are identical, move DuetPkg to use the MdeModulePkg versions instead. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Leif Lindholm --- DuetPkg/DuetPkgIa32.dsc | 4 ++-- DuetPkg/DuetPkgX64.dsc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DuetPkg/DuetPkgIa32.dsc b/DuetPkg/DuetPkgIa32.dsc index 3b59343..7dd963b 100644 --- a/DuetPkg/DuetPkgIa32.dsc +++ b/DuetPkg/DuetPkgIa32.dsc @@ -178,7 +178,7 @@ gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000042 - DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf + DebugLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf ReportStatusCodeLib|DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/DxeCoreReportStatusCodeLibFromHob.inf } @@ -211,7 +211,7 @@ DuetPkg/EfiLdr/EfiLdr.inf { DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf - NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf + NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf } IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf { diff --git a/DuetPkg/DuetPkgX64.dsc b/DuetPkg/DuetPkgX64.dsc index c23354a..1b08a95 100644 --- a/DuetPkg/DuetPkgX64.dsc +++ b/DuetPkg/DuetPkgX64.dsc @@ -179,7 +179,7 @@ gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000042 - DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf + DebugLib|MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf ReportStatusCodeLib|DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/DxeCoreReportStatusCodeLibFromHob.inf } @@ -212,7 +212,7 @@ DuetPkg/EfiLdr/EfiLdr.inf { DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf - NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf + NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf } IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf { -- 2.10.2