]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - 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
1## @file\r
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
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
9# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
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
14#\r
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
23 MODULE_UNI_FILE = FirmwarePerformancePei.uni\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 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 TimerLib\r
48 BaseMemoryLib\r
49 LockBoxLib\r
50 PcdLib\r
51 HobLib\r
52\r
53[Ppis]\r
54 gEfiPeiRscHandlerPpiGuid ## CONSUMES\r
55 gEfiPeiReadOnlyVariable2PpiGuid ## CONSUMES\r
56\r
57[Guids]\r
58 ## SOMETIMES_CONSUMES ## UNDEFINED # RestoreLockBox\r
59 gEfiFirmwarePerformanceGuid\r
60 gFirmwarePerformanceS3PointerGuid ## SOMETIMES_CONSUMES ## UNDEFINED # RestoreLockBox\r
61 gEdkiiFpdtExtendedFirmwarePerformanceGuid ## SOMETIMES_CONSUMES ## HOB\r
62\r
63[FeaturePcd]\r
64 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwarePerformanceDataTableS3Support ## CONSUMES\r
65\r
66[Depex]\r
67 gEfiPeiMasterBootModePpiGuid AND gEfiPeiRscHandlerPpiGuid\r
68\r
69# [BootMode]\r
70# S3_RESUME ## SOMETIMES_CONSUMES\r
71\r
72[UserExtensions.TianoCore."ExtraFiles"]\r
73 FirmwarePerformancePeiExtra.uni\r