]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.inf
ShellPkg/DpDynamicCommand: Remove unused PCDs
[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
92034c4c
RN
37 DpDynamicCommand.c\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 ShellPkg/ShellPkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
43\r
44[LibraryClasses]\r
45 MemoryAllocationLib\r
46 BaseLib\r
47 BaseMemoryLib\r
48 DebugLib\r
49 ShellLib\r
50 UefiLib\r
51 UefiRuntimeServicesTableLib\r
52 UefiBootServicesTableLib\r
53 UefiDriverEntryPoint\r
54 SortLib\r
55 PrintLib\r
56 DevicePathLib\r
57 PerformanceLib\r
58 DxeServicesLib\r
59 PeCoffGetEntryPointLib\r
60\r
61[Guids]\r
62 gPerformanceProtocolGuid ## CONSUMES ## SystemTable\r
63\r
64[Protocols]\r
65 gEfiLoadedImageProtocolGuid ## CONSUMES\r
66 gEfiDriverBindingProtocolGuid ## SOMETIMES_CONSUMES\r
67 gEfiComponentName2ProtocolGuid ## SOMETIMES_CONSUMES\r
68 gEfiLoadedImageDevicePathProtocolGuid ## SOMETIMES_CONSUMES\r
69 gEfiHiiPackageListProtocolGuid ## CONSUMES\r
70 gEfiShellDynamicCommandProtocolGuid ## PRODUCES\r
71\r
92034c4c
RN
72[DEPEX]\r
73 TRUE\r