]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Library / Tpm2CommandLib / Tpm2CommandLib.inf
index 804f063429e7973fa2bc8c75b78694c3d4768267..f584f34aed343914cd4a0ec3385ac89f9a7ee81b 100644 (file)
@@ -1,19 +1,17 @@
 ## @file\r
-#  This library is used by other modules to send TPM2 command.\r
+#  Provides some TPM 2.0 commands\r
 #\r
-# Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
-# This program and the accompanying materials\r
-# are licensed and made available under the terms and conditions of the BSD License\r
-# which accompanies this distribution. The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
-# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  This library is used by other modules to send TPM 2.0 command.\r
+#\r
+# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = Tpm2CommandLib\r
+  MODULE_UNI_FILE                = Tpm2CommandLib.uni\r
   FILE_GUID                      = 2F572F32-8BE5-4868-BD1D-7438AD97DC27\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
@@ -22,7 +20,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
 [Sources]\r
   Tpm2Hierarchy.c\r
   Tpm2NVStorage.c\r
   Tpm2Startup.c\r
+  Tpm2Session.c\r
+  Tpm2Context.c\r
+  Tpm2EnhancedAuthorization.c\r
   Tpm2Test.c\r
   Tpm2DictionaryAttack.c\r
+  Tpm2Object.c\r
   Tpm2Miscellaneous.c\r
   Tpm2Help.c\r
 \r