]> git.proxmox.com Git - mirror_edk2.git/blame - SourceLevelDebugPkg/SourceLevelDebugPkg.dsc
Update DebugLib to provide support for "err" command in the EFI Shell to adjust the...
[mirror_edk2.git] / SourceLevelDebugPkg / SourceLevelDebugPkg.dsc
CommitLineData
18b144ea 1## @file\r
2#\r
3# Source Level Debug Package.\r
4#\r
5# Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
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
23 PLATFORM_NAME = SourceLevelDebugtPkg\r
24 PLATFORM_GUID = 38C85805-883F-4ee8-A854-95B966ED73AA\r
25 PLATFORM_VERSION = 0.70\r
26 DSC_SPECIFICATION = 0x00010005\r
27 OUTPUT_DIRECTORY = Build/SourceLevelDebugtPkg\r
28 SUPPORTED_ARCHITECTURES = IA32|X64\r
29 BUILD_TARGETS = DEBUG|RELEASE\r
30 SKUID_IDENTIFIER = DEFAULT\r
31\r
32[LibraryClasses.common]\r
33 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf\r
34 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
35 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
36 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
37 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
38 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf\r
39\r
40###################################################################################################\r
41#\r
42# Components Section - list of the modules and components that will be processed by compilation\r
43# tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r
44#\r
45# Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r
46# into firmware volume images. This section is just a list of modules to compile from\r
47# source into UEFI-compliant binaries.\r
48# It is the FDF file that contains information on combining binary files into firmware\r
49# volume images, whose concept is beyond UEFI and is described in PI specification.\r
50# Binary modules do not need to be listed in this section, as they should be\r
51# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r
52# Logo (Logo.bmp), and etc.\r
53# There may also be modules listed in this section that are not required in the FDF file,\r
54# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r
55# generated for it, but the binary will not be put into any firmware volume.\r
56#\r
57###################################################################################################\r
58\r
59[Components.common]\r
60 SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf\r
61 SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.inf\r
62 SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf\r
63 SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r
64 SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r
65 SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf\r
66\r