]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf
Enhance ACPI FPDT DXE and SMM driver to accept the extension boot records.
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / FirmwarePerformanceDataTableDxe / FirmwarePerformanceDxe.inf
CommitLineData
0284e90c 1## @file\r
1c0cc375 2# This module installs ACPI Firmware Performance Data Table (FPDT).\r
0284e90c 3#\r
1c0cc375
LG
4# This module registers report status code listener to collect performance data\r
5# for Firmware Basic Boot Performance Record and other boot performance records, \r
6# and install FPDT to ACPI table.\r
0284e90c 7#\r
1c0cc375 8# Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>\r
0284e90c
LG
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# \r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = FirmwarePerformanceDxe\r
22 FILE_GUID = 00160F8D-2B35-4df2-BBE0-B272A8D631F0\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 ENTRY_POINT = FirmwarePerformanceDxeEntryPoint\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 IPF EBC\r
31#\r
32\r
33[Sources]\r
34 FirmwarePerformanceDxe.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 UefiBootServicesTableLib\r
43 UefiRuntimeServicesTableLib\r
44 BaseLib\r
45 DebugLib\r
46 TimerLib\r
47 BaseMemoryLib\r
48 MemoryAllocationLib\r
49 PcdLib\r
50 HobLib\r
51 PcdLib\r
52\r
53[Protocols]\r
54 gEfiAcpiTableProtocolGuid ## SOMETIMES_CONSUMES\r
55 gEfiRscHandlerProtocolGuid ## CONSUMES\r
1c0cc375 56 gEfiSmmCommunicationProtocolGuid ## SOMETIMES_CONSUMES\r
0284e90c
LG
57\r
58[Guids]\r
59 gEfiEventExitBootServicesGuid ## CONSUMES\r
60 gEfiEventReadyToBootGuid ## CONSUMES\r
61 gEfiEventLegacyBootGuid ## CONSUMES\r
62 gEfiAcpiTableGuid ## SOMETIMES_CONSUMES\r
63 gEfiAcpi10TableGuid ## SOMETIMES_CONSUMES\r
64 gEfiAcpi20TableGuid ## SOMETIMES_CONSUMES\r
1c0cc375
LG
65 gEfiFirmwarePerformanceGuid ## PRODUCES ## Variable:L"FirmwarePerformance"\r
66 gEfiFirmwarePerformanceGuid ## SOMETIMES_CONSUMES ## Hob\r
67 gEfiFirmwarePerformanceGuid ## SOMETIMES_CONSUMES ## SmiHandler\r
68 gEfiFirmwarePerformanceGuid ## SOMETIMES_CONSUMES ## StatusCode Data\r
0284e90c
LG
69\r
70[Pcd]\r
71 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeOsLoaderLoad\r
72 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeOsLoaderStart\r
1c0cc375 73 gEfiMdeModulePkgTokenSpaceGuid.PcdExtFpdtBootRecordPadSize\r
0284e90c
LG
74\r
75[FeaturePcd]\r
76 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwarePerformanceDataTableS3Support\r
77\r
78[Depex]\r
79 gEfiRscHandlerProtocolGuid\r