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