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