Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc
r48674 r58459 1 1 ## @file 2 #3 2 # Source Level Debug Package. 4 3 # 5 # Copyright (c) 2010 - 201 1, Intel Corporation. All rights reserved.<BR>4 # Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR> 6 5 # 7 6 # This program and the accompanying materials … … 21 20 ################################################################################ 22 21 [Defines] 23 PLATFORM_NAME = SourceLevelDebug tPkg22 PLATFORM_NAME = SourceLevelDebugPkg 24 23 PLATFORM_GUID = 38C85805-883F-4ee8-A854-95B966ED73AA 25 PLATFORM_VERSION = 0. 7124 PLATFORM_VERSION = 0.86 26 25 DSC_SPECIFICATION = 0x00010005 27 OUTPUT_DIRECTORY = Build/SourceLevelDebug tPkg26 OUTPUT_DIRECTORY = Build/SourceLevelDebugPkg 28 27 SUPPORTED_ARCHITECTURES = IA32|X64 29 28 BUILD_TARGETS = DEBUG|RELEASE … … 31 30 32 31 [LibraryClasses.common] 33 DebugLib|MdePkg/Library/ UefiDebugLibStdErr/UefiDebugLibStdErr.inf32 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf 34 33 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf 35 34 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf 36 35 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf 37 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf38 36 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf 37 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf 38 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf 39 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf 40 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf 41 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf 42 SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf 43 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf 44 TimerLib|UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu.inf 45 ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf 46 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf 47 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf 48 PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf 49 50 !ifdef $(SOURCE_DEBUG_USE_USB) 51 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.inf 52 !else 53 !ifndef $(SOURCE_DEBUG_USE_USB3) 39 54 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf 55 !endif 56 !endif 57 58 [LibraryClasses.common.PEIM] 59 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf 60 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf 61 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf 62 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf 63 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf 64 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf 65 !ifdef $(SOURCE_DEBUG_USE_USB3) 66 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Pei.inf 67 !endif 68 69 [LibraryClasses.common.DXE_DRIVER] 70 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf 71 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf 72 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf 73 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf 74 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf 75 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf 76 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf 77 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf 78 !ifdef $(SOURCE_DEBUG_USE_USB3) 79 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Dxe.inf 80 !endif 40 81 41 82 ################################################################################################### … … 65 106 SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf 66 107 SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf 67 108 SourceLevelDebugPkg/DebugAgentPei/DebugAgentPei.inf 109 SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.inf
Note:
See TracChangeset
for help on using the changeset viewer.