From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: shenglei.zhang@intel.com) Received: from mga05.intel.com (mga05.intel.com []) by groups.io with SMTP; Wed, 04 Sep 2019 01:17:12 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Sep 2019 01:17:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,465,1559545200"; d="scan'208";a="185039516" Received: from shenglei-mobl.ccr.corp.intel.com ([10.239.198.60]) by orsmga003.jf.intel.com with ESMTP; 04 Sep 2019 01:17:10 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Jiewen Yao , Jian Wang , Chao Zhang Subject: [PATCH 2/2] SecurityPkg/SecurityPkg.dec: Update TcgPpVendorLib.h to Tcg2PpVendorLib.h Date: Wed, 4 Sep 2019 16:17:04 +0800 Message-Id: <20190904081704.16736-3-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 In-Reply-To: <20190904081704.16736-1-shenglei.zhang@intel.com> References: <20190904081704.16736-1-shenglei.zhang@intel.com> Tcg2PpVendorLib library class header should be Include/Library/Tcg2PpVendorLib.h instead of Include/Library/TcgPpVendorLib.h. https://bugzilla.tianocore.org/show_bug.cgi?id=2146 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(-) 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 Interface (PPI) specification # >= 128 Vendor Specific PPI Operation. # - Tcg2PpVendorLib|Include/Library/TcgPpVendorLib.h + Tcg2PpVendorLib|Include/Library/Tcg2PpVendorLib.h ## @libraryclass Handle TPM 2.0 physical presence request from OS. # -- 2.18.0.windows.1