]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.inf
MdeModulePkg/FirmwarePerfSmm:Enhance for new pref infrastructure
[mirror_edk2.git] / ShellPkg / DynamicCommand / DpDynamicCommand / DpDynamicCommand.inf
CommitLineData
92034c4c
RN
1## @file\r
2# Provides Shell 'dp' dynamic command.\r
3#\r
4# Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.\r
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
29 PerformanceTokens.h\r
30 Dp.uni\r
31 Dp.c\r
32 Dp.h\r
33 Literals.h\r
34 Literals.c\r
35 DpInternal.h\r
36 DpUtilities.c\r
37 DpTrace.c\r
38 DpProfile.c\r
39 DpDynamicCommand.c\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 ShellPkg/ShellPkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45\r
46[LibraryClasses]\r
47 MemoryAllocationLib\r
48 BaseLib\r
49 BaseMemoryLib\r
50 DebugLib\r
51 ShellLib\r
52 UefiLib\r
53 UefiRuntimeServicesTableLib\r
54 UefiBootServicesTableLib\r
55 UefiDriverEntryPoint\r
56 SortLib\r
57 PrintLib\r
58 DevicePathLib\r
59 PerformanceLib\r
60 DxeServicesLib\r
61 PeCoffGetEntryPointLib\r
62\r
63[Guids]\r
64 gPerformanceProtocolGuid ## CONSUMES ## SystemTable\r
65\r
66[Protocols]\r
67 gEfiLoadedImageProtocolGuid ## CONSUMES\r
68 gEfiDriverBindingProtocolGuid ## SOMETIMES_CONSUMES\r
69 gEfiComponentName2ProtocolGuid ## SOMETIMES_CONSUMES\r
70 gEfiLoadedImageDevicePathProtocolGuid ## SOMETIMES_CONSUMES\r
71 gEfiHiiPackageListProtocolGuid ## CONSUMES\r
72 gEfiShellDynamicCommandProtocolGuid ## PRODUCES\r
73\r
74[Pcd]\r
75 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize ## CONSUMES\r
76\r
77[DEPEX]\r
78 TRUE\r