]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc
Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependen...
[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 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
46 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
47 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
48 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
49 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
50 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
51 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
52 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
53 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
54 OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
55 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
56 S3Lib|IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf
57 RecoveryLib|IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
58 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
59 IfrSupportLib|MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf
60 ExtendedIfrSupportLib|MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf
61 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
62 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
63 ExtendedHiiLib|MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.inf
64 PlatformBdsLib|MdeModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
65 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
66 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
67 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
68
69 [LibraryClasses.common.PEIM]
70 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
71 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
72 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
73 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
74 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
75 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
76 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
77 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
78 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
79
80 [LibraryClasses.common.DXE_DRIVER]
81 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
82 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
83 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
84 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
85 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
86 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
87 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
88 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
89 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
90 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
91 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
92 FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
93 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
94 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
95
96 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
97 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
98 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
99 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
100 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
101 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
102 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
103 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
104 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
105 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
106 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
107 FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
108 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
109
110 [LibraryClasses.common.UEFI_DRIVER]
111 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
112 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
113 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
114 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
115 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
116 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
117 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
118 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
119 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
120 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
121 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
122 FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
123 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
124 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
125
126 ################################################################################
127 #
128 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
129 #
130 ################################################################################
131 [PcdsFeatureFlag.common]
132 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
133 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
134 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
135 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
136 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
137 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
138 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|FALSE
139 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
140 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
141 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
142 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
143 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
144 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
145 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
146 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
147 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE
148 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE
149 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
150 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportDma|TRUE
151 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusOnlySupportSlaveDma|FALSE
152 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportIsaMemory|TRUE
153 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfgDisable|TRUE
154 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfg2Disable|TRUE
155 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE
156
157 [PcdsFixedAtBuild.common]
158 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
159 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
160 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
161 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
162 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
163 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
164 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
165 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
166 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
167 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
168 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
169 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0
170 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0xFFFB0000
171 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
172 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
173 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
174 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
175 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
176
177
178 [PcdsDynamicDefault.common.DEFAULT]
179 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
180 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|4
181
182 [PcdsFixedAtBuild.IPF]
183 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
184
185 ################################################################################
186 #
187 # Components Section - list of all EDK II Modules needed by this Platform
188 #
189 ################################################################################
190
191 [Components.common]
192 IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
193 IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
194 IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
195 IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf
196 IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
197 IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
198 IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
199 IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf
200 IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
201 IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
202 IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
203
204 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
205 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
206 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
207 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
208 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
209 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
210 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
211 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf
212 IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf
213
214 IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
215 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
216 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
217 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
218 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
219 IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PcatSingleSegmentPciCfgPei.inf
220 IntelFrameworkModulePkg/Universal/VariablePei/VariablePei.inf
221 IntelFrameworkModulePkg/Universal/Legacy8259Dxe/8259.inf
222 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
223
224 [Components.IA32]
225 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
226
227 [Components.X64]
228 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf