]> git.proxmox.com Git - mirror_edk2.git/blame - PerformancePkg/Dp_App/Dp.inf
PerformancePkg: Make Dp print help information with -? flag in Shell.
[mirror_edk2.git] / PerformancePkg / Dp_App / Dp.inf
CommitLineData
abf2162c 1## @file\r
c06ad33e 2# Display Performance Application, Module information file.\r
3#\r
b7b2b3c8 4# Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
c06ad33e 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#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
abf2162c 13##\r
c06ad33e 14\r
15[Defines]\r
16 INF_VERSION = 0x00010006\r
17 BASE_NAME = DP\r
18 FILE_GUID = 7d5ff0e3-2fb7-4e19-8419-44266cb60000\r
19 MODULE_TYPE = UEFI_APPLICATION\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = InitializeDp\r
b7b2b3c8
QS
22 \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
c06ad33e 27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
34[Sources]\r
35 DpStrings.uni\r
36 Dp.c\r
f97c2415
ED
37 Dp.h\r
38 Literals.h\r
c06ad33e 39 Literals.c\r
f97c2415 40 DpInternal.h\r
c06ad33e 41 DpUtilities.c\r
42 DpTrace.c\r
43 DpProfile.c\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 MdeModulePkg/MdeModulePkg.dec\r
48 ShellPkg/ShellPkg.dec\r
49 PerformancePkg/PerformancePkg.dec\r
50\r
51[LibraryClasses]\r
52 UefiApplicationEntryPoint\r
53 ShellLib\r
54 BaseMemoryLib\r
55 BaseLib\r
56 MemoryAllocationLib\r
57 DebugLib\r
58 UefiBootServicesTableLib\r
59 TimerLib\r
60 PeCoffGetEntryPointLib\r
61 PerformanceLib\r
62 PrintLib\r
63 UefiLib\r
64 HiiLib\r
b7b2b3c8 65 UefiHiiServicesLib\r
c06ad33e 66 PcdLib\r
a2daf8db
SZ
67 DevicePathLib\r
68 DxeServicesLib\r
c06ad33e 69\r
c06ad33e 70[Protocols]\r
e8a61b96 71 gEfiLoadedImageProtocolGuid ## CONSUMES\r
b7b2b3c8 72 gEfiHiiPackageListProtocolGuid ## CONSUMES\r
e8a61b96
SQ
73 gEfiDriverBindingProtocolGuid ## SOMETIMES_CONSUMES\r
74 gEfiComponentName2ProtocolGuid ## SOMETIMES_CONSUMES\r
75 gEfiLoadedImageDevicePathProtocolGuid ## SOMETIMES_CONSUMES\r
c06ad33e 76\r
77[Pcd]\r
e8a61b96 78 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize ## CONSUMES\r