]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/MdeModulePkg.dsc
Update Ipsecconfig application.
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.dsc
1 ## @file
2 # EFI/PI Reference Module Package for All Architectures
3 #
4 # Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 ##
15
16 [Defines]
17 PLATFORM_NAME = MdeModule
18 PLATFORM_GUID = 587CE499-6CBE-43cd-94E2-186218569478
19 PLATFORM_VERSION = 0.91
20 DSC_SPECIFICATION = 0x00010005
21 OUTPUT_DIRECTORY = Build/MdeModule
22 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM
23 BUILD_TARGETS = DEBUG|RELEASE
24 SKUID_IDENTIFIER = DEFAULT
25
26 [LibraryClasses]
27 #
28 # Entry point
29 #
30 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
31 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
32 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
33 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
34 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
35 #
36 # Basic
37 #
38 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
39 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
40 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
41 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
42 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
43 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
44 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
45 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
46 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
47 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
48 #
49 # UEFI & PI
50 #
51 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
52 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
53 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
54 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
55 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
56 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
57 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
58 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
59 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
60 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
61 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
62 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
63 #
64 # Generic Modules
65 #
66 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
67 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
68 NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
69 IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
70 UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
71 TcpIoLib|MdeModulePkg/Library/DxeTcpIoLib/DxeTcpIoLib.inf
72 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
73 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
74 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
75 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
76 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
77 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
78 PalLib|MdePkg/Library/BasePalLibNull/BasePalLibNull.inf
79 #
80 # Misc
81 #
82 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
83 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
84 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
85 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
86 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
87
88 [LibraryClasses.EBC.PEIM]
89 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
90
91 [LibraryClasses.common.PEI_CORE]
92 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
93 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
94
95 [LibraryClasses.common.PEIM]
96 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
97 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
98 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
99
100 [LibraryClasses.common.DXE_CORE]
101 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
102 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
103 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
104
105 [LibraryClasses.common.DXE_DRIVER]
106 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
107 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
108
109 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
110 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
111 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
112 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
113
114 [LibraryClasses.common.SMM_CORE]
115 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
116 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
117
118 [LibraryClasses.common.DXE_SMM_DRIVER]
119 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
120 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
121 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
122 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
123
124 [LibraryClasses.common.UEFI_DRIVER]
125 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
126 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
127 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
128
129 [LibraryClasses.common.UEFI_APPLICATION]
130 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
131 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
132 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf
133
134 [LibraryClasses.ARM]
135 #
136 # It is not possible to prevent the ARM compiler for generic intrinsic functions.
137 # This library provides the instrinsic functions generate by a given compiler.
138 # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
139 #
140 NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
141
142
143 [PcdsFeatureFlag]
144 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
145 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
146 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
147 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE
148 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE
149
150 [PcdsFixedAtBuild]
151 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
152 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
153 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
154 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
155 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28
156
157 [PcdsFixedAtBuild.IPF]
158 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
159
160 ###################################################################################################
161 #
162 # Components Section - list of the modules and components that will be processed by compilation
163 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
164 #
165 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
166 # into firmware volume images. This section is just a list of modules to compile from
167 # source into UEFI-compliant binaries.
168 # It is the FDF file that contains information on combining binary files into firmware
169 # volume images, whose concept is beyond UEFI and is described in PI specification.
170 # Binary modules do not need to be listed in this section, as they should be
171 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
172 # Logo (Logo.bmp), and etc.
173 # There may also be modules listed in this section that are not required in the FDF file,
174 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
175 # generated for it, but the binary will not be put into any firmware volume.
176 #
177 ###################################################################################################
178
179 [Components]
180 MdeModulePkg/Application/HelloWorld/HelloWorld.inf
181
182 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
183 MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupportDxe.inf
184 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
185 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
186 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
187 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
188 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
189 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
190 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
191 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
192 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
193 MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
194 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
195
196 MdeModulePkg/Core/Dxe/DxeMain.inf {
197 <LibraryClasses>
198 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
199 }
200 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
201 MdeModulePkg/Core/Pei/PeiMain.inf
202 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
203
204 MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
205 MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
206 MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
207 MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
208 MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
209 MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
210 MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
211 MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
212 MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
213 MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
214 MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
215 MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf
216 MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf
217 MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
218 MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
219 MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
220 MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
221 MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
222 MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
223 MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
224 MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
225 MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
226
227 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
228 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
229 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
230 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
231 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
232 MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf
233 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
234 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
235 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
236 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
237 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
238 MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
239 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
240 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
241 MdeModulePkg/Universal/Metronome/Metronome.inf
242 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
243 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
244
245 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
246 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
247 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
248 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
249 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
250 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
251 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
252 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
253 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
254 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
255 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
256 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
257
258 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
259 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
260 MdeModulePkg/Universal/PCD/Pei/Pcd.inf
261 MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf
262
263 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf
264 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
265
266 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
267 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
268 MdeModulePkg/Application/VariableInfo/VariableInfo.inf
269 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
270 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
271 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
272 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
273
274 MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
275 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
276 MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSampleDxe.inf
277 MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
278
279 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
280 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
281
282 [Components.IA32, Components.X64, Components.IPF]
283 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
284 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
285 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
286
287 [Components.IA32, Components.X64, Components.Ebc]
288 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
289 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
290
291 [Components.IA32, Components.X64]
292 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
293 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
294 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf
295 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
296 MdeModulePkg/Library/SmmReportStatusCodeLib/SmmReportStatusCodeLib.inf
297 MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf
298 MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterSmm.inf