]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc
1. Correct File header to ## @file
[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
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.90
27 DSC_SPECIFICATION = 0x00010005
28 OUTPUT_DIRECTORY = Build/IntelFrameworkModuleAll
29 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM
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]
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|MdeModulePkg/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 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
70
71 [LibraryClasses.common.PEIM]
72 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
73 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
74 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
75 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
76 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
77 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
78 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
79 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.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 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
93
94 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
95 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
96 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
97 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
98 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
99 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
100 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
101 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
102 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
103 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
104 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
105
106 [LibraryClasses.common.UEFI_DRIVER]
107 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
108 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
109 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
110 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
111 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
112 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
113 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
114 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
115 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
116 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
117 IoLib|IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
118
119 [LibraryClasses.common.DXE_SMM_DRIVER]
120 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
121 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
122 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
123 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
124
125 ################################################################################
126 #
127 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
128 #
129 ################################################################################
130 [PcdsFeatureFlag]
131 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
132 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
133 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
134 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
135 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSerialUseHalfHandshake|FALSE
136
137 [PcdsFixedAtBuild]
138 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
139 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
140 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
141 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
142 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
143 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
144 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
145 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
146 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
147 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
148 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
149 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
150 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
151 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
152 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
153 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
154
155 [PcdsFixedAtBuild.IPF]
156 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
157
158 ###################################################################################################
159 #
160 # Components Section - list of the modules and components that will be processed by compilation
161 # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
162 #
163 # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
164 # into firmware volume images. This section is just a list of modules to compile from
165 # source into UEFI-compliant binaries.
166 # It is the FDF file that contains information on combining binary files into firmware
167 # volume images, whose concept is beyond UEFI and is described in PI specification.
168 # Binary modules do not need to be listed in this section, as they should be
169 # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
170 # Logo (Logo.bmp), and etc.
171 # There may also be modules listed in this section that are not required in the FDF file,
172 # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
173 # generated for it, but the binary will not be put into any firmware volume.
174 #
175 ###################################################################################################
176
177 [Components]
178 IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
179 IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
180 IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf
181 IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
182 IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
183 IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf
184 IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
185 IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
186 IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
187
188 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
189 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
190 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
191 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
192 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
193 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
194 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf
195 IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf
196
197 IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
198 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
199 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
200 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
201 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
202 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
203 IntelFrameworkModulePkg/Universal/LegacyRegionDxe/LegacyRegionDxe.inf
204
205 [Components.IA32]
206 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
207 IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {
208 <LibraryClasses>
209 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
210 }
211
212 [Components.X64]
213 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
214 IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {
215 <LibraryClasses>
216 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
217 }
218
219 [Components.IPF]
220 IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {
221 <LibraryClasses>
222 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
223 }