]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.inf
Add Acpi50 FPDT and BGRT module into MdeModulePkg.
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / FirmwarePerformanceDataTablePei / FirmwarePerformancePei.inf
1 ## @file
2 # This module updates S3 Resume Performance Record in ACPI Firmware Performance
3 # Data Table in S3 resume boot mode. In normal boot mode, this module consumes
4 # SecPerformance PPI produced by SEC phase and build Hob to convey the SEC
5 # performance data to DXE phase.
6 #
7 # This module register report status code listener to collect performance data
8 # for S3 Resume Performance Record on S3 resume boot path.
9 #
10 # Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>
11 # This program and the accompanying materials
12 # are licensed and made available under the terms and conditions of the BSD License
13 # which accompanies this distribution. The full text of the license may be found at
14 # http://opensource.org/licenses/bsd-license.php
15 #
16 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
18 #
19 ##
20
21 [Defines]
22 INF_VERSION = 0x00010005
23 BASE_NAME = FirmwarePerformancePei
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 HobLib
48 TimerLib
49 BaseMemoryLib
50 LockBoxLib
51 PcdLib
52
53 [Ppis]
54 gEfiPeiRscHandlerPpiGuid ## CONSUMES
55 gEfiPeiReadOnlyVariable2PpiGuid ## SOMETIMES_CONSUMES
56 gPeiSecPerformancePpiGuid ## CONSUMES
57
58 [Guids]
59 gEfiFirmwarePerformanceGuid ## CONSUMES
60
61 [FeaturePcd]
62 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwarePerformanceDataTableS3Support
63
64 [Depex]
65 gEfiPeiMasterBootModePpiGuid AND gEfiPeiRscHandlerPpiGuid