]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Tcg / PhysicalPresencePei / PhysicalPresencePei.inf
index da4e032299c9ca31df7d7902abb7959ffbd7af41..653dc1f64f514f134e9a645015a5c2f049e1ed72 100644 (file)
@@ -1,13 +1,12 @@
 ## @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 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 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 - 2018, Intel Corporation. All rights reserved.<BR>\r
+# SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
@@ -15,6 +14,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
@@ -24,7 +24,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
   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
+[Depex]\r
   gEfiPeiMemoryDiscoveredPpiGuid AND\r
   gEfiPeiReadOnlyVariable2PpiGuid AND\r
   gPeiTpmInitializedPpiGuid\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  PhysicalPresencePeiExtra.uni\r
+\r