]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / FirmwarePerformanceDataTablePei / FirmwarePerformancePei.inf
index aced5c521eb759dafac8bc109cc7f04b28960718..25049f832371968804ee0c8e83b897edc8740c24 100644 (file)
@@ -1,13 +1,14 @@
 ## @file\r
-#  This module updates S3 Resume Performance Record in ACPI Firmware Performance\r
-#  Data Table in S3 resume boot mode. In normal boot mode, this module consumes\r
-#  SecPerformance PPI produced by SEC phase and build Hob to convey the SEC\r
-#  performance data to DXE phase.\r
+#  Firmware Performance Pei Module.\r
+#\r
+#  In S3 resume boot mode, it updates S3 Resume Performance Record in ACPI Firmware Performance Data Table.\r
+#  In normal boot mode, it consumes SecPerformance PPI produced by SEC phase\r
+#  and build Hob to convey the SEC performance data to DXE phase.\r
 #\r
 #  This module register report status code listener to collect performance data\r
 #  for S3 Resume Performance Record on S3 resume boot path.\r
 #\r
-#  Copyright (c) 2011 - 2013, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2011 - 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
@@ -21,6 +22,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = FirmwarePerformancePei\r
+  MODULE_UNI_FILE                = FirmwarePerformancePei.uni\r
   FILE_GUID                      = ADF01BF6-47D6-495d-B95B-687777807214\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
 \r
 [Ppis]\r
   gEfiPeiRscHandlerPpiGuid                      ## CONSUMES\r
-  gPeiSecPerformancePpiGuid                     ## CONSUMES\r
+  gPeiSecPerformancePpiGuid                     ## SOMETIMES_CONSUMES\r
 \r
 [Guids]\r
-  gEfiFirmwarePerformanceGuid                   ## CONSUMES\r
-  gFirmwarePerformanceS3PointerGuid             ## CONSUMES\r
+  ## SOMETIMES_CONSUMES   ## UNDEFINED # RestoreLockBox\r
+  ## SOMETIMES_PRODUCES   ## HOB\r
+  ## SOMETIMES_CONSUMES   ## Variable:L"FirmwarePerformance"\r
+  gEfiFirmwarePerformanceGuid\r
+  gFirmwarePerformanceS3PointerGuid             ## SOMETIMES_CONSUMES ## UNDEFINED # RestoreLockBox\r
 \r
 [FeaturePcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwarePerformanceDataTableS3Support\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwarePerformanceDataTableS3Support   ## CONSUMES\r
 \r
 [Depex]\r
   gEfiPeiMasterBootModePpiGuid AND gEfiPeiRscHandlerPpiGuid\r
+\r
+# [BootMode]\r
+# S3_RESUME             ## SOMETIMES_CONSUMES\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  FirmwarePerformancePeiExtra.uni\r