]> git.proxmox.com Git - mirror_edk2.git/blame - 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
CommitLineData
0284e90c 1## @file\r
1c0cc375 2# This module collects performance data for SMM driver boot records and S3 Suspend Performance Record.\r
0284e90c 3#\r
1c0cc375
LG
4# This module registers report status code listener to collect performance data\r
5# for SMM boot performance records and S3 Suspend Performance Record.\r
0284e90c 6#\r
1c0cc375 7# Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>\r
0284e90c
LG
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# \r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = FirmwarePerformanceSmm\r
21 FILE_GUID = 044310AB-77FD-402a-AF1A-87D4120E7329\r
22 MODULE_TYPE = DXE_SMM_DRIVER\r
23 VERSION_STRING = 1.0\r
24 PI_SPECIFICATION_VERSION = 0x0001000A\r
25 ENTRY_POINT = FirmwarePerformanceSmmEntryPoint\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64\r
31#\r
32\r
33[Sources]\r
34 FirmwarePerformanceSmm.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40[LibraryClasses]\r
41 UefiDriverEntryPoint\r
42 SmmServicesTableLib\r
43 BaseLib\r
44 DebugLib\r
45 TimerLib\r
46 LockBoxLib\r
47 PcdLib\r
1c0cc375
LG
48 BaseMemoryLib\r
49 MemoryAllocationLib\r
50 UefiBootServicesTableLib\r
51 SynchronizationLib\r
0284e90c
LG
52\r
53[Protocols]\r
54 gEfiSmmRscHandlerProtocolGuid ## CONSUMES\r
1c0cc375 55 gEfiSmmAccess2ProtocolGuid ## CONSUMES\r
0284e90c
LG
56\r
57[Guids]\r
1c0cc375
LG
58 gEfiFirmwarePerformanceGuid ## CONSUMES ## LockBox\r
59 gEfiFirmwarePerformanceGuid ## PRODUCES ## SmiHandler\r
60 gEfiFirmwarePerformanceGuid ## SOMETIMES_CONSUMES ## StatusCode Data\r
0284e90c
LG
61\r
62[Pcd]\r
63 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeS3SuspendStart\r
64 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeS3SuspendEnd\r
65\r
66[Depex]\r
67 gEfiSmmRscHandlerProtocolGuid\r