From nobody Wed Apr 24 13:13:10 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+42240+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+42240+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1560307202; cv=none; d=zoho.com; s=zohoarc; b=gqBgIYyKSp+/FtKBXnzCzGlF03ra8m+Friq3XBzQXVBsHJOep0T4YznK9uSdAUemaHCZzuMZDEZBIscc6c9t/ocbdM3bKTptJISQ8i0mP+epyrFVvn7JTG4mTQLSqbYcNXzED2+F5JXUoo5lAUCBtqlb0mWJ4JQzrSr6FBJWoAk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1560307202; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=+FFvZtII0q7Mzt2mmDTgWgnG5WdlJTRem99OpF7xJ/4=; b=PGnwlcNLA1/487Dzmry1NlLhBmvqnw03eogiOzun+fASiAgzCzAeWWp9LzrF/PcdUwR+VSOJpR5J4mbYCvKwBAISUVHWrvyoiyIOs96MY520TmksORvUiskqkJ4pfML3X8/GzEgZNB695BW99c7zUxFmx6BA8j5THwDs1LFW8RM= 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+42240+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 1560307202108735.1758330408327; Tue, 11 Jun 2019 19:40:02 -0700 (PDT) Return-Path: X-Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by groups.io with SMTP; Tue, 11 Jun 2019 19:40:01 -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 fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jun 2019 19:40:00 -0700 X-ExtLoop1: 1 X-Received: from fieedk001.ccr.corp.intel.com ([10.239.33.119]) by fmsmga001.fm.intel.com with ESMTP; 11 Jun 2019 19:39:59 -0700 From: "Gao, Zhichao" To: devel@edk2.groups.io Cc: Bret Barkelew , Jian Wang , Ting Ye , Liming Gao , Sean Brogan , Michael Turner Subject: [edk2-devel] [PATCH] CryptoPkg: Add lacking instances for build only Date: Wed, 12 Jun 2019 10:39:53 +0800 Message-Id: <20190612023956.9180-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=1560307201; bh=CCr/Fmt8Hc9P8WJYbgHeM01qJoxeinOqS8BJf0NZhVg=; h=Cc:Date:From:Reply-To:Subject:To; b=iUQzzeGOmwV7AL1GI5JoP5YXpkjw3ChlSUXhiUb7sNjU9WoP41bER3XF3AL/PwYYzGg 2jf7sZCUmjHZGWrq+4AxiR0K5r6pSWdwbVePTAB/R56xQfqV0qEDBKbniYhZhpbzSUHkZ EeAd/v17JZ9APxMHAlcH6cjgMUlBvxqARsI= 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=3D1900 Add the lacking instance to [Componnets] of dsc file for build only. Cc: Jian Wang Cc: Ting Ye Cc: Liming Gao Cc: Sean Brogan Cc: Michael Turner Cc: Bret Barkelew Signed-off-by: Zhichao Gao Reviewed-by: Jian J Wang --- CryptoPkg/CryptoPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/CryptoPkg/CryptoPkg.dsc b/CryptoPkg/CryptoPkg.dsc index 9dfa349f6d..c90e76c721 100644 --- a/CryptoPkg/CryptoPkg.dsc +++ b/CryptoPkg/CryptoPkg.dsc @@ -116,6 +116,7 @@ CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf CryptoPkg/Library/TlsLib/TlsLib.inf CryptoPkg/Library/OpensslLib/OpensslLib.inf + CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf =20 [Components.IA32, Components.X64] CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf --=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 (#42240): https://edk2.groups.io/g/devel/message/42240 Mute This Topic: https://groups.io/mt/32037312/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-