mirror of https://github.com/acidanthera/audk.git
SecurityPkg: Add missing Lib definition in DEC file.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin <shumin.qiu@intel.com> Reviewed-by: Yao Jiewen <Jiewen.Yao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18334 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f194d8733d
commit
de155b154d
|
@ -71,6 +71,15 @@
|
|||
## @libraryclass Provides support for TrEE PP >= 128 Vendor Specific PPI Operation.
|
||||
#
|
||||
TrEEPpVendorLib|Include/Library/TrEEPpVendorLib.h
|
||||
|
||||
## @libraryclass Provides support for TCG Physical Presence Interface (PPI) specification
|
||||
# >= 128 Vendor Specific PPI Operation.
|
||||
#
|
||||
Tcg2PpVendorLib|Include/Library/TcgPpVendorLib.h
|
||||
|
||||
## @libraryclass Handle TPM 2.0 physical presence request from OS.
|
||||
#
|
||||
Tcg2PhysicalPresenceLib|Include/Library/Tcg2PhysicalPresenceLib.h
|
||||
|
||||
[Guids]
|
||||
## Security package token space guid.
|
||||
|
|
Loading…
Reference in New Issue