]> git.proxmox.com Git - mirror_edk2.git/commit
SecurityPkg: TcgStorageCoreLib: Add TCG storage core library.
authorEric Dong <eric.dong@intel.com>
Tue, 29 Mar 2016 06:41:20 +0000 (14:41 +0800)
committerFeng Tian <feng.tian@intel.com>
Tue, 29 Mar 2016 07:37:29 +0000 (15:37 +0800)
commit085dcf01f7f4ed84a0ecc58e46ad5122b26539f9
tree4019fadf6877719c5db0d220ee6f5ebb856b918f
parent79af8319e0d05a44defbc5c0d4d4fa211bd57888
SecurityPkg: TcgStorageCoreLib: Add TCG storage core library.

APIs used to create commands defined by TCG storage core spec.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
SecurityPkg/Include/Library/TcgStorageCoreLib.h [new file with mode: 0644]
SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCore.c [new file with mode: 0644]
SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf [new file with mode: 0644]
SecurityPkg/Library/TcgStorageCoreLib/TcgStorageUtil.c [new file with mode: 0644]