]> git.proxmox.com Git - mirror_edk2.git/blame - PerformancePkg/PerformancePkg.dsc
PerformancePkg.dsc:
[mirror_edk2.git] / PerformancePkg / PerformancePkg.dsc
CommitLineData
c06ad33e 1#/** @file\r
2# Build description file to generate Shell DP application.\r
3#\r
d50f6f8b 4# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
c06ad33e 5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13# **/\r
14\r
15[Defines]\r
16 DSC_SPECIFICATION = 0x00010005\r
17 PLATFORM_NAME = PerformancePkg\r
18 PLATFORM_GUID = 9ffd7bf2-231e-4525-9a42-480545dafd17\r
19 PLATFORM_VERSION = 0.1\r
20 OUTPUT_DIRECTORY = Build/PerformancePkg\r
21 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC\r
22 BUILD_TARGETS = DEBUG|RELEASE\r
23 SKUID_IDENTIFIER = DEFAULT\r
24\r
25[LibraryClasses]\r
26 #\r
27 # Entry Point Libraries\r
28 #\r
29 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
30 #\r
31 # Common Libraries\r
32 #\r
33 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
34 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
35 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
36 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
37 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
d50f6f8b 38 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
c06ad33e 39 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
40 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
41 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
42 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
19dd3f7d 43 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf \r
c06ad33e 44 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
45 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
46 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
47 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
48 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
49 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
50\r
da0924fe 51 SortLib|ShellPkg/Library/UefiSortLib/UefiSortLib.inf\r
c06ad33e 52 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
da0924fe 53 FileHandleLib|ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r
c06ad33e 54\r
3b7e958e 55 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
56 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
57\r
58[LibraryClasses.IA32, LibraryClasses.X64]\r
c06ad33e 59 # This library instance mapping needs adjusting based on platform.\r
60 # The TimerLib instance must match the TimerLib the platform was built with.\r
61 # If the platform was built with more than one TimerLib type, then this utility\r
62 # will produce invalid results for any measurements done with a TimerLib instance\r
63 # that is different than the one below.\r
64 #\r
65 # TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf\r
d50f6f8b 66 TimerLib|PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.inf\r
c06ad33e 67\r
68[LibraryClasses.IPF]\r
69 PalLib|MdePkg/Library/UefiPalLib/UefiPalLib.inf\r
efca00e2 70 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
c06ad33e 71\r
3b7e958e 72[Components.IA32, Components.X64]\r
d50f6f8b
SZ
73 PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.inf\r
74 PerformancePkg/Library/PeiTscTimerLib/PeiTscTimerLib.inf\r
3b7e958e 75\r
76[Components]\r
c06ad33e 77 PerformancePkg/Dp_App/Dp.inf\r