]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf
Add Acpi50 FPDT and BGRT module into MdeModulePkg.
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / FirmwarePerformanceDataTablePei / FirmwarePerformancePei.inf
CommitLineData
0284e90c
LG
1## @file\r
2# This module updates S3 Resume Performance Record in ACPI Firmware Performance\r
3# Data Table in S3 resume boot mode. In normal boot mode, this module consumes\r
4# SecPerformance PPI produced by SEC phase and build Hob to convey the SEC\r
5# performance data to DXE phase.\r
6#\r
7# This module register report status code listener to collect performance data\r
8# for S3 Resume Performance Record on S3 resume boot path.\r
9#\r
10# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
11# This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
15# \r
16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18#\r
19##\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = FirmwarePerformancePei\r
24 FILE_GUID = ADF01BF6-47D6-495d-B95B-687777807214\r
25 MODULE_TYPE = PEIM\r
26 VERSION_STRING = 1.0\r
27 ENTRY_POINT = FirmwarePerformancePeiEntryPoint\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34\r
35[Sources]\r
36 FirmwarePerformancePei.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 PeimEntryPoint\r
44 PeiServicesLib\r
45 BaseLib\r
46 DebugLib\r
47 HobLib\r
48 TimerLib\r
49 BaseMemoryLib\r
50 LockBoxLib\r
51 PcdLib\r
52\r
53[Ppis]\r
54 gEfiPeiRscHandlerPpiGuid ## CONSUMES\r
55 gEfiPeiReadOnlyVariable2PpiGuid ## SOMETIMES_CONSUMES\r
56 gPeiSecPerformancePpiGuid ## CONSUMES\r
57\r
58[Guids]\r
59 gEfiFirmwarePerformanceGuid ## CONSUMES\r
60\r
61[FeaturePcd]\r
62 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwarePerformanceDataTableS3Support\r
63\r
64[Depex]\r
65 gEfiPeiMasterBootModePpiGuid AND gEfiPeiRscHandlerPpiGuid\r