]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc
Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExtraAction...
[mirror_edk2.git] / IntelFrameworkModulePkg / IntelFrameworkModulePkg.dsc
1 #/** @file
2 # Intel Framework Reference Module Package for All Architectures
3 #
4 # This file is used to build all modules in IntelFrameworkModulePkg.
5 #
6 # Copyright (c) 2007, 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 ################################################################################
19 #
20 # Defines Section - statements that will be processed to create a Makefile.
21 #
22 ################################################################################
23 [Defines]
24 PLATFORM_NAME = IntelFrameworkModuleAll
25 PLATFORM_GUID = FFF87D9A-E5BB-4AFF-9ADE-8645492E8087
26 PLATFORM_VERSION = 0.1
27 DSC_SPECIFICATION = 0x00010005
28 OUTPUT_DIRECTORY = Build/IntelFrameworkModuleAll
29 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
30 BUILD_TARGETS = DEBUG|RELEASE
31 SKUID_IDENTIFIER = DEFAULT
32
33 ################################################################################
34 #
35 # SKU Identification section - list of all SKU IDs supported by this
36 # Platform.
37 #
38 ################################################################################
39 [SkuIds]
40 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
41
42 [LibraryClasses.common]
43 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
44 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
45 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
46 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
47 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
48 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
49 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
50 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
51 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
52 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
53 PeCoffExtraActionLib|MdePkg/Library/PeCoffExtraActionLibNull/PeCoffExtraActionLibNull.inf
54 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
55 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
56 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
57 OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
58 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
59 S3Lib|IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf
60 RecoveryLib|IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
61 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
62 IfrSupportLib|MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf
63 ExtendedIfrSupportLib|MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf
64 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
65 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
66 ExtendedHiiLib|MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.inf
67 PlatformBdsLib|IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
68 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
69 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
70 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
71
72 [LibraryClasses.common.PEIM]
73 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
74 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
75 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
76 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
77 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
78 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
79 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
80 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
81 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
82
83 [LibraryClasses.common.DXE_DRIVER]
84 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
85 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
86 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
87 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
88 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
89 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
90 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
91 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
92 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
93 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
94 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
95 FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
96 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
97 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
98
99 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
100 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
101 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
102 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
103 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
104 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
105 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
106 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
107 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
108 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
109 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
110 FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
111 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
112
113 [LibraryClasses.common.UEFI_DRIVER]
114 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
115 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
116 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
117 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
118 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
119 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
120 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
121 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
122 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
123 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
124 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
125 FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
126 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
127 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
128
129 ################################################################################
130 #
131 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
132 #
133 ################################################################################
134 [PcdsFeatureFlag.common]
135 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
136 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
137 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
138 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
139 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
140 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
141 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|FALSE
142 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
143 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
144 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
145 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
146 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
147 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
148 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
149 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
150 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE
151 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE
152 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
153 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportDma|TRUE
154 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusOnlySupportSlaveDma|FALSE
155 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportIsaMemory|TRUE
156 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfgDisable|TRUE
157 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfg2Disable|TRUE
158
159
160 [PcdsFixedAtBuild.common]
161 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
162 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
163 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
164 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
165 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
166 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
167 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
168 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
169 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
170 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
171 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
172 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0
173 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0xFFFB0000
174 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
175 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
176 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
177 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
178 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
179
180
181 [PcdsDynamicDefault.common.DEFAULT]
182 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
183 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|4
184
185 [PcdsFixedAtBuild.IPF]
186 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
187
188 ###################################################################################################
189 #
190 # Components Section - list of the modules and components that will be processed by compilation
191 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
192 #
193 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
194 # into firmware volume images. This section is just a list of modules to compile from
195 # source into UEFI-compliant binaries.
196 # It is the FDF file that contains information on combining binary files into firmware
197 # volume images, whose concept is beyond UEFI and is described in PI specification.
198 # Binary modules do not need to be listed in this section, as they should be
199 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
200 # Logo (Logo.bmp), and etc.
201 # There may also be modules listed in this section that are not required in the FDF file,
202 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
203 # generated for it, but the binary will not be put into any firmware volume.
204 #
205 ###################################################################################################
206
207 [Components.common]
208 IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
209 IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
210 IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
211 IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf
212 IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
213 IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
214 IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
215 IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf
216 IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
217 IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
218 IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
219
220 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
221 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
222 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
223 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
224 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
225 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
226 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
227 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf
228 IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf
229
230 IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
231 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
232 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
233 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
234 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
235 IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PcatSingleSegmentPciCfgPei.inf
236 IntelFrameworkModulePkg/Universal/VariablePei/VariablePei.inf
237 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
238
239
240 [Components.IA32]
241 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
242
243 [Components.X64]
244 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
245