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