]> git.proxmox.com Git - mirror_edk2.git/blob - PerformancePkg/Dp_App/Dp.inf
51d2448aa60d7520c51759e34f6f5d6ae8ecc650
[mirror_edk2.git] / PerformancePkg / Dp_App / Dp.inf
1 ## @file
2 # Display Performance Application, Module information file.
3 #
4 # Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 #
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010006
17 BASE_NAME = DP
18 FILE_GUID = 7d5ff0e3-2fb7-4e19-8419-44266cb60000
19 MODULE_TYPE = UEFI_APPLICATION
20 VERSION_STRING = 1.0
21 ENTRY_POINT = InitializeDp
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
27 #
28
29 [Sources]
30 DpStrings.uni
31 Dp.c
32 Dp.h
33 Literals.h
34 Literals.c
35 DpInternal.h
36 DpUtilities.c
37 DpTrace.c
38 DpProfile.c
39
40 [Packages]
41 MdePkg/MdePkg.dec
42 MdeModulePkg/MdeModulePkg.dec
43 ShellPkg/ShellPkg.dec
44 PerformancePkg/PerformancePkg.dec
45
46 [LibraryClasses]
47 UefiApplicationEntryPoint
48 ShellLib
49 BaseMemoryLib
50 BaseLib
51 MemoryAllocationLib
52 DebugLib
53 UefiBootServicesTableLib
54 TimerLib
55 PeCoffGetEntryPointLib
56 PerformanceLib
57 PrintLib
58 UefiLib
59 HiiLib
60 PcdLib
61
62 [Guids]
63
64 [Protocols]
65 gEfiLoadedImageProtocolGuid # ALWAYS_CONSUMED
66 gEfiDriverBindingProtocolGuid # ALWAYS_CONSUMED
67
68 [Pcd]
69 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize