diff options
author | Jiewen Yao <jiewen.yao@intel.com> | 2017-02-09 07:04:32 -0800 |
---|---|---|
committer | Jiewen Yao <jiewen.yao@intel.com> | 2017-02-21 16:47:18 +0800 |
commit | 087132a84a43c1939550122f10e234ab2e2c324d (patch) | |
tree | 9bac5fc83323bbd13d10133da00eee71042f6ad2 /SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf | |
parent | 9e32e9719c8170dceb56cdb70696a3d7d4a13a02 (diff) | |
download | edk2-platforms-087132a84a43c1939550122f10e234ab2e2c324d.tar.xz |
SecurityPkg/TpmCommandLib: Add Tpm2ReadPublic.
Cc: Chao Zhang <chao.b.zhang@intel.com>
Cc: Long Qin <qin.long@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yao Jiewen <jiewen.yao@intel.com>
Reviewed-by: Chao Zhang <chao.b.zhang@intel.com>
Diffstat (limited to 'SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf')
-rw-r--r-- | SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf b/SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf index 740af3f72b..481a878671 100644 --- a/SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf +++ b/SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf @@ -3,7 +3,7 @@ #
# This library is used by other modules to send TPM 2.0 command.
#
-# Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2013 - 2017, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -40,6 +40,7 @@ Tpm2EnhancedAuthorization.c
Tpm2Test.c
Tpm2DictionaryAttack.c
+ Tpm2Object.c
Tpm2Miscellaneous.c
Tpm2Help.c
|