]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc
Split out Synchronization Library from Base Library
[mirror_edk2.git] / IntelFrameworkModulePkg / IntelFrameworkModulePkg.dsc
CommitLineData
9fade9bd 1#/** @file\r
2# Intel Framework Reference Module Package for All Architectures\r
3#\r
4# This file is used to build all modules in IntelFrameworkModulePkg.\r
5#\r
6# Copyright (c) 2007, Intel Corporation\r
7#\r
f8cd287b 8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
ad1a1798 12#\r
f8cd287b 13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
9fade9bd 15#\r
16#**/\r
17\r
18################################################################################\r
19#\r
20# Defines Section - statements that will be processed to create a Makefile.\r
21#\r
22################################################################################\r
23[Defines]\r
24 PLATFORM_NAME = IntelFrameworkModuleAll\r
25 PLATFORM_GUID = FFF87D9A-E5BB-4AFF-9ADE-8645492E8087\r
26 PLATFORM_VERSION = 0.1\r
27 DSC_SPECIFICATION = 0x00010005\r
409f6780 28 OUTPUT_DIRECTORY = Build/IntelFrameworkModuleAll\r
9fade9bd 29 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC\r
30 BUILD_TARGETS = DEBUG|RELEASE\r
31 SKUID_IDENTIFIER = DEFAULT\r
32\r
7a4ba07f 33################################################################################\r
34#\r
35# SKU Identification section - list of all SKU IDs supported by this\r
36# Platform.\r
37#\r
38################################################################################\r
39[SkuIds]\r
40 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.\r
41\r
ead42efc 42[LibraryClasses.common]\r
409f6780
A
43 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
44 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
601c8c20 45 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
409f6780
A
46 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
47 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r
48 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf\r
49 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r
50 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r
51 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
52 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
53 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
54 OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
601c8c20 55 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
4fb31c2c 56 S3Lib|IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf\r
57 RecoveryLib|IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf\r
2067710d 58 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
5c08e117 59 IfrSupportLib|MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrSupportLib.inf\r
60 ExtendedIfrSupportLib|MdeModulePkg/Library/ExtendedIfrSupportLib/ExtendedIfrSupportLib.inf\r
61 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r
62 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r
63 ExtendedHiiLib|MdeModulePkg/Library/ExtendedHiiLib/ExtendedHiiLib.inf\r
64 PlatformBdsLib|MdeModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf\r
65 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
66 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
67 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r
4fb31c2c 68 \r
ad1a1798 69[LibraryClasses.common.PEIM]\r
409f6780
A
70 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
71 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
72 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
73 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r
74 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
75 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
76 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
77 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
2287f237 78 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
ead42efc 79\r
80[LibraryClasses.common.DXE_DRIVER]\r
409f6780 81 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
601c8c20 82 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
409f6780 83 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
409f6780
A
84 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf\r
85 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
86 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
87 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
88 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
89 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
90 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
2287f237 91 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
8e5b17b2 92 FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf\r
409f6780 93 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf\r
bd5315cf 94 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf\r
d0288e17 95 \r
ad1a1798 96[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
409f6780 97 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
601c8c20 98 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
409f6780 99 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
409f6780
A
100 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
101 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
102 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
103 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
104 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
105 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
2287f237 106 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
8e5b17b2 107 FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf\r
bd5315cf 108 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf\r
ad1a1798 109\r
1a8802f7 110[LibraryClasses.common.UEFI_DRIVER]\r
111 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
601c8c20 112 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
1a8802f7 113 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
114 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf\r
115 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
116 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
117 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
118 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
119 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
120 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
121 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
122 FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf\r
123 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf\r
bd5315cf 124 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf\r
1a8802f7 125\r
9fade9bd 126################################################################################\r
127#\r
128# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
129#\r
130################################################################################\r
131[PcdsFeatureFlag.common]\r
b3af5df6 132 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE\r
133 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE\r
134 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE\r
135 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE\r
136 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
137 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE\r
138 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|FALSE\r
139 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE\r
140 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE\r
141 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE\r
142 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE\r
143 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE\r
144 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE\r
145 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE\r
146 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE\r
147 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE\r
148 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE\r
149 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE\r
150 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportDma|TRUE\r
151 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusOnlySupportSlaveDma|FALSE\r
152 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportIsaMemory|TRUE\r
153 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfgDisable|TRUE\r
154 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfg2Disable|TRUE\r
155 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE\r
9fade9bd 156\r
157[PcdsFixedAtBuild.common]\r
b3af5df6 158 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
159 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
160 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
161 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
162 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f\r
163 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000\r
164 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06\r
165 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
166 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0\r
167 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000\r
168 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
169 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0\r
170 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0xFFFB0000\r
171 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200\r
172 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8\r
173 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1\r
174 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1\r
175 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0\r
656f6e66 176\r
5da97103 177 \r
7a4ba07f 178[PcdsDynamicDefault.common.DEFAULT]\r
b3af5df6 179 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1\r
180 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|4\r
ad1a1798 181\r
977bdf03 182[PcdsFixedAtBuild.IPF]\r
b3af5df6 183 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000\r
977bdf03 184\r
9fade9bd 185################################################################################\r
186#\r
187# Components Section - list of all EDK II Modules needed by this Platform\r
188#\r
189################################################################################\r
190\r
191[Components.common]\r
409f6780
A
192 IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
193 IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
194 IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf\r
4fb31c2c 195 IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf\r
196 IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf\r
a694b670 197 IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
198 IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
199 IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf\r
200 IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf\r
201 IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
5c08e117 202 IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r
203 \r
409f6780
A
204 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
205 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
206 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf\r
207 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf\r
208 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf\r
209 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf\r
210 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf\r
ac4f8b5a 211 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf\r
a694b670 212 IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf\r
213\r
214 IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf\r
409f6780
A
215 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf\r
216 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf\r
217 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf\r
409f6780
A
218 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf\r
219 IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PcatSingleSegmentPciCfgPei.inf\r
7ba905c9 220 IntelFrameworkModulePkg/Universal/VariablePei/VariablePei.inf\r
a694b670 221 IntelFrameworkModulePkg/Universal/Legacy8259Dxe/8259.inf\r
5c08e117 222 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf\r
223 \r
ececc2eb 224[Components.IA32]\r
409f6780 225 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf\r
3b2265b2 226\r
ececc2eb 227[Components.X64]\r
409f6780 228 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf\r