]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / FirmwarePerformanceDataTableSmm / FirmwarePerformanceSmm.inf
index 277319edc529d4ac96a8ac8bb078efd51e991484..67cd1367975466351aec32028229aa68c0e1ae4f 100644 (file)
@@ -1,15 +1,15 @@
 ## @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 - 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
 #  http://opensource.org/licenses/bsd-license.php\r
-#  \r
+#\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
 #\r
@@ -18,6 +18,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = FirmwarePerformanceSmm\r
+  MODULE_UNI_FILE                = FirmwarePerformanceSmm.uni\r
   FILE_GUID                      = 044310AB-77FD-402a-AF1A-87D4120E7329\r
   MODULE_TYPE                    = DXE_SMM_DRIVER\r
   VERSION_STRING                 = 1.0\r
   TimerLib\r
   LockBoxLib\r
   PcdLib\r
+  BaseMemoryLib\r
+  MemoryAllocationLib\r
+  UefiBootServicesTableLib\r
+  SynchronizationLib\r
+  SmmMemLib\r
 \r
 [Protocols]\r
   gEfiSmmRscHandlerProtocolGuid                 ## CONSUMES\r
 \r
 [Guids]\r
-  gEfiFirmwarePerformanceGuid                   ## CONSUMES\r
-\r
-[FeaturePcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwarePerformanceDataTableS3Support\r
+  ## SOMETIMES_PRODUCES   ## UNDEFINED # SaveLockBox\r
+  ## PRODUCES             ## UNDEFINED # SmiHandlerRegister\r
+  ## SOMETIMES_CONSUMES   ## UNDEFINED # StatusCode Data\r
+  gEfiFirmwarePerformanceGuid\r
+  gEdkiiFpdtExtendedFirmwarePerformanceGuid  ## SOMETIMES_PRODUCES ## UNDEFINED # StatusCode Data\r
 \r
 [Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeS3SuspendStart\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeS3SuspendEnd\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeS3SuspendStart  ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeS3SuspendEnd    ## CONSUMES\r
 \r
 [Depex]\r
   gEfiSmmRscHandlerProtocolGuid\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  FirmwarePerformanceSmmExtra.uni\r