c06ad33e |
1 | #/** @file\r |
2 | # Build description file to generate Shell DP application.\r |
3 | #\r |
4 | # Copyright (c) 2009-2010, Intel Corporation. All rights reserved.<BR>\r |
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 |
52 | # This library instance mapping needs adjusting based on platform.\r |
53 | # The TimerLib instance must match the TimerLib the platform was built with.\r |
54 | # If the platform was built with more than one TimerLib type, then this utility\r |
55 | # will produce invalid results for any measurements done with a TimerLib instance\r |
56 | # that is different than the one below.\r |
57 | #\r |
58 | # TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf\r |
59 | TimerLib|PerformancePkg/Library/TscTimerLib/TscTimerLib.inf\r |
60 | PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r |
61 | PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r |
62 | \r |
63 | [LibraryClasses.IPF]\r |
64 | PalLib|MdePkg/Library/UefiPalLib/UefiPalLib.inf\r |
65 | \r |
66 | [Components]\r |
67 | PerformancePkg/Library/TscTimerLib/TscTimerLib.inf\r |
68 | PerformancePkg/Dp_App/Dp.inf\r |