]> git.proxmox.com Git - mirror_edk2.git/blame - PerformancePkg/Dp_App/Dp.inf
Update all the code to consume the ConvertDevicePathToText, ConvertDevicePathNodeToTe...
[mirror_edk2.git] / PerformancePkg / Dp_App / Dp.inf
CommitLineData
abf2162c 1## @file\r
c06ad33e 2# Display Performance Application, Module information file.\r
3#\r
863986b3 4# Copyright (c) 2009 - 2013, 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
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
27#\r
28\r
29[Sources]\r
30 DpStrings.uni\r
31 Dp.c\r
f97c2415
ED
32 Dp.h\r
33 Literals.h\r
c06ad33e 34 Literals.c\r
f97c2415 35 DpInternal.h\r
c06ad33e 36 DpUtilities.c\r
37 DpTrace.c\r
38 DpProfile.c\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
43 ShellPkg/ShellPkg.dec\r
44 PerformancePkg/PerformancePkg.dec\r
45\r
46[LibraryClasses]\r
47 UefiApplicationEntryPoint\r
48 ShellLib\r
49 BaseMemoryLib\r
50 BaseLib\r
51 MemoryAllocationLib\r
52 DebugLib\r
53 UefiBootServicesTableLib\r
54 TimerLib\r
55 PeCoffGetEntryPointLib\r
56 PerformanceLib\r
57 PrintLib\r
58 UefiLib\r
59 HiiLib\r
60 PcdLib\r
a2daf8db
SZ
61 DevicePathLib\r
62 DxeServicesLib\r
c06ad33e 63\r
c06ad33e 64[Protocols]\r
65 gEfiLoadedImageProtocolGuid # ALWAYS_CONSUMED\r
a2daf8db
SZ
66 gEfiDriverBindingProtocolGuid # SOMETIMES_CONSUMED\r
67 gEfiComponentName2ProtocolGuid # SOMETIMES_CONSUMED\r
68 gEfiLoadedImageDevicePathProtocolGuid # SOMETIMES_CONSUMED\r
c06ad33e 69\r
70[Pcd]\r
71 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize\r