]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.inf
ShellPkg/Dp: Add null pointer check
[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
36 DpProfile.c\r
37 DpApp.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 UefiApplicationEntryPoint\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
115eae65
DB
63 gEfiAcpi20TableGuid ## CONSUMES ## SystemTable\r
64 gEfiAcpi10TableGuid ## CONSUMES ## SystemTable\r
92034c4c
RN
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\r
73[Pcd]\r
74 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize ## CONSUMES\r