]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.inf
SecurityPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / SecurityPkg / Tcg / PhysicalPresencePei / PhysicalPresencePei.inf
index da4e032299c9ca31df7d7902abb7959ffbd7af41..cac1abea348c96a7c28388a222f6d4a7f7a83f54 100644 (file)
@@ -1,7 +1,11 @@
 ## @file\r
-#  Component description file for physical presence PEI module.\r
+#  Produces a PPI to indicate whether to lock TPM in PEI phase\r
 #\r
-# Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved.<BR>\r
+#  This module produces PEI_LOCK_PHYSICAL_PRESENCE_PPI to indicate whether\r
+#  TPM physical presence needs to be locked. It can be replaced by a \r
+#  platform specific module.\r
+#\r
+# Copyright (c) 2005 - 2014, 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
@@ -15,6 +19,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PhysicalPresencePei\r
+  MODULE_UNI_FILE                = PhysicalPresencePei.uni\r
   FILE_GUID                      = 4FE772E8-FE3E-4086-B638-8C493C490488\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
   PeiServicesLib\r
 \r
 [Ppis]\r
-  gPeiLockPhysicalPresencePpiGuid\r
-  gEfiPeiReadOnlyVariable2PpiGuid\r
+  gPeiLockPhysicalPresencePpiGuid                       ## PRODUCES\r
+  gEfiPeiReadOnlyVariable2PpiGuid                       ## CONSUMES\r
 \r
 [Guids]\r
-  gEfiPhysicalPresenceGuid\r
+  gEfiPhysicalPresenceGuid                              ## SOMETIMES_CONSUMES    ## Variable:L"PhysicalPresence"\r
 \r
 [Pcd]\r
-  gEfiSecurityPkgTokenSpaceGuid.PcdTpmPhysicalPresence\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTpmPhysicalPresence  ## SOMETIMES_CONSUMES\r
 \r
 [Depex] \r
   gEfiPeiMemoryDiscoveredPpiGuid AND\r
   gEfiPeiReadOnlyVariable2PpiGuid AND\r
   gPeiTpmInitializedPpiGuid\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  PhysicalPresencePeiExtra.uni\r
+  
\ No newline at end of file