]> git.proxmox.com Git - mirror_edk2.git/blob - 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
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
52 [Protocols]
53 gEfiAcpiTableProtocolGuid ## SOMETIMES_CONSUMES
54 gEfiRscHandlerProtocolGuid ## CONSUMES
55 gEfiSmmCommunicationProtocolGuid ## SOMETIMES_CONSUMES
56
57 [Guids]
58 gEfiEventExitBootServicesGuid ## CONSUMES
59 gEfiEventReadyToBootGuid ## CONSUMES
60 gEfiEventLegacyBootGuid ## CONSUMES
61 gEfiAcpiTableGuid ## SOMETIMES_CONSUMES
62 gEfiAcpi10TableGuid ## SOMETIMES_CONSUMES
63 gEfiAcpi20TableGuid ## SOMETIMES_CONSUMES
64 gEfiFirmwarePerformanceGuid ## PRODUCES ## Variable:L"FirmwarePerformance"
65 gEfiFirmwarePerformanceGuid ## SOMETIMES_CONSUMES ## Hob
66 gEfiFirmwarePerformanceGuid ## SOMETIMES_CONSUMES ## SmiHandler
67 gEfiFirmwarePerformanceGuid ## SOMETIMES_CONSUMES ## StatusCode Data
68
69 [Pcd]
70 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeOsLoaderLoad
71 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeOsLoaderStart
72 gEfiMdeModulePkgTokenSpaceGuid.PcdExtFpdtBootRecordPadSize
73
74 [FeaturePcd]
75 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwarePerformanceDataTableS3Support
76
77 [Depex]
78 gEfiRscHandlerProtocolGuid