]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf
Enhance ACPI FPDT DXE and SMM driver to accept the extension boot records.
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / FirmwarePerformanceDataTableSmm / FirmwarePerformanceSmm.inf
index 277319edc529d4ac96a8ac8bb078efd51e991484..312a78d1c060f5c3c0aeab70d84ae78464bf16fe 100644 (file)
@@ -1,10 +1,10 @@
 ## @file\r
-#  This module update S3 Suspend Performance Record in ACPI Firmware Performance Data Table.\r
+#  This module collects performance data for SMM driver boot records and S3 Suspend Performance Record.\r
 #\r
-#  This module register report status code listener to collect performance data\r
-#  for S3 Suspend Performance Record.\r
+#  This module registers report status code listener to collect performance data\r
+#  for SMM boot performance records and S3 Suspend Performance Record.\r
 #\r
-#  Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2011 - 2012, 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
   TimerLib\r
   LockBoxLib\r
   PcdLib\r
+  BaseMemoryLib\r
+  MemoryAllocationLib\r
+  UefiBootServicesTableLib\r
+  SynchronizationLib\r
 \r
 [Protocols]\r
   gEfiSmmRscHandlerProtocolGuid                 ## CONSUMES\r
+  gEfiSmmAccess2ProtocolGuid                    ## CONSUMES\r
 \r
 [Guids]\r
-  gEfiFirmwarePerformanceGuid                   ## CONSUMES\r
-\r
-[FeaturePcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwarePerformanceDataTableS3Support\r
+  gEfiFirmwarePerformanceGuid                   ## CONSUMES  ## LockBox\r
+  gEfiFirmwarePerformanceGuid                   ## PRODUCES  ## SmiHandler\r
+  gEfiFirmwarePerformanceGuid                   ## SOMETIMES_CONSUMES ## StatusCode Data\r
 \r
 [Pcd]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeS3SuspendStart\r