]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.inf
Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/CREATOR_I...
[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
db91c620 8# Copyright (c) 2011 - 2013, 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
db91c620
SZ
51 LockBoxLib\r
52 UefiLib\r
0284e90c
LG
53\r
54[Protocols]\r
55 gEfiAcpiTableProtocolGuid ## SOMETIMES_CONSUMES\r
56 gEfiRscHandlerProtocolGuid ## CONSUMES\r
1c0cc375 57 gEfiSmmCommunicationProtocolGuid ## SOMETIMES_CONSUMES\r
db91c620
SZ
58 gEfiVariableArchProtocolGuid ## SOMETIMES_CONSUMES\r
59 gEfiLockBoxProtocolGuid ## SOMETIMES_CONSUMES\r
0284e90c
LG
60\r
61[Guids]\r
62 gEfiEventExitBootServicesGuid ## CONSUMES\r
63 gEfiEventReadyToBootGuid ## CONSUMES\r
64 gEfiEventLegacyBootGuid ## CONSUMES\r
65 gEfiAcpiTableGuid ## SOMETIMES_CONSUMES\r
66 gEfiAcpi10TableGuid ## SOMETIMES_CONSUMES\r
67 gEfiAcpi20TableGuid ## SOMETIMES_CONSUMES\r
1c0cc375
LG
68 gEfiFirmwarePerformanceGuid ## PRODUCES ## Variable:L"FirmwarePerformance"\r
69 gEfiFirmwarePerformanceGuid ## SOMETIMES_CONSUMES ## Hob\r
70 gEfiFirmwarePerformanceGuid ## SOMETIMES_CONSUMES ## SmiHandler\r
71 gEfiFirmwarePerformanceGuid ## SOMETIMES_CONSUMES ## StatusCode Data\r
db91c620 72 gFirmwarePerformanceS3PointerGuid ## SOMETIMES_PRODUCES # SaveLockBox\r
0284e90c
LG
73\r
74[Pcd]\r
75 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeOsLoaderLoad\r
76 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeOsLoaderStart\r
1c0cc375 77 gEfiMdeModulePkgTokenSpaceGuid.PcdExtFpdtBootRecordPadSize\r
e84f07b5
SZ
78 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemId\r
79 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemTableId\r
80 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultOemRevision\r
81 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorId\r
82 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiDefaultCreatorRevision\r
0284e90c
LG
83\r
84[FeaturePcd]\r
85 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwarePerformanceDataTableS3Support\r
86\r
87[Depex]\r
88 gEfiRscHandlerProtocolGuid\r