From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: jian.j.wang@intel.com) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by groups.io with SMTP; Sun, 15 Sep 2019 22:54:38 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Sep 2019 22:54:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,492,1559545200"; d="scan'208";a="270091451" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 15 Sep 2019 22:54:37 -0700 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 15 Sep 2019 22:54:37 -0700 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 15 Sep 2019 22:54:36 -0700 Received: from shsmsx107.ccr.corp.intel.com ([169.254.9.89]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.195]) with mapi id 14.03.0439.000; Mon, 16 Sep 2019 13:54:35 +0800 From: "Wang, Jian J" To: "Zhang, Shenglei" , "devel@edk2.groups.io" CC: "Yao, Jiewen" , "Zhang, Chao B" Subject: Re: [PATCH 2/2] SecurityPkg/SecurityPkg.dec: Update TcgPpVendorLib.h to Tcg2PpVendorLib.h Thread-Topic: [PATCH 2/2] SecurityPkg/SecurityPkg.dec: Update TcgPpVendorLib.h to Tcg2PpVendorLib.h Thread-Index: AQHVYvk0No6g0SbUQkeYHN7p25Eg7qct4G8g Date: Mon, 16 Sep 2019 05:54:35 +0000 Message-ID: References: <20190904081704.16736-1-shenglei.zhang@intel.com> <20190904081704.16736-3-shenglei.zhang@intel.com> In-Reply-To: <20190904081704.16736-3-shenglei.zhang@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNGQ3ZGQ0N2UtYTE5Yy00MGYzLWJmOWMtNjcwOGNiN2M3NDY4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVlhQV2FSNm5lYTNxT29cLzNmWkJPY3YwVFgrNUw5RjV3QVg5YUZJOVNlcGRJNXEyUGJ5bTZOUzh6REtHS2xwRU8ifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: jian.j.wang@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jian J Wang > -----Original Message----- > From: Zhang, Shenglei > Sent: Wednesday, September 04, 2019 4:17 PM > To: devel@edk2.groups.io > Cc: Yao, Jiewen ; Wang, Jian J ; > Zhang, Chao B > Subject: [PATCH 2/2] SecurityPkg/SecurityPkg.dec: Update TcgPpVendorLib.h= to > Tcg2PpVendorLib.h >=20 > Tcg2PpVendorLib library class header should be > Include/Library/Tcg2PpVendorLib.h instead of > Include/Library/TcgPpVendorLib.h. > https://bugzilla.tianocore.org/show_bug.cgi?id=3D2146 >=20 > Cc: Jiewen Yao > Cc: Jian Wang > Cc: Chao Zhang > Signed-off-by: Shenglei Zhang > --- > SecurityPkg/SecurityPkg.dec | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/SecurityPkg/SecurityPkg.dec b/SecurityPkg/SecurityPkg.dec > index ce2a9d33a4f2..6dbaff1a0cac 100644 > --- a/SecurityPkg/SecurityPkg.dec > +++ b/SecurityPkg/SecurityPkg.dec > @@ -62,7 +62,7 @@ [LibraryClasses] > ## @libraryclass Provides support for TCG Physical Presence Interfac= e (PPI) > specification > # >=3D 128 Vendor Specific PPI Operation. > # > - Tcg2PpVendorLib|Include/Library/TcgPpVendorLib.h > + Tcg2PpVendorLib|Include/Library/Tcg2PpVendorLib.h >=20 > ## @libraryclass Handle TPM 2.0 physical presence request from OS. > # > -- > 2.18.0.windows.1