From nobody Thu May 9 02:27:59 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+43056+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+43056+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1561948420; cv=none; d=zoho.com; s=zohoarc; b=AJgM15YBpIysl9x6mR2Y7GTCndAuknL2+pFbP72BP44Y3leOVUDlJV+lF4tgYqKn0nj3/jBcK7ce9JugDrndpIyA/lJCZGppFuWTeaWQK6lq+xGuLpoSAJu0dZXSYV4M3wU2q3jHp4HVqv6b9ZJv2YfbpNsgbP+KuJzD1RU/Jt8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1561948420; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=Yx4Sf8KaqXfHS0I4vQd1x+frO3nZs5Lm+e3kKKLTTlM=; b=TJ5A3W4cjgfMzAq/owkKfJgRJd5OOIBODlRYuQuxYgk219SP0X4VZnrmPOQwAOGskl7jZZ8ogmGz/DpK1z9Pk2ZdQa8SoA6mtpMks/CxvsDbxqJkORuAfn/AsyyU+cp0h+pKTiuBwAzV1tYsoIDz/quFyTqqFMNazUY6eUh8aMA= 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+43056+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 1561948420881606.121711899198; Sun, 30 Jun 2019 19:33:40 -0700 (PDT) Return-Path: X-Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by groups.io with SMTP; Sun, 30 Jun 2019 19:33:39 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jun 2019 19:33:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,437,1557212400"; d="scan'208";a="314741823" X-Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by orsmga004.jf.intel.com with ESMTP; 30 Jun 2019 19:33:38 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Chao Zhang , Jiewen Yao , Jian Wang Subject: [edk2-devel] [PATCH] SecurityPkg: Remove DxeDeferImageLoadLib in DSC Date: Mon, 1 Jul 2019 10:33:00 +0800 Message-Id: <20190701023300.14828-1-shenglei.zhang@intel.com> 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,shenglei.zhang@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1561948420; bh=IAXGZd2kZIXDrT/DGEaYDJjGg4LFIGVbCnXp0RX1GIw=; h=Cc:Date:From:Reply-To:Subject:To; b=idzAzOtVnoJ6eKmhkk8Kanuq6wH3j66o8JTLV5+lJ8be17euBo2OndJUO6DbVfkNWu2 3VsIvc8x4UfgNVEjZBouLSHSIZIDbZUGBZLtvICxlxf4OtdKkPBZmmpBaRyPND7ALapbY 4fImC2qZZKtOo754WJy4CzWlQtU06/Nc7A4= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" The current version will cause build fail because DxeDeferImageLoadLib exists in DSC file but it was actually deleted. So it should be remove. https://bugzilla.tianocore.org/show_bug.cgi?id=3D1919 Cc: Chao Zhang Cc: Jiewen Yao Cc: Jian Wang Signed-off-by: Shenglei Zhang Reviewed-by: Jian J Wang --- SecurityPkg/SecurityPkg.dsc | 1 - 1 file changed, 1 deletion(-) diff --git a/SecurityPkg/SecurityPkg.dsc b/SecurityPkg/SecurityPkg.dsc index 7933ea6f24f3..60f3b0110eb7 100644 --- a/SecurityPkg/SecurityPkg.dsc +++ b/SecurityPkg/SecurityPkg.dsc @@ -198,7 +198,6 @@ [Components] SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.= inf SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthenticationL= ibRsa2048Sha256.inf =20 - SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.inf SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf SecurityPkg/Library/Tcg2PpVendorLibNull/Tcg2PpVendorLibNull.inf --=20 2.18.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 (#43056): https://edk2.groups.io/g/devel/message/43056 Mute This Topic: https://groups.io/mt/32267438/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-