]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / FirmwarePerformanceDataTablePei / FirmwarePerformancePei.inf
CommitLineData
0284e90c 1## @file\r
6036e94d
SZ
2# Firmware Performance Pei Module.\r
3#\r
4# In S3 resume boot mode, it updates S3 Resume Performance Record in ACPI Firmware Performance Data Table.\r
0284e90c
LG
5#\r
6# This module register report status code listener to collect performance data\r
7# for S3 Resume Performance Record on S3 resume boot path.\r
8#\r
2040e6c5 9# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
0284e90c
LG
10# This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
d1102dba 14#\r
0284e90c
LG
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = FirmwarePerformancePei\r
6036e94d 23 MODULE_UNI_FILE = FirmwarePerformancePei.uni\r
0284e90c
LG
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
de005223 32# VALID_ARCHITECTURES = IA32 X64 EBC\r
0284e90c
LG
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
0284e90c
LG
47 TimerLib\r
48 BaseMemoryLib\r
49 LockBoxLib\r
50 PcdLib\r
2040e6c5 51 HobLib\r
0284e90c
LG
52\r
53[Ppis]\r
54 gEfiPeiRscHandlerPpiGuid ## CONSUMES\r
2040e6c5 55 gEfiPeiReadOnlyVariable2PpiGuid ## CONSUMES\r
0284e90c
LG
56\r
57[Guids]\r
6036e94d 58 ## SOMETIMES_CONSUMES ## UNDEFINED # RestoreLockBox\r
6036e94d
SZ
59 gEfiFirmwarePerformanceGuid\r
60 gFirmwarePerformanceS3PointerGuid ## SOMETIMES_CONSUMES ## UNDEFINED # RestoreLockBox\r
2040e6c5 61 gEdkiiFpdtExtendedFirmwarePerformanceGuid ## SOMETIMES_CONSUMES ## HOB\r
0284e90c
LG
62\r
63[FeaturePcd]\r
6036e94d 64 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwarePerformanceDataTableS3Support ## CONSUMES\r
0284e90c
LG
65\r
66[Depex]\r
67 gEfiPeiMasterBootModePpiGuid AND gEfiPeiRscHandlerPpiGuid\r
6036e94d
SZ
68\r
69# [BootMode]\r
70# S3_RESUME ## SOMETIMES_CONSUMES\r
71\r
72[UserExtensions.TianoCore."ExtraFiles"]\r
73 FirmwarePerformancePeiExtra.uni\r