]> git.proxmox.com Git - mirror_edk2.git/blame - PerformancePkg/PerformancePkg.dsc
correct Intel's copyright date as the changes checked-in at r11273 & r11272 are contr...
[mirror_edk2.git] / PerformancePkg / PerformancePkg.dsc
CommitLineData
c06ad33e 1#/** @file\r
2# Build description file to generate Shell DP application.\r
3#\r
92ea1df8 4# Copyright (c) 2009 - 2010, 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
38 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
39 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
40 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
41 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
42 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
43 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
44 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
45 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r
46 PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
47 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
48\r
49 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r
50 FileHandleLib|ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf\r
51\r
3b7e958e 52 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
53 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
54\r
55[LibraryClasses.IA32, LibraryClasses.X64]\r
c06ad33e 56 # This library instance mapping needs adjusting based on platform.\r
57 # The TimerLib instance must match the TimerLib the platform was built with.\r
58 # If the platform was built with more than one TimerLib type, then this utility\r
59 # will produce invalid results for any measurements done with a TimerLib instance\r
60 # that is different than the one below.\r
61 #\r
62 # TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf\r
63 TimerLib|PerformancePkg/Library/TscTimerLib/TscTimerLib.inf\r
c06ad33e 64\r
65[LibraryClasses.IPF]\r
66 PalLib|MdePkg/Library/UefiPalLib/UefiPalLib.inf\r
efca00e2 67 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
c06ad33e 68\r
3b7e958e 69[Components.IA32, Components.X64]\r
c06ad33e 70 PerformancePkg/Library/TscTimerLib/TscTimerLib.inf\r
3b7e958e 71\r
72[Components]\r
c06ad33e 73 PerformancePkg/Dp_App/Dp.inf\r