2 # This package build validate file is used to build validate EDK Shell source,
\r
3 # EDK Compatibility Package and the backward compatibility support of EDK II
\r
6 # Copyright (c) 2008. Intel Corporation
\r
8 # All rights reserved. This program and the accompanying materials
\r
9 # are licensed and made available under the terms and conditions of the BSD License
\r
10 # which accompanies this distribution. The full text of the license may be found at
\r
11 # http://opensource.org/licenses/bsd-license.php
\r
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
\r
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
\r
19 PLATFORM_NAME = EdkShellPkg
\r
20 PLATFORM_GUID = 761BEE8B-58E3-4014-B8F5-0214A8DFA7EE
\r
21 PLATFORM_VERSION = 1.04
\r
22 DSC_SPECIFICATION = 0x00010005
\r
23 OUTPUT_DIRECTORY = Build/EdkShellPkg
\r
24 SUPPORTED_ARCHITECTURES = IA32|IPF|X64
\r
25 BUILD_TARGETS = DEBUG|RELEASE
\r
26 SKUID_IDENTIFIER = DEFAULT
\r
28 # Change the macro to the directory containing the source code from EDK Shell Project.
\r
29 # This is a workspace relative directory
\r
31 DEFINE EDK_SHELL_DIR = EdkShellPkg/Shell
\r
35 # Libraries common to PEI and DXE
\r
37 EdkCompatibilityPkg/Foundation/Efi/Guid/EfiGuidLib.inf
\r
38 EdkCompatibilityPkg/Foundation/Framework/Guid/EdkFrameworkGuidLib.inf
\r
39 EdkCompatibilityPkg/Foundation/Guid/EdkGuidLib.inf
\r
40 EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf
\r
41 EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib.inf
\r
42 EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf
\r
43 EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf
\r
44 EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf
\r
48 EdkCompatibilityPkg/Foundation/Framework/Ppi/EdkFrameworkPpiLib.inf
\r
49 EdkCompatibilityPkg/Foundation/Ppi/EdkPpiLib.inf
\r
50 EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.inf
\r
51 EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.inf
\r
55 EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf
\r
56 EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf
\r
57 EdkCompatibilityPkg/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf
\r
58 EdkCompatibilityPkg/Foundation/Protocol/EdkProtocolLib.inf
\r
59 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf
\r
60 EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib.inf
\r
61 EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Graphics.inf
\r
62 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/EfiIfrSupportLib.inf
\r
63 EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiEfiIfrSupportLib.inf
\r
64 EdkCompatibilityPkg/Foundation/Library/Dxe/Print/PrintLib.inf
\r
65 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf
\r
66 EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/EfiUiLib.inf
\r
68 # Print/Graphics Library consume SetupBrowser Print Protocol
\r
70 EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/PrintLib.inf
\r
71 EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Graphics.inf
\r
75 $(EDK_SHELL_DIR)/Library/EfiShellLib.inf
\r
77 [Libraries.IA32, Libraries.X64]
\r
78 EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf
\r
80 ###################################################################################################
\r
82 # Components Section - list of the modules and components that will be processed by compilation
\r
83 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
\r
85 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
\r
86 # into firmware volume images. This section is just a list of modules to compile from
\r
87 # source into UEFI-compliant binaries.
\r
88 # It is the FDF file that contains information on combining binary files into firmware
\r
89 # volume images, whose concept is beyond UEFI and is described in PI specification.
\r
90 # Binary modules do not need to be listed in this section, as they should be
\r
91 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
\r
92 # Logo (Logo.bmp), and etc.
\r
93 # There may also be modules listed in this section that are not required in the FDF file,
\r
94 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
\r
95 # generated for it, but the binary will not be put into any firmware volume.
\r
97 ###################################################################################################
\r
100 $(EDK_SHELL_DIR)/Shell.inf
\r
101 $(EDK_SHELL_DIR)/ShellFull.inf
\r
102 $(EDK_SHELL_DIR)/attrib/attrib.inf
\r
103 $(EDK_SHELL_DIR)/cls/cls.inf
\r
104 $(EDK_SHELL_DIR)/comp/comp.inf
\r
105 $(EDK_SHELL_DIR)/cp/cp.inf
\r
106 $(EDK_SHELL_DIR)/date/date.inf
\r
107 $(EDK_SHELL_DIR)/dblk/dblk.inf
\r
108 $(EDK_SHELL_DIR)/devices/devices.inf
\r
109 $(EDK_SHELL_DIR)/DeviceTree/devicetree.inf
\r
110 $(EDK_SHELL_DIR)/dmem/dmem.inf
\r
111 $(EDK_SHELL_DIR)/dmpstore/dmpstore.inf
\r
112 $(EDK_SHELL_DIR)/drivers/drivers.inf
\r
113 $(EDK_SHELL_DIR)/drvcfg/drvcfg.inf
\r
114 $(EDK_SHELL_DIR)/drvdiag/drvdiag.inf
\r
115 $(EDK_SHELL_DIR)/edit/edit.inf
\r
116 $(EDK_SHELL_DIR)/EfiCompress/compress.inf
\r
117 $(EDK_SHELL_DIR)/EfiDecompress/Decompress.inf
\r
118 $(EDK_SHELL_DIR)/err/err.inf
\r
119 $(EDK_SHELL_DIR)/guid/guid.inf
\r
120 $(EDK_SHELL_DIR)/hexedit/hexedit.inf
\r
121 $(EDK_SHELL_DIR)/IfConfig/IfConfig.inf
\r
122 $(EDK_SHELL_DIR)/IpConfig/IpConfig.inf
\r
123 $(EDK_SHELL_DIR)/load/load.inf
\r
124 $(EDK_SHELL_DIR)/LoadPciRom/LoadPciRom.inf
\r
125 $(EDK_SHELL_DIR)/ls/ls.inf
\r
126 $(EDK_SHELL_DIR)/mem/mem.inf
\r
127 $(EDK_SHELL_DIR)/memmap/memmap.inf
\r
128 $(EDK_SHELL_DIR)/mkdir/mkdir.inf
\r
129 $(EDK_SHELL_DIR)/mm/mm.inf
\r
130 $(EDK_SHELL_DIR)/mode/mode.inf
\r
131 $(EDK_SHELL_DIR)/mount/mount.inf
\r
132 $(EDK_SHELL_DIR)/mv/mv.inf
\r
133 $(EDK_SHELL_DIR)/newshell/nshell.inf
\r
134 $(EDK_SHELL_DIR)/openinfo/openinfo.inf
\r
135 $(EDK_SHELL_DIR)/pci/pci.inf
\r
136 $(EDK_SHELL_DIR)/Ping/Ping.inf
\r
137 $(EDK_SHELL_DIR)/reset/reset.inf
\r
138 $(EDK_SHELL_DIR)/rm/rm.inf
\r
139 $(EDK_SHELL_DIR)/sermode/sermode.inf
\r
140 $(EDK_SHELL_DIR)/SmbiosView/Smbiosview.inf
\r
141 $(EDK_SHELL_DIR)/stall/stall.inf
\r
142 $(EDK_SHELL_DIR)/TelnetMgmt/TelnetMgmt.inf
\r
143 $(EDK_SHELL_DIR)/time/time.inf
\r
144 $(EDK_SHELL_DIR)/touch/touch.inf
\r
145 $(EDK_SHELL_DIR)/type/type.inf
\r
146 $(EDK_SHELL_DIR)/tzone/timezone.inf
\r
147 $(EDK_SHELL_DIR)/unload/unload.inf
\r
148 $(EDK_SHELL_DIR)/ver/Ver.inf
\r
149 $(EDK_SHELL_DIR)/vol/Vol.inf
\r
152 *_*_IA32_CC_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFI32
\r
153 *_*_IA32_ASM_FLAGS = /DEFI32
\r
154 *_*_IA32_VFRPP_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFI32
\r
155 *_*_IA32_APP_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFI32
\r
156 *_*_IA32_PP_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFI32
\r
158 *_*_X64_CC_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFIX64
\r
159 *_*_X64_ASM_FLAGS = /DEFIX64
\r
160 *_*_X64_VFRPP_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFIX64
\r
161 *_*_X64_APP_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFIX64
\r
162 *_*_X64_PP_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFIX64
\r
164 *_*_IPF_CC_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFI64
\r
165 *_*_IPF_ASM_FLAGS =
\r
166 *_*_IPF_VFRPP_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFI64
\r
167 *_*_IPF_APP_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFI64
\r
168 *_*_IPF_PP_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D PI_SPECIFICATION_VERSION=0x00010000 /D TIANO_RELEASE_VERSION=0x00080006 /D EFI64
\r