]> git.proxmox.com Git - mirror_edk2.git/blame - SourceLevelDebugPkg/SourceLevelDebugPkg.dsc
Use ResetSystemLib NULL instance to remove dependency on PcAtChipsetPkg from SourceLe...
[mirror_edk2.git] / SourceLevelDebugPkg / SourceLevelDebugPkg.dsc
CommitLineData
18b144ea 1## @file\r
2#\r
3# Source Level Debug Package.\r
4#\r
b422b62c 5# Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.<BR>\r
18b144ea 6#\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17################################################################################\r
18#\r
19# Defines Section - statements that will be processed to create a Makefile.\r
20#\r
21################################################################################\r
22[Defines]\r
894c9c6e 23 PLATFORM_NAME = SourceLevelDebugPkg\r
18b144ea 24 PLATFORM_GUID = 38C85805-883F-4ee8-A854-95B966ED73AA\r
b422b62c 25 PLATFORM_VERSION = 0.85\r
18b144ea 26 DSC_SPECIFICATION = 0x00010005\r
894c9c6e 27 OUTPUT_DIRECTORY = Build/SourceLevelDebugPkg\r
18b144ea 28 SUPPORTED_ARCHITECTURES = IA32|X64\r
29 BUILD_TARGETS = DEBUG|RELEASE\r
30 SKUID_IDENTIFIER = DEFAULT\r
31\r
32[LibraryClasses.common]\r
b422b62c 33 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf\r
351ff413 34 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf \r
18b144ea 35 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
36 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
18b144ea 37 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
b422b62c 38 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
39 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
40 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r
41 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf\r
42 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
43 SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf\r
44 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf\r
45 TimerLib|UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu.inf\r
d6e1d9c1 46 ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf\r
b422b62c 47\r
48 PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf\r
49\r
18b144ea 50 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf\r
b422b62c 51 #DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.inf\r
52\r
53[LibraryClasses.common.PEIM]\r
54 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
55 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
56 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf\r
57 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
58 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
59 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
60\r
61[LibraryClasses.common.DXE_DRIVER]\r
62 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
63 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
64 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
65 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
66 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
67 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
68 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
69 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
18b144ea 70\r
71###################################################################################################\r
72#\r
73# Components Section - list of the modules and components that will be processed by compilation\r
74# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
75#\r
76# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
77# into firmware volume images. This section is just a list of modules to compile from\r
78# source into UEFI-compliant binaries.\r
79# It is the FDF file that contains information on combining binary files into firmware\r
80# volume images, whose concept is beyond UEFI and is described in PI specification.\r
81# Binary modules do not need to be listed in this section, as they should be\r
82# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
83# Logo (Logo.bmp), and etc.\r
84# There may also be modules listed in this section that are not required in the FDF file,\r
85# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
86# generated for it, but the binary will not be put into any firmware volume.\r
87#\r
88###################################################################################################\r
89\r
90[Components.common]\r
91 SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf\r
92 SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.inf\r
93 SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf\r
94 SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
95 SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
96 SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf\r
b422b62c 97 SourceLevelDebugPkg/DebugAgentPei/DebugAgentPei.inf\r
98 SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.inf\r