]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceSmm.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / FirmwarePerformanceDataTableSmm / FirmwarePerformanceSmm.inf
1 ## @file
2 # This module collects performance data for SMM driver boot records and S3 Suspend Performance Record.
3 #
4 # This module registers report status code listener to collect performance data
5 # for SMM boot performance records and S3 Suspend Performance Record.
6 #
7 # Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = FirmwarePerformanceSmm
15 MODULE_UNI_FILE = FirmwarePerformanceSmm.uni
16 FILE_GUID = 044310AB-77FD-402a-AF1A-87D4120E7329
17 MODULE_TYPE = DXE_SMM_DRIVER
18 VERSION_STRING = 1.0
19 PI_SPECIFICATION_VERSION = 0x0001000A
20 ENTRY_POINT = FirmwarePerformanceSmmEntryPoint
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64
26 #
27
28 [Sources]
29 FirmwarePerformanceSmm.c
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 MdeModulePkg/MdeModulePkg.dec
34
35 [LibraryClasses]
36 UefiDriverEntryPoint
37 SmmServicesTableLib
38 BaseLib
39 DebugLib
40 TimerLib
41 LockBoxLib
42 PcdLib
43 BaseMemoryLib
44 MemoryAllocationLib
45 UefiBootServicesTableLib
46 SynchronizationLib
47 SmmMemLib
48
49 [Protocols]
50 gEfiSmmRscHandlerProtocolGuid ## CONSUMES
51
52 [Guids]
53 ## SOMETIMES_PRODUCES ## UNDEFINED # SaveLockBox
54 ## PRODUCES ## UNDEFINED # SmiHandlerRegister
55 ## SOMETIMES_CONSUMES ## UNDEFINED # StatusCode Data
56 gEfiFirmwarePerformanceGuid
57 gEdkiiFpdtExtendedFirmwarePerformanceGuid ## SOMETIMES_PRODUCES ## UNDEFINED # StatusCode Data
58
59 [Pcd]
60 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeS3SuspendStart ## CONSUMES
61 gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeS3SuspendEnd ## CONSUMES
62
63 [Depex]
64 gEfiSmmRscHandlerProtocolGuid
65
66 [UserExtensions.TianoCore."ExtraFiles"]
67 FirmwarePerformanceSmmExtra.uni