]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf
SecurityPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / SecurityPkg / Library / DxeTcgPhysicalPresenceLib / DxeTcgPhysicalPresenceLib.inf
index d700ed2e83caaf7ea5bf1115649dc78dfdd2dea1..148a14fc2e3c5ea69fb99e27cb4ad3b768d13e7b 100644 (file)
@@ -1,12 +1,15 @@
 ## @file\r
-# TCG physical presence library instance. This library will lock\r
-# TPM after executing TPM request.\r
+#  Executes pending TPM 1.2 requests from OS or BIOS and Locks TPM\r
+#\r
+#  This library will check and execute TPM 1.2 request from OS or BIOS. The request may\r
+#  ask for user confirmation before execution. This Library will also lock TPM physical\r
+#  presence at last.\r
 #\r
 #  Caution: This module requires additional review when modified.\r
 #  This driver will have external input - variable.\r
 #  This external input must be validated carefully to avoid security issue.\r
 #\r
-# Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2009 - 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
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = DxeTcgPhysicalPresenceLib   \r
+  BASE_NAME                      = DxeTcgPhysicalPresenceLib\r
+  MODULE_UNI_FILE                = DxeTcgPhysicalPresenceLib.uni\r
   FILE_GUID                      = EBC43A46-34AC-4F07-A7F5-A5394619361C\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = TcgPhysicalPresenceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER UEFI_APPLICATION UEFI_DRIVER \r
+  LIBRARY_CLASS                  = TcgPhysicalPresenceLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
   CONSTRUCTOR                    = TcgPhysicalPresenceLibConstructor\r
-  \r
+\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
   DebugLib\r
   PrintLib\r
   HiiLib\r
+  TcgPpVendorLib\r
 \r
 [Protocols]\r
-  gEfiTcgProtocolGuid\r
-  gEdkiiVariableLockProtocolGuid\r
+  gEfiTcgProtocolGuid                   ## SOMETIMES_CONSUMES\r
+  gEdkiiVariableLockProtocolGuid        ## SOMETIMES_CONSUMES\r
 \r
 [Guids]\r
+  ## SOMETIMES_CONSUMES ## HII\r
+  ## SOMETIMES_PRODUCES ## Variable:L"PhysicalPresence"\r
+  ## SOMETIMES_CONSUMES ## Variable:L"PhysicalPresence"\r
+  ## SOMETIMES_PRODUCES ## Variable:L"PhysicalPresenceFlags"\r
+  ## SOMETIMES_CONSUMES ## Variable:L"PhysicalPresenceFlags"\r
   gEfiPhysicalPresenceGuid\r