2011-12-13 15:00:09 +01:00
|
|
|
## @file
|
2010-04-23 19:00:32 +02:00
|
|
|
# Build description file to generate Shell DP application.
|
|
|
|
#
|
2011-02-15 03:02:06 +01:00
|
|
|
# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
|
2010-04-23 19:00:32 +02:00
|
|
|
# This program and the accompanying materials
|
|
|
|
# are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
# which accompanies this distribution. The full text of the license may be found at
|
|
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
|
|
#
|
|
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
#
|
2011-12-13 15:00:09 +01:00
|
|
|
##
|
2010-04-23 19:00:32 +02:00
|
|
|
|
|
|
|
[Defines]
|
|
|
|
DSC_SPECIFICATION = 0x00010005
|
|
|
|
PLATFORM_NAME = PerformancePkg
|
|
|
|
PLATFORM_GUID = 9ffd7bf2-231e-4525-9a42-480545dafd17
|
2011-12-13 09:59:23 +01:00
|
|
|
PLATFORM_VERSION = 0.2
|
2010-04-23 19:00:32 +02:00
|
|
|
OUTPUT_DIRECTORY = Build/PerformancePkg
|
|
|
|
SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
|
|
|
|
BUILD_TARGETS = DEBUG|RELEASE
|
|
|
|
SKUID_IDENTIFIER = DEFAULT
|
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
#
|
|
|
|
# Entry Point Libraries
|
|
|
|
#
|
|
|
|
UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
|
|
|
|
#
|
|
|
|
# Common Libraries
|
|
|
|
#
|
|
|
|
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
|
|
|
BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
|
|
|
UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
|
|
|
PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
|
|
|
PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
2011-02-15 03:02:06 +01:00
|
|
|
HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
2010-04-23 19:00:32 +02:00
|
|
|
MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
|
|
|
UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
|
|
|
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
|
|
|
DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
2011-03-10 23:39:18 +01:00
|
|
|
DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
|
2010-04-23 19:00:32 +02:00
|
|
|
DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
|
|
|
PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
|
|
|
HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
|
|
|
|
UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
|
|
|
|
PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
|
|
|
|
IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
|
|
|
|
2011-04-01 08:30:43 +02:00
|
|
|
SortLib|ShellPkg/Library/UefiSortLib/UefiSortLib.inf
|
2010-04-23 19:00:32 +02:00
|
|
|
ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
|
2011-04-01 08:30:43 +02:00
|
|
|
FileHandleLib|ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
|
2010-04-23 19:00:32 +02:00
|
|
|
|
2010-05-19 05:33:07 +02:00
|
|
|
PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
|
|
|
|
PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
|
2011-11-28 09:00:51 +01:00
|
|
|
DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
|
2010-05-19 05:33:07 +02:00
|
|
|
|
|
|
|
[LibraryClasses.IA32, LibraryClasses.X64]
|
2010-04-23 19:00:32 +02:00
|
|
|
# This library instance mapping needs adjusting based on platform.
|
|
|
|
# The TimerLib instance must match the TimerLib the platform was built with.
|
|
|
|
# If the platform was built with more than one TimerLib type, then this utility
|
|
|
|
# will produce invalid results for any measurements done with a TimerLib instance
|
|
|
|
# that is different than the one below.
|
|
|
|
#
|
|
|
|
# TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf
|
2011-10-30 14:14:44 +01:00
|
|
|
TimerLib|PerformancePkg/Library/TscTimerLib/DxeTscTimerLib.inf
|
2010-04-23 19:00:32 +02:00
|
|
|
|
|
|
|
[LibraryClasses.IPF]
|
|
|
|
PalLib|MdePkg/Library/UefiPalLib/UefiPalLib.inf
|
2010-10-26 05:07:33 +02:00
|
|
|
TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
2010-04-23 19:00:32 +02:00
|
|
|
|
2010-05-19 05:33:07 +02:00
|
|
|
[Components.IA32, Components.X64]
|
2011-10-30 14:14:44 +01:00
|
|
|
PerformancePkg/Library/TscTimerLib/DxeTscTimerLib.inf
|
|
|
|
PerformancePkg/Library/TscTimerLib/PeiTscTimerLib.inf
|
|
|
|
PerformancePkg/Library/TscTimerLib/BaseTscTimerLib.inf
|
2010-05-19 05:33:07 +02:00
|
|
|
|
|
|
|
[Components]
|
2010-04-23 19:00:32 +02:00
|
|
|
PerformancePkg/Dp_App/Dp.inf
|