1## @file 2# Display Performance Application, Module information file. 3# 4# Copyright (c) 2009 - 2015, 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 DevicePathLib 62 DxeServicesLib 63 64[Protocols] 65 gEfiLoadedImageProtocolGuid ## CONSUMES 66 gEfiDriverBindingProtocolGuid ## SOMETIMES_CONSUMES 67 gEfiComponentName2ProtocolGuid ## SOMETIMES_CONSUMES 68 gEfiLoadedImageDevicePathProtocolGuid ## SOMETIMES_CONSUMES 69 70[Pcd] 71 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize ## CONSUMES 72