]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Application/SmiHandlerProfileInfo/SmiHandlerProfileInfo.inf
MdeModulePkg: Remove redundant library classes and GUIDs
[mirror_edk2.git] / MdeModulePkg / Application / SmiHandlerProfileInfo / SmiHandlerProfileInfo.inf
CommitLineData
216b942d
JY
1## @file\r
2# Shell application to dump SMI handler profile information.\r
3#\r
4# Note that if the feature is not enabled by setting PcdSmiHandlerProfilePropertyMask,\r
5# the application will not display SMI handler profile information.\r
6#\r
7# Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
8# This program and the accompanying materials are licensed and made available under\r
9# the terms and conditions of the BSD License that accompanies this distribution.\r
10# The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php.\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = SmiHandlerProfileInfo\r
21 MODULE_UNI_FILE = SmiHandlerProfileInfo.uni\r
22 FILE_GUID = 611EA796-8DF8-4BB6-91FE-6540ED70DC66\r
23 MODULE_TYPE = UEFI_APPLICATION\r
24 VERSION_STRING = 1.0\r
25 ENTRY_POINT = SmiHandlerProfileInfoEntrypoint\r
26\r
27[Sources]\r
28 SmiHandlerProfileInfo.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 MdeModulePkg/MdeModulePkg.dec\r
33\r
34[LibraryClasses]\r
35 UefiApplicationEntryPoint\r
36 BaseLib\r
37 BaseMemoryLib\r
38 MemoryAllocationLib\r
39 DebugLib\r
40 UefiBootServicesTableLib\r
41 UefiRuntimeServicesTableLib\r
42 UefiLib\r
43 PrintLib\r
44 DevicePathLib\r
216b942d
JY
45 DxeServicesLib\r
46\r
47[Protocols]\r
48 gEfiSmmCommunicationProtocolGuid ## CONSUMES\r
49 gEfiSmmSwDispatch2ProtocolGuid ## SOMETIMES_CONSUMES\r
50 gEfiSmmSxDispatch2ProtocolGuid ## SOMETIMES_CONSUMES\r
51 gEfiSmmPowerButtonDispatch2ProtocolGuid ## SOMETIMES_CONSUMES\r
52 gEfiSmmStandbyButtonDispatch2ProtocolGuid ## SOMETIMES_CONSUMES\r
53 gEfiSmmPeriodicTimerDispatch2ProtocolGuid ## SOMETIMES_CONSUMES\r
54 gEfiSmmGpiDispatch2ProtocolGuid ## SOMETIMES_CONSUMES\r
55 gEfiSmmIoTrapDispatch2ProtocolGuid ## SOMETIMES_CONSUMES\r
56 gEfiSmmUsbDispatch2ProtocolGuid ## SOMETIMES_CONSUMES\r
57\r
58[Guids]\r
59 gEdkiiPiSmmCommunicationRegionTableGuid ## CONSUMES ## SystemTable\r
60 gSmiHandlerProfileGuid ## SOMETIMES_CONSUMES ## GUID # SmiHandlerRegister\r
61\r
62[UserExtensions.TianoCore."ExtraFiles"]\r
63 SmiHandlerProfileInfoExtra.uni\r
64\r