Reviewed-by : Chao Zhang From: Wang, Jian J Sent: Monday, September 16, 2019 1:55 PM 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 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 > > 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