From nobody Wed May 8 02:28:41 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+42424+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+42424+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1560501314; cv=none; d=zoho.com; s=zohoarc; b=LioaQ6eigNYYbhJI6+5WS49R3mpM7mssnqqFKIiRJPIr4bMJgmKxqE7VCAeohktl/O/c5ifGxCsrPqbW0rcoHYVetKazJGGvBxGRsGcMDFJSkK0nI8MISFOECS8aRl6LuFkEcfh+mQKe8VjqFv4xef8yCBMLRh1Flx78LU+F1jo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1560501314; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=SJL30iUgbDeB3adw364ta/mc9Cw1SLbgji/sk+I4lC0=; b=PSKEu38+GAlupjWzPV05vXR94VgaYH2btN35GituLSbRr/GLOleFKUs6yDEH/gox75wCteHGS7zfwnmlXse38LxE57rKlcS8UXt0Xo8AxbK3yHhgIPI0sEQwlWR/xRd0DoV3KLTE453YUnW1YjNVKe4cfoPCExodnsfNAvVjWd8= 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+42424+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 1560501314070476.68777180755444; Fri, 14 Jun 2019 01:35:14 -0700 (PDT) Return-Path: X-Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by groups.io with SMTP; Fri, 14 Jun 2019 01:35:13 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jun 2019 01:35:12 -0700 X-ExtLoop1: 1 X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 14 Jun 2019 01:35:10 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Bret Barkelew , Chao Zhang , Jiewen Yao , Jian Wang , Liming Gao , Sean Brogan , Michael Turner , Leif Lindholm , Zhichao gao Subject: [edk2-devel] [PATCH v2] SecurityPkg: Add missing instances for build only Date: Fri, 14 Jun 2019 16:34:38 +0800 Message-Id: <20190614083438.10728-1-zhichao.gao@intel.com> MIME-Version: 1.0 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,zhichao.gao@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1560501313; bh=d8eL4d1GK9+h/Rk9aHQUA1CJUVhVcLFcqjS/mUzfalY=; h=Cc:Date:From:Reply-To:Subject:To; b=gm/OHZbBee8y2vrRBDj8aL+CnVun2uD+4i2nfcW+vr0FByr5StpmjS+Rz08bmng3DPy 1G6HWX0ZNiDcOvIj/MJSiWR3W1uMxKM1YK+HRzh26iNCG148OjHGL5D80O7mHDCVMWYfp bMpGU3k8romklvOHsdBgZ0Y+eIpxenEoUnI= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" From: Bret Barkelew REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1902 Add the missing instances to the [Components] of dsc file for build only. Cc: Chao Zhang Cc: Jiewen Yao Cc: Jian Wang Cc: Liming Gao Cc: Sean Brogan Cc: Michael Turner Cc: Bret Barkelew Cc: Leif Lindholm Signed-off-by: Zhichao gao Reviewed-by: Jian J Wang --- V2: fix with Laszlo's comment: https://edk2.groups.io/g/devel/message/422= 73 SecurityPkg/SecurityPkg.dsc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SecurityPkg/SecurityPkg.dsc b/SecurityPkg/SecurityPkg.dsc index a2ee0528f0..ed0da7563d 100644 --- a/SecurityPkg/SecurityPkg.dsc +++ b/SecurityPkg/SecurityPkg.dsc @@ -199,6 +199,12 @@ 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 + SecurityPkg/Library/TcgPpVendorLibNull/TcgPpVendorLibNull.inf + [Components.IA32, Components.X64, Components.ARM, Components.AARCH64] SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf =20 --=20 2.21.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 (#42424): https://edk2.groups.io/g/devel/message/42424 Mute This Topic: https://groups.io/mt/32061825/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-