]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf
MdeModulePkg: eliminate all implicit library dependencies for all modules in MdeModul...
[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
0284e90c
LG
51\r
52[Protocols]\r
53 gEfiAcpiTableProtocolGuid ## SOMETIMES_CONSUMES\r
54 gEfiRscHandlerProtocolGuid ## CONSUMES\r
1c0cc375 55 gEfiSmmCommunicationProtocolGuid ## SOMETIMES_CONSUMES\r
0284e90c
LG
56\r
57[Guids]\r
58 gEfiEventExitBootServicesGuid ## CONSUMES\r
59 gEfiEventReadyToBootGuid ## CONSUMES\r
60 gEfiEventLegacyBootGuid ## CONSUMES\r
61 gEfiAcpiTableGuid ## SOMETIMES_CONSUMES\r
62 gEfiAcpi10TableGuid ## SOMETIMES_CONSUMES\r
63 gEfiAcpi20TableGuid ## SOMETIMES_CONSUMES\r
1c0cc375
LG
64 gEfiFirmwarePerformanceGuid ## PRODUCES ## Variable:L"FirmwarePerformance"\r
65 gEfiFirmwarePerformanceGuid ## SOMETIMES_CONSUMES ## Hob\r
66 gEfiFirmwarePerformanceGuid ## SOMETIMES_CONSUMES ## SmiHandler\r
67 gEfiFirmwarePerformanceGuid ## SOMETIMES_CONSUMES ## StatusCode Data\r
0284e90c
LG
68\r
69[Pcd]\r
70 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeOsLoaderLoad\r
71 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeOsLoaderStart\r
1c0cc375 72 gEfiMdeModulePkgTokenSpaceGuid.PcdExtFpdtBootRecordPadSize\r
0284e90c
LG
73\r
74[FeaturePcd]\r
75 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwarePerformanceDataTableS3Support\r
76\r
77[Depex]\r
78 gEfiRscHandlerProtocolGuid\r