]> git.proxmox.com Git - mirror_edk2.git/blob - PerformancePkg/Dp_App/Dp.inf
Update the copyright notice format
[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 Literals.c
33 DpUtilities.c
34 DpTrace.c
35 DpProfile.c
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40 ShellPkg/ShellPkg.dec
41 PerformancePkg/PerformancePkg.dec
42
43 [LibraryClasses]
44 UefiApplicationEntryPoint
45 ShellLib
46 BaseMemoryLib
47 BaseLib
48 MemoryAllocationLib
49 DebugLib
50 UefiBootServicesTableLib
51 TimerLib
52 PeCoffGetEntryPointLib
53 PerformanceLib
54 PrintLib
55 UefiLib
56 HiiLib
57 PcdLib
58
59 [Guids]
60
61 [Protocols]
62 gEfiLoadedImageProtocolGuid # ALWAYS_CONSUMED
63 gEfiDriverBindingProtocolGuid # ALWAYS_CONSUMED
64
65 [Pcd]
66 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize