]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.inf
ShellPkg/Dp: Updated to dump perf log based on FPDT table
[mirror_edk2.git] / ShellPkg / DynamicCommand / DpDynamicCommand / DpDynamicCommand.inf
CommitLineData
92034c4c
RN
1## @file\r
2# Provides Shell 'dp' dynamic command.\r
3#\r
115eae65 4# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.\r
92034c4c
RN
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11#\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010006\r
17 BASE_NAME = dpDynamicCommand\r
18 FILE_GUID = 0253F9FA-129A-4A8D-B12E-7DC2B6376302\r
19 MODULE_TYPE = DXE_DRIVER\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = DpCommandInitialize\r
22 UNLOAD_IMAGE = DpUnload\r
23#\r
24# This flag specifies whether HII resource section is generated into PE image.\r
25#\r
26 UEFI_HII_RESOURCE_SECTION = TRUE\r
27\r
28[Sources.common]\r
92034c4c
RN
29 Dp.uni\r
30 Dp.c\r
31 Dp.h\r
32 Literals.h\r
33 Literals.c\r
34 DpInternal.h\r
35 DpUtilities.c\r
36 DpTrace.c\r
37 DpProfile.c\r
38 DpDynamicCommand.c\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 ShellPkg/ShellPkg.dec\r
43 MdeModulePkg/MdeModulePkg.dec\r
44\r
45[LibraryClasses]\r
46 MemoryAllocationLib\r
47 BaseLib\r
48 BaseMemoryLib\r
49 DebugLib\r
50 ShellLib\r
51 UefiLib\r
52 UefiRuntimeServicesTableLib\r
53 UefiBootServicesTableLib\r
54 UefiDriverEntryPoint\r
55 SortLib\r
56 PrintLib\r
57 DevicePathLib\r
58 PerformanceLib\r
59 DxeServicesLib\r
60 PeCoffGetEntryPointLib\r
61\r
62[Guids]\r
63 gPerformanceProtocolGuid ## CONSUMES ## SystemTable\r
115eae65
DB
64 gEfiAcpi20TableGuid ## CONSUMES\r
65 gEfiAcpi10TableGuid ## CONSUMES\r
92034c4c
RN
66\r
67[Protocols]\r
68 gEfiLoadedImageProtocolGuid ## CONSUMES\r
69 gEfiDriverBindingProtocolGuid ## SOMETIMES_CONSUMES\r
70 gEfiComponentName2ProtocolGuid ## SOMETIMES_CONSUMES\r
71 gEfiLoadedImageDevicePathProtocolGuid ## SOMETIMES_CONSUMES\r
72 gEfiHiiPackageListProtocolGuid ## CONSUMES\r
73 gEfiShellDynamicCommandProtocolGuid ## PRODUCES\r
74\r
75[Pcd]\r
76 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize ## CONSUMES\r
77\r
78[DEPEX]\r
79 TRUE\r