]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc
Add LzmaCustomDecompressLib based on the LZMA SDK 4.65 which was
[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/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.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 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
63 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
64 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
65 PlatformBdsLib|IntelFrameworkModulePkg/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 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 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
108
109 [LibraryClasses.common.UEFI_DRIVER]
110 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
111 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
112 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
113 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
114 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
115 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
116 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
117 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
118 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
119 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
120 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
121 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
122 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
123
124 ################################################################################
125 #
126 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
127 #
128 ################################################################################
129 [PcdsFeatureFlag.common]
130 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
131 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
132 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
133 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
134 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
135 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
136 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|FALSE
137 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
138 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
139 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
140 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
141 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
142 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
143 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
144 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
145 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE
146 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE
147 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
148 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportDma|TRUE
149 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusOnlySupportSlaveDma|FALSE
150 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportIsaMemory|TRUE
151 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfgDisable|TRUE
152 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfg2Disable|TRUE
153
154
155 [PcdsFixedAtBuild.common]
156 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
157 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
158 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
159 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
160 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
161 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
162 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
163 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
164 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
165 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
166 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
167 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0
168 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0xFFFB0000
169 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
170 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
171 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
172 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
173 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
174
175
176 [PcdsDynamicDefault.common.DEFAULT]
177 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
178 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|4
179
180 [PcdsFixedAtBuild.IPF]
181 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
182
183 ###################################################################################################
184 #
185 # Components Section - list of the modules and components that will be processed by compilation
186 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
187 #
188 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
189 # into firmware volume images. This section is just a list of modules to compile from
190 # source into UEFI-compliant binaries.
191 # It is the FDF file that contains information on combining binary files into firmware
192 # volume images, whose concept is beyond UEFI and is described in PI specification.
193 # Binary modules do not need to be listed in this section, as they should be
194 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
195 # Logo (Logo.bmp), and etc.
196 # There may also be modules listed in this section that are not required in the FDF file,
197 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
198 # generated for it, but the binary will not be put into any firmware volume.
199 #
200 ###################################################################################################
201
202 [Components.common]
203 IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
204 IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Pei/LzmaCustomDecompressLib.inf
205 IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Dxe/LzmaCustomDecompressLib.inf
206 IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
207 IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
208 IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf
209 IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
210 IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
211 IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
212 IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf
213 IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
214 IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
215 IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
216
217 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
218 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
219 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
220 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
221 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
222 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
223 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
224 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf
225 IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf
226
227 IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
228 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
229 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
230 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
231 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
232 IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PcatSingleSegmentPciCfgPei.inf
233 IntelFrameworkModulePkg/Universal/VariablePei/VariablePei.inf
234 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
235
236
237 [Components.IA32]
238 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
239
240 [Components.X64]
241 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
242