]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf
MdeModulePkg FirmwarePerfPei: Remove SEC performance data getting code
[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 - 2017, 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
52 [Ppis]
53 gEfiPeiRscHandlerPpiGuid ## CONSUMES
54
55 [Guids]
56 ## SOMETIMES_CONSUMES ## UNDEFINED # RestoreLockBox
57 gEfiFirmwarePerformanceGuid
58 gFirmwarePerformanceS3PointerGuid ## SOMETIMES_CONSUMES ## UNDEFINED # RestoreLockBox
59
60 [FeaturePcd]
61 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwarePerformanceDataTableS3Support ## CONSUMES
62
63 [Depex]
64 gEfiPeiMasterBootModePpiGuid AND gEfiPeiRscHandlerPpiGuid
65
66 # [BootMode]
67 # S3_RESUME ## SOMETIMES_CONSUMES
68
69 [UserExtensions.TianoCore."ExtraFiles"]
70 FirmwarePerformancePeiExtra.uni