]> git.proxmox.com Git - mirror_edk2.git/blob - ShellPkg/Library/UefiDpLib/UefiDpLib.inf
ShellPkg UefiDpLib: Remove TimerLib dependency
[mirror_edk2.git] / ShellPkg / Library / UefiDpLib / UefiDpLib.inf
1 ## @file
2 # Display Performance Application, Module information file.
3 #
4 # Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.
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 = UefiDpLib
18 FILE_GUID = 9DF262F7-CF81-4294-B5A5-B2E3CAFE5618
19 MODULE_TYPE = UEFI_DRIVER
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = NULL|UEFI_APPLICATION UEFI_DRIVER
22 CONSTRUCTOR = UefiDpLibConstructor
23 DESTRUCTOR = UefiDpLibDestructor
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30
31 [Sources.common]
32 PerformanceTokens.h
33 UefiDpLib.c
34 UefiDpLib.h
35 UefiDpLib.uni
36 Dp.c
37 Dp.h
38 Literals.h
39 Literals.c
40 DpInternal.h
41 DpUtilities.c
42 DpTrace.c
43 DpProfile.c
44
45 [Packages]
46 MdePkg/MdePkg.dec
47 ShellPkg/ShellPkg.dec
48 MdeModulePkg/MdeModulePkg.dec
49
50 [LibraryClasses]
51 PerformanceLib
52 DxeServicesLib
53 MemoryAllocationLib
54 BaseLib
55 BaseMemoryLib
56 DebugLib
57 ShellCommandLib
58 ShellLib
59 UefiLib
60 UefiRuntimeServicesTableLib
61 UefiBootServicesTableLib
62 SortLib
63 PrintLib
64 DevicePathLib
65
66 [Guids]
67 gPerformanceProtocolGuid ## CONSUMES ## SystemTable
68
69 [Protocols]
70 gEfiLoadedImageProtocolGuid ## CONSUMES
71 gEfiDriverBindingProtocolGuid ## SOMETIMES_CONSUMES
72 gEfiComponentName2ProtocolGuid ## SOMETIMES_CONSUMES
73 gEfiLoadedImageDevicePathProtocolGuid ## SOMETIMES_CONSUMES
74
75 [Pcd]
76 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize ## UNDEFINED
77 gEfiShellPkgTokenSpaceGuid.PcdShellProfileMask ## CONSUMES