]> git.proxmox.com Git - mirror_edk2.git/blob - SourceLevelDebugPkg/SourceLevelDebugPkg.dsc
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / SourceLevelDebugPkg / SourceLevelDebugPkg.dsc
1 ## @file
2 # Source Level Debug Package.
3 #
4 # Copyright (c) 2010 - 2021, Intel Corporation. All rights reserved.<BR>
5 # Copyright (c) 2020, AMD Incorporated. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 ################################################################################
12 #
13 # Defines Section - statements that will be processed to create a Makefile.
14 #
15 ################################################################################
16 [Defines]
17 PLATFORM_NAME = SourceLevelDebugPkg
18 PLATFORM_GUID = 38C85805-883F-4ee8-A854-95B966ED73AA
19 PLATFORM_VERSION = 0.96
20 DSC_SPECIFICATION = 0x00010005
21 OUTPUT_DIRECTORY = Build/SourceLevelDebugPkg
22 SUPPORTED_ARCHITECTURES = IA32|X64
23 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
24 SKUID_IDENTIFIER = DEFAULT
25
26 !include MdePkg/MdeLibs.dsc.inc
27
28 [LibraryClasses.common]
29 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
30 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
31 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
32 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
33 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
34 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
35 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
36 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
37 LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
38 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
39 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
40 SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
41 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
42 TimerLib|UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/SecPeiDxeTimerLibUefiCpu.inf
43 ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
44 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
45 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
46 PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
47
48 !ifdef $(SOURCE_DEBUG_USE_USB)
49 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.inf
50 !else
51 !ifndef $(SOURCE_DEBUG_USE_USB3)
52 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf
53 !endif
54 !endif
55
56 [LibraryClasses.common.PEIM]
57 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
58 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
59 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
60 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
61 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
62 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
63 !ifdef $(SOURCE_DEBUG_USE_USB3)
64 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Pei.inf
65 !endif
66
67 [LibraryClasses.common.DXE_DRIVER]
68 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
69 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
70 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
71 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
72 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
73 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
74 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
75 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
76 !ifdef $(SOURCE_DEBUG_USE_USB3)
77 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Dxe.inf
78 !endif
79
80 ###################################################################################################
81 #
82 # Components Section - list of the modules and components that will be processed by compilation
83 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
84 #
85 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
86 # into firmware volume images. This section is just a list of modules to compile from
87 # source into UEFI-compliant binaries.
88 # It is the FDF file that contains information on combining binary files into firmware
89 # volume images, whose concept is beyond UEFI and is described in PI specification.
90 # Binary modules do not need to be listed in this section, as they should be
91 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
92 # Logo (Logo.bmp), and etc.
93 # There may also be modules listed in this section that are not required in the FDF file,
94 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
95 # generated for it, but the binary will not be put into any firmware volume.
96 #
97 ###################################################################################################
98
99 [Components.common]
100 SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Dxe.inf
101 SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Pei.inf
102 SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf
103 SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.inf
104 SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
105 SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
106 SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
107 SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
108 SourceLevelDebugPkg/DebugAgentPei/DebugAgentPei.inf
109 SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.inf
110
111 [BuildOptions]
112 *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES