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.65; helo=mga03.intel.com; envelope-from=jiewen.yao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 4B61D22135D3D for ; Tue, 6 Mar 2018 22:39:55 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Mar 2018 22:46:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,434,1515484800"; d="scan'208";a="22559830" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga008.fm.intel.com with ESMTP; 06 Mar 2018 22:46:09 -0800 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 6 Mar 2018 22:46:09 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 6 Mar 2018 22:46:08 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.124]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.130]) with mapi id 14.03.0319.002; Wed, 7 Mar 2018 14:46:07 +0800 From: "Yao, Jiewen" To: "Zeng, Star" , "edk2-devel@lists.01.org" CC: "Dong, Eric" , "Zhang, Chao B" Thread-Topic: [PATCH 3/7] SecurityPkg TcgStorageCoreLib: Make it be base type really Thread-Index: AQHTtVdlfocEyI8D/0S63G7rU6RNDaPEVQgA Date: Wed, 7 Mar 2018 06:46:06 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503AADF7DC@shsmsx102.ccr.corp.intel.com> References: <1520346480-65348-1-git-send-email-star.zeng@intel.com> <1520346480-65348-4-git-send-email-star.zeng@intel.com> In-Reply-To: <1520346480-65348-4-git-send-email-star.zeng@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzNkZTk5YzItM2ZkYS00NjA2LTk1ZDgtZGU0ZGY4OTdlMjU0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJRMGdGRW1ybzM5S2VFRWFxakFMemJoQW1RbDFsQ09SVWtnQ2NZckNScHVJaFNwa3BncktFSkdjcFVtUVRYUndiIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 3/7] SecurityPkg TcgStorageCoreLib: Make it be base type really X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Mar 2018 06:39:55 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jiewen.yao@intel.com > -----Original Message----- > From: Zeng, Star > Sent: Tuesday, March 6, 2018 10:28 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Yao, Jiewen ; > Dong, Eric ; Zhang, Chao B > Subject: [PATCH 3/7] SecurityPkg TcgStorageCoreLib: Make it be base type = really >=20 > Cc: Jiewen Yao > Cc: Eric Dong > Cc: Chao Zhang > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Star Zeng > --- > SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf > b/SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf > index a80cb00a9ce3..78a0557bfe42 100644 > --- a/SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf > +++ b/SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf > @@ -3,7 +3,7 @@ > # > # This module is used to provide API used by Opal password solution. > # > -# Copyright (c) 2016, Intel Corporation. All rights reserved.
> +# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.
> # This program and the accompanying materials > # are licensed and made available under the terms and conditions of the = BSD > License > # which accompanies this distribution. The full text of the license may = be found > at > @@ -18,7 +18,7 @@ [Defines] > FILE_GUID =3D > ad63b09b-1fc9-4789-af0c-5af8a3fb1f9c > VERSION_STRING =3D 1.0 > MODULE_TYPE =3D BASE > - LIBRARY_CLASS =3D TcgStorageCoreLib|DXE_DRIVER > DXE_CORE DXE_SMM_DRIVER > + LIBRARY_CLASS =3D TcgStorageCoreLib > # > # The following information is for reference only and not required by th= e build > tools. > # > -- > 2.7.0.windows.1