From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.126; helo=mga18.intel.com; envelope-from=ting.ye@intel.com; receiver=edk2-devel@lists.01.org Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D905B2119739C for ; Thu, 6 Dec 2018 23:31:17 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Dec 2018 23:31:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,324,1539673200"; d="scan'208";a="125862812" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga004.fm.intel.com with ESMTP; 06 Dec 2018 23:31:16 -0800 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 6 Dec 2018 23:31:17 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 6 Dec 2018 23:31:16 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.59]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.203]) with mapi id 14.03.0415.000; Fri, 7 Dec 2018 15:31:15 +0800 From: "Ye, Ting" To: "Wang, Jian J" , "edk2-devel@lists.01.org" CC: "Long, Qin" Thread-Topic: [PATCH] CryptoPkg/IntrinsicLib: add missing BaseLib declaration Thread-Index: AQHUjSbvXVj2/TGjskaUjxAYQ2Oe6KVy4zrw Date: Fri, 7 Dec 2018 07:31:14 +0000 Message-ID: References: <20181206054531.19564-1-jian.j.wang@intel.com> In-Reply-To: <20181206054531.19564-1-jian.j.wang@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2Y0NTYxMjktODQ4NC00MDZhLTk3NTctYzI5N2M4ODBjNzJhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiRE5vVE1aakFjSFZrV3lQd2ZTTnhzSDNnd2hpbjRtVGNKVnBReEJ1ZlJPUnFtNWVLV1IyUCtiOFdFRVQ5Rmw2bSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH] CryptoPkg/IntrinsicLib: add missing BaseLib declaration X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 07:31:18 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ye Ting =20 -----Original Message----- From: Wang, Jian J=20 Sent: Thursday, December 6, 2018 1:46 PM To: edk2-devel@lists.01.org Cc: Long, Qin ; Ye, Ting Subject: [PATCH] CryptoPkg/IntrinsicLib: add missing BaseLib declaration REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D596 BaseLib interfaces are used in this library but not declared in module's in= f file. This patch fix this situation to keep inf and its code in consisten= cy. No functionality or interface change are involved. Cc: Qin Long Cc: Ting Ye Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jian J Wang --- CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf b/CryptoPkg/Li= brary/IntrinsicLib/IntrinsicLib.inf index 579da34aff..a91c850013 100644 --- a/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf +++ b/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf @@ -51,6 +51,7 @@ MdePkg/MdePkg.dec =20 [LibraryClasses] + BaseLib BaseMemoryLib =20 [BuildOptions] -- 2.19.0.windows.1