]>
Commit | Line | Data |
---|---|---|
18b144ea | 1 | ## @file\r |
2 | #\r | |
3 | # Source Level Debug Package.\r | |
4 | #\r | |
894c9c6e | 5 | # Copyright (c) 2010 - 2012, 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 |
b6de1db3 | 25 | PLATFORM_VERSION = 0.71\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 | |
33 | DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.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 | |
37 | TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r | |
38 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
39 | DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf\r | |
40 | \r | |
41 | ###################################################################################################\r | |
42 | #\r | |
43 | # Components Section - list of the modules and components that will be processed by compilation\r | |
44 | # tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r | |
45 | #\r | |
46 | # Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r | |
47 | # into firmware volume images. This section is just a list of modules to compile from\r | |
48 | # source into UEFI-compliant binaries.\r | |
49 | # It is the FDF file that contains information on combining binary files into firmware\r | |
50 | # volume images, whose concept is beyond UEFI and is described in PI specification.\r | |
51 | # Binary modules do not need to be listed in this section, as they should be\r | |
52 | # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r | |
53 | # Logo (Logo.bmp), and etc.\r | |
54 | # There may also be modules listed in this section that are not required in the FDF file,\r | |
55 | # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r | |
56 | # generated for it, but the binary will not be put into any firmware volume.\r | |
57 | #\r | |
58 | ###################################################################################################\r | |
59 | \r | |
60 | [Components.common]\r | |
61 | SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf\r | |
62 | SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.inf\r | |
63 | SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf\r | |
64 | SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf\r | |
65 | SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf\r | |
66 | SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf\r | |
67 | \r |