diff options
Diffstat (limited to 'SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf')
-rw-r--r-- | SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf b/SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf index 4f0c3848e1..f5dbb721b8 100644 --- a/SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf +++ b/SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf @@ -3,7 +3,7 @@ #
# This library is used by other modules to send TPM 1.2 command.
#
-# Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2013 - 2016, 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
@@ -32,6 +32,10 @@ Tpm12Startup.c
Tpm12Ownership.c
Tpm12NvStorage.c
+ Tpm12GetCapability.c
+ Tpm12Pcr.c
+ Tpm12PhysicalPresence.c
+ Tpm12SelfTest.c
[Packages]
MdePkg/MdePkg.dec
@@ -44,4 +48,3 @@ TimerLib
DebugLib
Tpm12DeviceLib
-
|