]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/MdeModulePkg.dsc
remove member context from _EFI_MTFTP4_TOKEN structure.
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.dsc
CommitLineData
b7d286b6 1#/** @file\r
2# EFI/PI Reference Module Package for All Architectures\r
3#\r
b7d286b6 4# Copyright (c) 2007, Intel Corporation\r
5#\r
6# All rights reserved. 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
b7d286b6 16[Defines]\r
97a079ed 17 PLATFORM_NAME = MdeModule\r
b7d286b6 18 PLATFORM_GUID = 587CE499-6CBE-43cd-94E2-186218569478\r
19 PLATFORM_VERSION = 0.1\r
20 DSC_SPECIFICATION = 0x00010005\r
409f6780 21 OUTPUT_DIRECTORY = Build/MdeModule\r
7a7f7e47 22 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC\r
23 BUILD_TARGETS = DEBUG|RELEASE\r
b7d286b6 24 SKUID_IDENTIFIER = DEFAULT\r
25\r
26\r
27\r
b7d286b6 28[LibraryClasses.common]\r
409f6780
A
29 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r
30 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
31 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
c8ff964d 32 CpuLib|MdePkg/Library/CpuLib/CpuLib.inf\r
409f6780
A
33 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
34 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
35 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf\r
36 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
5053cf7f 37 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
38\r
409f6780
A
39 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
40 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
41 PostCodeLib|MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf\r
42 PostCodeLib|MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf\r
43 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
44 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
45 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
4fb31c2c 46 S3Lib|MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf\r
47 RecoveryLib|MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf\r
b7d286b6 48\r
5053cf7f 49 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r
50 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
51 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r
52 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
53 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r
54 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
55 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
56 PalCallLib|MdePkg/Library/BasePalCallLibNull/BasePalCallLibNull.inf\r
57 PeiPiLib|MdePkg/Library/PeiPiLib/PeiPiLib.inf\r
58 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
59 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
60 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
61 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
62 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
63 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
64 FvbServiceLib|MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf\r
65 ScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
66 FrameworkHiiLib|IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf\r
67 UsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.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
36ee91ca 71 DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
5053cf7f 72 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
73\r
b7d286b6 74[LibraryClasses.IA32]\r
409f6780 75 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
b7d286b6 76\r
77[LibraryClasses.X64]\r
409f6780 78 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
b7d286b6 79\r
80[LibraryClasses.IPF]\r
409f6780 81 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
b7d286b6 82\r
40834173 83[LibraryClasses.EBC.DXE_DRIVER]\r
409f6780 84 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf\r
b7d286b6 85\r
40834173 86[LibraryClasses.EBC.PEIM]\r
87 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r
88\r
b7d286b6 89[LibraryClasses.common.PEI_CORE]\r
409f6780
A
90 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
91 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
87c96e3d 92 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
5b6cc33b 93\r
b7d286b6 94[LibraryClasses.common.PEIM]\r
409f6780 95 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
409f6780 96 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
87c96e3d 97 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
d8b61daa 98 SmBusLib|MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.inf\r
d173d9c7 99 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r
d0c64728 100\r
b7d286b6 101[LibraryClasses.common.DXE_CORE]\r
409f6780 102 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r
409f6780 103 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf\r
d173d9c7 104 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r
b7d286b6 105\r
106[LibraryClasses.common.DXE_DRIVER]\r
409f6780
A
107 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
108 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf\r
87c96e3d 109 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
f5bd465b 110\r
b7d286b6 111[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
409f6780
A
112 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
113 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf\r
409f6780 114 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf\r
409f6780 115 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
87c96e3d 116 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
f5bd465b 117\r
b7d286b6 118[LibraryClasses.common.DXE_SAL_DRIVER]\r
409f6780
A
119 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
120 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf\r
409f6780 121 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf\r
409f6780 122 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
b7d286b6 123\r
124[LibraryClasses.common.DXE_SMM_DRIVER]\r
409f6780
A
125 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
126 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf\r
409f6780 127 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf\r
409f6780 128 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
b7d286b6 129\r
130[LibraryClasses.common.UEFI_DRIVER]\r
409f6780
A
131 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
132 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf\r
409f6780 133 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
b7d286b6 134\r
135[LibraryClasses.common.UEFI_APPLICATION]\r
409f6780
A
136 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
137 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf\r
409f6780 138 DebugLib|MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf\r
2d85ada2 139\r
b7d286b6 140[PcdsFeatureFlag.common]\r
b3af5df6 141 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE\r
142 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE\r
143 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE\r
144 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE\r
145 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE\r
146 gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleRest|FALSE\r
147 gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE\r
148 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE\r
149 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE\r
150 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE\r
151 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE\r
152 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE\r
153 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE\r
154 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE\r
155 gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE\r
156 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE\r
157 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildShareCodeHobs|FALSE\r
158 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportEfiDecompress|TRUE\r
159 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportTianoDecompress|TRUE\r
160 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportCustomDecompress|TRUE\r
d4ef798f 161 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|FALSE\r
da22267b 162 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport|TRUE\r
163 gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE\r
d0c64728 164 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
165 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE\r
b7d286b6 166\r
95276127 167[PcdsFeatureFlag.IA32]\r
b3af5df6 168 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|TRUE\r
5d582956 169 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt|FALSE\r
95276127 170\r
b7d286b6 171[PcdsFixedAtBuild.common]\r
b3af5df6 172 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
173 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
174 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
175 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
176 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f\r
177 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000\r
178 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06\r
179 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
180 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0\r
181 gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0\r
182 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000\r
183 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000\r
184 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
185 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0\r
186 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0\r
187 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0\r
188 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x0\r
189 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0\r
190 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x0\r
191 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0\r
192 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x0\r
193 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|28\r
194 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0\r
195 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08\r
196 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003 # EFI_COMPUTING_UNIT_HOST_PROCESSOR | EFI_CU_HP_EC_TIMER_EXPIRED\r
197 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006 # EFI_SOFTWARE_EFI_BOOT_SERVICE | EFI_SW_RS_PC_SET_VIRTUAL_ADDRESS_MAP\r
198 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_PC_TEST\r
199 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3\r
200 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR\r
201 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET\r
202 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR\r
203 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR\r
204\r
205 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInterfaceError|0x01020005 # EFI_PERIPHERAL_MOUSE | EFI_P_EC_INTERFACE_ERROR\r
206 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseEnable|0x01020004 # EFI_PERIPHERAL_MOUSE | EFI_P_PC_ENABLE\r
207 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseDisable|0x01020002 # EFI_PERIPHERAL_MOUSE | EFI_P_PC_DISABLE\r
208 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardEnable|0x01010004 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_ENABLE\r
209 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardPresenceDetect|0x01010003 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_PRESENCE_DETECT\r
210 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardDisable|0x01010002 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_DISABLE\r
211 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardReset|0x01010001 # EFI_PERIPHERAL_KEYBOARD | EFI_P_PC_RESET\r
212 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardClearBuffer|0x01011000 # EFI_PERIPHERAL_KEYBOARD | EFI_P_KEYBOARD_PC_CLEAR_BUFFER\r
213 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardSelfTest|0x01011001 # EFI_PERIPHERAL_KEYBOARD | EFI_P_KEYBOARD_PC_SELF_TEST\r
214 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardInterfaceError|0x01010005 # EFI_PERIPHERAL_KEYBOARD | EFI_P_EC_INTERFACE_ERROR\r
215 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueKeyboardInputError|0x01010007 # EFI_PERIPHERAL_KEYBOARD | EFI_P_EC_INPUT_ERROR\r
216 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInputError|0x01020007 # EFI_PERIPHERAL_MOUSE | EFI_P_EC_INPUT_ERROR\r
217 gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseReset|0x01020001 # EFI_PERIPHERAL_MOUSE | EFI_P_PC_RESET\r
218\r
219 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200\r
220 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8\r
221 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1\r
222 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1\r
223 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0\r
18fd8d65 224 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10\r
2d85ada2 225\r
177aabe6 226 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6\r
227 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32\r
228\r
229\r
898d4ac2 230[PcdsFixedAtBuild.IPF]\r
b3af5df6 231 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000\r
ed838d0c 232\r
b7d286b6 233################################################################################\r
234#\r
235# Components Section - list of all EDK II Modules needed by this Platform\r
236#\r
237################################################################################\r
238\r
898d4ac2 239[Components.common]\r
409f6780 240 MdeModulePkg/Core/Pei/PeiMain.inf\r
899bc551
LG
241 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
242 <LibraryClasses>\r
46ffb9a4 243 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
899bc551 244 }\r
36ee91ca 245\r
409f6780
A
246 MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf\r
247 MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf\r
248 MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf\r
249 MdeModulePkg/Library/EdkDxePrintLib/EdkDxePrintLib.inf\r
d0c64728 250\r
36ee91ca 251 MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r
409f6780
A
252 MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r
253 MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r
254 MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r
255\r
4fb31c2c 256 MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf\r
257 MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf\r
258\r
772db4bb 259 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r
260 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r
409f6780 261 MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf\r
772db4bb 262 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r
409f6780 263 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r
a5867703 264 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r
772db4bb 265 MdeModulePkg/Universal/Network/PxeBcDxe/PxeBcDxe.inf\r
266 MdeModulePkg/Universal/Network/PxeDhcp4Dxe/PxeDhcp4Dxe.inf\r
409f6780
A
267 MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf\r
268 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r
269 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r
36ee91ca 270 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r
409f6780
A
271\r
272 MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r
273\r
274 MdeModulePkg/Bus/Pci/AtapiPassThruDxe/AtapiPassThru.inf\r
275 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
276 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
277\r
278 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r
279 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
280 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
281 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
282 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
283\r
284 MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteDxe/FtwLite.inf\r
285 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r
286 MdeModulePkg/Universal/MemoryTest/BaseMemoryTestPei/BaseMemoryTestPei.inf\r
409f6780
A
287 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
288\r
289 MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf\r
290 MdeModulePkg/Universal/DebugPortDxe/DebugPortDxe.inf\r
291 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf\r
292 MdeModulePkg/Universal/PCD/Pei/Pcd.inf\r
293 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
294 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
295 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
296 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
297 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
298 MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf\r
299 MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r
300 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
301 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
302 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
303 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
304 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf\r
305 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf\r
8ae0b360 306 MdeModulePkg/Bus/Usb/UsbMouseSimulateTouchPadDxe/UsbMouseSimulateTouchPadDxe.inf\r
409f6780
A
307\r
308 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r
fae9ab87 309 MdeModulePkg/Universal/Variable/Application/VariableInfo.inf\r
8d3a5c82 310\r
3b5ed106 311[Components.IA32]\r
409f6780
A
312 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
313 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
314 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
315 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf\r
316 MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf\r
40834173 317 MdeModulePkg/Bus/Pci/UndiRuntimeDxe/UndiRuntimeDxe.inf\r
818e688e 318\r
319[Components.X64]\r
409f6780
A
320 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
321 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
322 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
323 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf\r
324 MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf\r
325 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r
326 MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf\r
40834173 327 MdeModulePkg/Bus/Pci/UndiRuntimeDxe/UndiRuntimeDxe.inf\r
818e688e 328\r
329[Components.IPF]\r
3b5ed106 330 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
409f6780
A
331 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r
332 MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf\r
818e688e 333\r
334[Components.EBC]\r
824b03ce 335 #BugBug: Need DXE I/O library instance for EBC.\r
336 #MdeModulePkg/Universal/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf\r
40834173 337 MdeModulePkg/Bus/Pci/UndiRuntimeDxe/UndiRuntimeDxe.inf\r
898d4ac2 338\r