]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
SecurityPkg Tpm2DeviceLibDTpm: Update enum type name to match the one in lib
[mirror_edk2.git] / SecurityPkg / Library / Tpm2DeviceLibDTpm / Tpm2DeviceLibDTpm.inf
index 78df432b60e75ba6e7326a042156df0f6d708b92..2e54a78cc0fc87bcb2dc3ccf7b215b2765fac5f1 100644 (file)
@@ -1,8 +1,16 @@
 ## @file\r
-#  Ihis library is TPM2 DTPM device lib.\r
-#  Choosing this library means platform uses and only uses DTPM device as TPM2 engine.\r
+#  Provides TPM 2.0 TIS/PTP functions for DTPM\r
 #\r
-# Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+#  Spec Compliance Info:\r
+#    "TCG PC Client Platform TPM Profile(PTP) Specification Family 2.0 Level 00 Revision 00.43"\r
+#    "TCG PC Client Specific TPM Interface Specification(TIS) Version 1.3"\r
+#\r
+#  This library implements TIS (TPM Interface Specification) and\r
+#  PTP (Platform TPM Profile) functions which is\r
+#  used for every TPM 2.0 command. Choosing this library means platform uses and\r
+#  only uses TPM 2.0 DTPM device.\r
+#\r
+# Copyright (c) 2013 - 2018, 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
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = Tpm2DeviceLibDTpm\r
+  MODULE_UNI_FILE                = Tpm2DeviceLibDTpm.uni\r
   FILE_GUID                      = E54A3327-A345-4068-8842-70AC0D519855\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = Tpm2DeviceLib\r
-\r
+  LIBRARY_CLASS                  = Tpm2DeviceLib|PEIM DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
+  Constructor                    = Tpm2DeviceLibConstructor\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
@@ -28,6 +37,7 @@
 \r
 [Sources]\r
   Tpm2Tis.c\r
+  Tpm2Ptp.c\r
   Tpm2DeviceLibDTpm.c\r
 \r
 [Packages]\r
@@ -40,6 +50,9 @@
   IoLib\r
   TimerLib\r
   DebugLib\r
+  PcdLib\r
 \r
 [Pcd]\r
-  gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress            ## CONSUMES\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdActiveTpmInterfaceType    ## PRODUCES\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdCRBIdleByPass             ## PRODUCES
\ No newline at end of file