]>
Commit | Line | Data |
---|---|---|
d0eaf062 | 1 | ## @file\r |
c06ad33e | 2 | # Build description file to generate Shell DP application.\r |
3 | #\r | |
4717f9f5 | 4 | # Copyright (c) 2009 - 2016, 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 | |
d0eaf062 | 13 | ##\r |
c06ad33e | 14 | \r |
15 | [Defines]\r | |
16 | DSC_SPECIFICATION = 0x00010005\r | |
17 | PLATFORM_NAME = PerformancePkg\r | |
18 | PLATFORM_GUID = 9ffd7bf2-231e-4525-9a42-480545dafd17\r | |
3aa1ff61 | 19 | PLATFORM_VERSION = 0.2\r |
c06ad33e | 20 | OUTPUT_DIRECTORY = Build/PerformancePkg\r |
21 | SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC\r | |
4717f9f5 | 22 | BUILD_TARGETS = DEBUG|RELEASE|NOOPT\r |
c06ad33e | 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 |
863986b3 | 44 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.inf\r |
c06ad33e | 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 | |
ae591c14 DM |
50 | FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf\r |
51 | SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf\r | |
c06ad33e | 52 | \r |
53 | ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf\r | |
c06ad33e | 54 | \r |
3b7e958e | 55 | PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r |
56 | PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r | |
711e36d0 | 57 | DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r |
3b7e958e | 58 | \r |
59 | [LibraryClasses.IA32, LibraryClasses.X64]\r | |
c06ad33e | 60 | # This library instance mapping needs adjusting based on platform.\r |
61 | # The TimerLib instance must match the TimerLib the platform was built with.\r | |
62 | # If the platform was built with more than one TimerLib type, then this utility\r | |
63 | # will produce invalid results for any measurements done with a TimerLib instance\r | |
64 | # that is different than the one below.\r | |
65 | #\r | |
66 | # TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf\r | |
034307a7 | 67 | TimerLib|PerformancePkg/Library/TscTimerLib/DxeTscTimerLib.inf\r |
c06ad33e | 68 | \r |
69 | [LibraryClasses.IPF]\r | |
70 | PalLib|MdePkg/Library/UefiPalLib/UefiPalLib.inf\r | |
efca00e2 | 71 | TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r |
c06ad33e | 72 | \r |
cbcccd2c LG |
73 | [LibraryClasses.EBC]\r |
74 | TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r | |
75 | \r | |
3b7e958e | 76 | [Components.IA32, Components.X64]\r |
034307a7 SZ |
77 | PerformancePkg/Library/TscTimerLib/DxeTscTimerLib.inf\r |
78 | PerformancePkg/Library/TscTimerLib/PeiTscTimerLib.inf\r | |
79 | PerformancePkg/Library/TscTimerLib/BaseTscTimerLib.inf\r | |
3b7e958e | 80 | \r |
81 | [Components]\r | |
c06ad33e | 82 | PerformancePkg/Dp_App/Dp.inf\r |