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