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