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