]> git.proxmox.com Git - mirror_edk2.git/blame - PerformancePkg/Dp_App/Dp.inf
BaseTools: Update Python Makefile to include the new added python files
[mirror_edk2.git] / PerformancePkg / Dp_App / Dp.inf
CommitLineData
abf2162c 1## @file\r
c06ad33e 2# Display Performance Application, Module information file.\r
3#\r
13935109 4# Copyright (c) 2009 - 2017, 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
c06ad33e 59 PeCoffGetEntryPointLib\r
60 PerformanceLib\r
61 PrintLib\r
62 UefiLib\r
63 HiiLib\r
b7b2b3c8 64 UefiHiiServicesLib\r
c06ad33e 65 PcdLib\r
a2daf8db
SZ
66 DevicePathLib\r
67 DxeServicesLib\r
c06ad33e 68\r
13935109
SZ
69[Guids]\r
70 gPerformanceProtocolGuid ## CONSUMES ## SystemTable\r
71\r
c06ad33e 72[Protocols]\r
e8a61b96 73 gEfiLoadedImageProtocolGuid ## CONSUMES\r
b7b2b3c8 74 gEfiHiiPackageListProtocolGuid ## CONSUMES\r
e8a61b96
SQ
75 gEfiDriverBindingProtocolGuid ## SOMETIMES_CONSUMES\r
76 gEfiComponentName2ProtocolGuid ## SOMETIMES_CONSUMES\r
77 gEfiLoadedImageDevicePathProtocolGuid ## SOMETIMES_CONSUMES\r
c06ad33e 78\r
79[Pcd]\r
e8a61b96 80 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize ## CONSUMES\r