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