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