]> git.proxmox.com Git - mirror_edk2.git/blob - EdkShellPkg/EdkShellPkg.dsc
Three GUIDs had been retired, PrimaryConsoleInDeviceGuid, PrimaryConsoleOutDeviceGuid...
[mirror_edk2.git] / EdkShellPkg / EdkShellPkg.dsc
1 #/** @file
2 # This package build validate file is used to build validate EDK Shell source,
3 # EDK Compatibility Package and the backward compatibility support of EDK II
4 # build tool.
5 #
6 # Copyright (c) 2008. Intel Corporation
7 #
8 # All rights reserved. This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #**/
17
18 [Defines]
19 PLATFORM_NAME = EdkShellPkg
20 PLATFORM_GUID = 761BEE8B-58E3-4014-B8F5-0214A8DFA7EE
21 PLATFORM_VERSION = 1.04
22 DSC_SPECIFICATION = 0x00010005
23 OUTPUT_DIRECTORY = Build/EdkShellPkg
24 SUPPORTED_ARCHITECTURES = IA32|IPF|X64
25 BUILD_TARGETS = DEBUG|RELEASE
26 SKUID_IDENTIFIER = DEFAULT
27 #
28 # Change the macro to the directory containing the source code from EDK Shell Project.
29 # This is a workspace relative directory
30 #
31 DEFINE EDK_SHELL_DIR = EdkShellPkg/Shell
32
33 [Libraries]
34 #
35 # Libraries common to PEI and DXE
36 #
37 EdkCompatibilityPkg/Foundation/Efi/Guid/EfiGuidLib.inf
38 EdkCompatibilityPkg/Foundation/Framework/Guid/EdkFrameworkGuidLib.inf
39 EdkCompatibilityPkg/Foundation/Guid/EdkGuidLib.inf
40 EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf
41 EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib.inf
42 EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf
43 EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf
44 EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf
45 #
46 # PEI libraries
47 #
48 EdkCompatibilityPkg/Foundation/Framework/Ppi/EdkFrameworkPpiLib.inf
49 EdkCompatibilityPkg/Foundation/Ppi/EdkPpiLib.inf
50 EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.inf
51 EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.inf
52 #
53 # DXE libraries
54 #
55 EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf
56 EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf
57 EdkCompatibilityPkg/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf
58 EdkCompatibilityPkg/Foundation/Protocol/EdkProtocolLib.inf
59 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf
60 EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib.inf
61 EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Graphics.inf
62 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/EfiIfrSupportLib.inf
63 EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiEfiIfrSupportLib.inf
64 EdkCompatibilityPkg/Foundation/Library/Dxe/Print/PrintLib.inf
65 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf
66 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/EfiUiLib.inf
67 #
68 # Print/Graphics Library consume SetupBrowser Print Protocol
69 #
70 EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/PrintLib.inf
71 EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Graphics.inf
72 #
73 # Shell Library
74 #
75 $(EDK_SHELL_DIR)/Library/EfiShellLib.inf
76
77 [Libraries.IA32, Libraries.X64]
78 EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
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]
100 $(EDK_SHELL_DIR)/Shell.inf
101 $(EDK_SHELL_DIR)/ShellFull.inf
102 $(EDK_SHELL_DIR)/attrib/attrib.inf
103 $(EDK_SHELL_DIR)/cls/cls.inf
104 $(EDK_SHELL_DIR)/comp/comp.inf
105 $(EDK_SHELL_DIR)/cp/cp.inf
106 $(EDK_SHELL_DIR)/date/date.inf
107 $(EDK_SHELL_DIR)/dblk/dblk.inf
108 $(EDK_SHELL_DIR)/devices/devices.inf
109 $(EDK_SHELL_DIR)/DeviceTree/devicetree.inf
110 $(EDK_SHELL_DIR)/dmem/dmem.inf
111 $(EDK_SHELL_DIR)/dmpstore/dmpstore.inf
112 $(EDK_SHELL_DIR)/drivers/drivers.inf
113 $(EDK_SHELL_DIR)/drvcfg/drvcfg.inf
114 $(EDK_SHELL_DIR)/drvdiag/drvdiag.inf
115 $(EDK_SHELL_DIR)/edit/edit.inf
116 $(EDK_SHELL_DIR)/EfiCompress/compress.inf
117 $(EDK_SHELL_DIR)/EfiDecompress/Decompress.inf
118 $(EDK_SHELL_DIR)/err/err.inf
119 $(EDK_SHELL_DIR)/guid/guid.inf
120 $(EDK_SHELL_DIR)/hexedit/hexedit.inf
121 $(EDK_SHELL_DIR)/IfConfig/IfConfig.inf
122 $(EDK_SHELL_DIR)/IpConfig/IpConfig.inf
123 $(EDK_SHELL_DIR)/load/load.inf
124 $(EDK_SHELL_DIR)/LoadPciRom/LoadPciRom.inf
125 $(EDK_SHELL_DIR)/ls/ls.inf
126 $(EDK_SHELL_DIR)/mem/mem.inf
127 $(EDK_SHELL_DIR)/memmap/memmap.inf
128 $(EDK_SHELL_DIR)/mkdir/mkdir.inf
129 $(EDK_SHELL_DIR)/mm/mm.inf
130 $(EDK_SHELL_DIR)/mode/mode.inf
131 $(EDK_SHELL_DIR)/mount/mount.inf
132 $(EDK_SHELL_DIR)/mv/mv.inf
133 $(EDK_SHELL_DIR)/newshell/nshell.inf
134 $(EDK_SHELL_DIR)/openinfo/openinfo.inf
135 $(EDK_SHELL_DIR)/pci/pci.inf
136 $(EDK_SHELL_DIR)/Ping/Ping.inf
137 $(EDK_SHELL_DIR)/reset/reset.inf
138 $(EDK_SHELL_DIR)/rm/rm.inf
139 $(EDK_SHELL_DIR)/sermode/sermode.inf
140 $(EDK_SHELL_DIR)/SmbiosView/Smbiosview.inf
141 $(EDK_SHELL_DIR)/stall/stall.inf
142 $(EDK_SHELL_DIR)/TelnetMgmt/TelnetMgmt.inf
143 $(EDK_SHELL_DIR)/time/time.inf
144 $(EDK_SHELL_DIR)/touch/touch.inf
145 $(EDK_SHELL_DIR)/type/type.inf
146 $(EDK_SHELL_DIR)/tzone/timezone.inf
147 $(EDK_SHELL_DIR)/unload/unload.inf
148 $(EDK_SHELL_DIR)/ver/Ver.inf
149 $(EDK_SHELL_DIR)/vol/Vol.inf
150
151 [BuildOptions]
152 *_*_IA32_CC_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFI32
153 *_*_IA32_ASM_FLAGS = /DEFI32
154 *_*_IA32_VFRPP_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFI32
155 *_*_IA32_APP_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFI32
156 *_*_IA32_PP_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFI32
157
158 *_*_X64_CC_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFIX64
159 *_*_X64_ASM_FLAGS = /DEFIX64
160 *_*_X64_VFRPP_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFIX64
161 *_*_X64_APP_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFIX64
162 *_*_X64_PP_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFIX64
163
164 *_*_IPF_CC_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFI64
165 *_*_IPF_ASM_FLAGS =
166 *_*_IPF_VFRPP_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFI64
167 *_*_IPF_APP_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFI64
168 *_*_IPF_PP_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFI64
169