X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=PerformancePkg%2FPerformancePkg.dsc;h=0274229e227af816f7d1bd691b06e755725962dd;hb=6dbdb1914d293d9abd378bf4f035d6f38809eaf3;hp=71d9a30631568622d7975a6e6b639a27b11e7ad1;hpb=19dd3f7d8917ade4293be826a9e00d7d8aa6483c;p=mirror_edk2.git diff --git a/PerformancePkg/PerformancePkg.dsc b/PerformancePkg/PerformancePkg.dsc index 71d9a30631..0274229e22 100644 --- a/PerformancePkg/PerformancePkg.dsc +++ b/PerformancePkg/PerformancePkg.dsc @@ -1,4 +1,4 @@ -#/** @file +## @file # Build description file to generate Shell DP application. # # Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.
@@ -10,13 +10,13 @@ # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # -# **/ +## [Defines] DSC_SPECIFICATION = 0x00010005 PLATFORM_NAME = PerformancePkg PLATFORM_GUID = 9ffd7bf2-231e-4525-9a42-480545dafd17 - PLATFORM_VERSION = 0.1 + PLATFORM_VERSION = 0.2 OUTPUT_DIRECTORY = Build/PerformancePkg SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC BUILD_TARGETS = DEBUG|RELEASE @@ -48,11 +48,13 @@ PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf + SortLib|ShellPkg/Library/UefiSortLib/UefiSortLib.inf ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf - FileHandleLib|ShellPkg/Library/BaseFileHandleLib/BaseFileHandleLib.inf + FileHandleLib|ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf + DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf [LibraryClasses.IA32, LibraryClasses.X64] # This library instance mapping needs adjusting based on platform. @@ -62,15 +64,16 @@ # that is different than the one below. # # TimerLib|MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.inf - TimerLib|PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.inf + TimerLib|PerformancePkg/Library/TscTimerLib/DxeTscTimerLib.inf [LibraryClasses.IPF] PalLib|MdePkg/Library/UefiPalLib/UefiPalLib.inf TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf [Components.IA32, Components.X64] - PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.inf - PerformancePkg/Library/PeiTscTimerLib/PeiTscTimerLib.inf + PerformancePkg/Library/TscTimerLib/DxeTscTimerLib.inf + PerformancePkg/Library/TscTimerLib/PeiTscTimerLib.inf + PerformancePkg/Library/TscTimerLib/BaseTscTimerLib.inf [Components] PerformancePkg/Dp_App/Dp.inf