]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.inf
ShellPkg/Dp: Make the help info align with code
[mirror_edk2.git] / ShellPkg / DynamicCommand / DpDynamicCommand / DpApp.inf
CommitLineData
92034c4c
RN
1## @file\r
2# Provides Shell 'dp' standalone application.\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 = dp\r
18 FILE_GUID = 1831A379-2D48-45BD-9744-D4059D93815D\r
19 MODULE_TYPE = UEFI_APPLICATION\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = DpAppInitialize\r
22#\r
23# This flag specifies whether HII resource section is generated into PE image.\r
24#\r
25 UEFI_HII_RESOURCE_SECTION = TRUE\r
26\r
27[Sources.common]\r
92034c4c
RN
28 Dp.uni\r
29 Dp.c\r
30 Dp.h\r
31 Literals.h\r
32 Literals.c\r
33 DpInternal.h\r
34 DpUtilities.c\r
35 DpTrace.c\r
92034c4c
RN
36 DpApp.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 ShellPkg/ShellPkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42\r
43[LibraryClasses]\r
44 MemoryAllocationLib\r
45 BaseLib\r
46 BaseMemoryLib\r
47 DebugLib\r
48 ShellLib\r
49 UefiLib\r
50 UefiRuntimeServicesTableLib\r
51 UefiBootServicesTableLib\r
52 UefiApplicationEntryPoint\r
53 SortLib\r
54 PrintLib\r
55 DevicePathLib\r
56 PerformanceLib\r
57 DxeServicesLib\r
58 PeCoffGetEntryPointLib\r
59\r
60[Guids]\r
61 gPerformanceProtocolGuid ## CONSUMES ## SystemTable\r
115eae65
DB
62 gEfiAcpi20TableGuid ## CONSUMES ## SystemTable\r
63 gEfiAcpi10TableGuid ## CONSUMES ## SystemTable\r
92034c4c
RN
64\r
65[Protocols]\r
66 gEfiLoadedImageProtocolGuid ## CONSUMES\r
67 gEfiDriverBindingProtocolGuid ## SOMETIMES_CONSUMES\r
68 gEfiComponentName2ProtocolGuid ## SOMETIMES_CONSUMES\r
69 gEfiLoadedImageDevicePathProtocolGuid ## SOMETIMES_CONSUMES\r
70 gEfiHiiPackageListProtocolGuid ## CONSUMES\r
71\r
72[Pcd]\r
73 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize ## CONSUMES\r