]> git.proxmox.com Git - mirror_edk2.git/blame - PerformancePkg/Dp_App/Dp.inf
Libraries and utilities for instrumenting regions of code and measuring their perform...
[mirror_edk2.git] / PerformancePkg / Dp_App / Dp.inf
CommitLineData
c06ad33e 1#/** @file\r
2# Display Performance Application, Module information file.\r
3#\r
4# Copyright (c) 2009-2010, Intel Corporation. All rights reserved.<BR>\r
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
13#**/\r
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
32 Literals.c\r
33 DpUtilities.c\r
34 DpTrace.c\r
35 DpProfile.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 ShellPkg/ShellPkg.dec\r
41 PerformancePkg/PerformancePkg.dec\r
42\r
43[LibraryClasses]\r
44 UefiApplicationEntryPoint\r
45 ShellLib\r
46 BaseMemoryLib\r
47 BaseLib\r
48 MemoryAllocationLib\r
49 DebugLib\r
50 UefiBootServicesTableLib\r
51 TimerLib\r
52 PeCoffGetEntryPointLib\r
53 PerformanceLib\r
54 PrintLib\r
55 UefiLib\r
56 HiiLib\r
57 PcdLib\r
58\r
59[Guids]\r
60\r
61[Protocols]\r
62 gEfiLoadedImageProtocolGuid # ALWAYS_CONSUMED\r
63 gEfiDriverBindingProtocolGuid # ALWAYS_CONSUMED\r
64\r
65[Pcd]\r
66 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize\r