]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc
c6d6a1d68943cf39faed5d5a8bf99040eec66075
[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 - 2010, Intel Corporation. All rights reserved<BR>
7 #This program and the accompanying materials are licensed and made available under
8 #the terms and conditions of the BSD License that accompanies this distribution.
9 #The full text of the license may be found at
10 #http://opensource.org/licenses/bsd-license.php.
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 ##
16
17 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
18 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
19 ################################################################################
20 #
21 # Defines Section - statements that will be processed to create a Makefile.
22 #
23 ################################################################################
24 [Defines]
25 PLATFORM_NAME = IntelFrameworkModuleAll
26 PLATFORM_GUID = FFF87D9A-E5BB-4AFF-9ADE-8645492E8087
27 PLATFORM_VERSION = 0.91
28 DSC_SPECIFICATION = 0x00010005
29 OUTPUT_DIRECTORY = Build/IntelFrameworkModuleAll
30 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM
31 BUILD_TARGETS = DEBUG|RELEASE
32 SKUID_IDENTIFIER = DEFAULT
33
34 ################################################################################
35 #
36 # SKU Identification section - list of all SKU IDs supported by this
37 # Platform.
38 #
39 ################################################################################
40 [SkuIds]
41 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
42
43 [LibraryClasses]
44 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
45 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
46 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
47 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
48 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
49 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
50 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
51 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
52 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
53 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
54 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
55 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
56 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
57 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
58 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
59 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
60 S3Lib|IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf
61 RecoveryLib|IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
62 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
63 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
64 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
65 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
66 PlatformBdsLib|IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
67 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
68 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
69 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
70 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.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
82 [LibraryClasses.common.DXE_DRIVER]
83 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
84 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
85 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
86 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
87 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
88 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
89 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
90 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
91 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
92 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
93 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
94
95 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
96 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
97 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
98 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
99 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
100 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
101 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
102 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
103 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
104 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
105 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
106
107 [LibraryClasses.common.UEFI_DRIVER]
108 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
109 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
110 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
111 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
112 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
113 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
114 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
115 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
116 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
117 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
118 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
119
120 [LibraryClasses.common.DXE_SMM_DRIVER]
121 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
122 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
123 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
124 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
125
126 ################################################################################
127 #
128 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
129 #
130 ################################################################################
131 [PcdsFeatureFlag]
132 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
133 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
134 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
135 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
136 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSerialUseHalfHandshake|FALSE
137
138 [PcdsFixedAtBuild]
139 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
140 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
141 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
142 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
143 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
144 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
145 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
146 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
147 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
148 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
149 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
150 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
151 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
152 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
153 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
154 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
155
156 [PcdsFixedAtBuild.IPF]
157 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
158
159 ###################################################################################################
160 #
161 # Components Section - list of the modules and components that will be processed by compilation
162 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
163 #
164 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
165 # into firmware volume images. This section is just a list of modules to compile from
166 # source into UEFI-compliant binaries.
167 # It is the FDF file that contains information on combining binary files into firmware
168 # volume images, whose concept is beyond UEFI and is described in PI specification.
169 # Binary modules do not need to be listed in this section, as they should be
170 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
171 # Logo (Logo.bmp), and etc.
172 # There may also be modules listed in this section that are not required in the FDF file,
173 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
174 # generated for it, but the binary will not be put into any firmware volume.
175 #
176 ###################################################################################################
177
178 [Components]
179 IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
180 IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
181 IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf
182 IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
183 IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
184 IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf
185 IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
186 IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
187 IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
188
189 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
190 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
191 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
192 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
193 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
194 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
195 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf
196 IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf
197
198 IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
199 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
200 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
201 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
202 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
203 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
204 IntelFrameworkModulePkg/Universal/LegacyRegionDxe/LegacyRegionDxe.inf
205
206 [Components.IA32]
207 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
208 IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {
209 <LibraryClasses>
210 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
211 }
212
213 [Components.X64]
214 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
215 IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {
216 <LibraryClasses>
217 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
218 }
219
220 [Components.IPF]
221 IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {
222 <LibraryClasses>
223 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
224 }