]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc
sync comments, fix function header, rename variable name to follow coding style.
[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 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
46 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
47 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
48 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
49 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
50 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
51 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
52 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
53 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
54 OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
55 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
56 S3Lib|IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf
57 RecoveryLib|IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
58 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
59
60 [LibraryClasses.common.PEIM]
61 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
62 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
63 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
64 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
65 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
66 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
67 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
68 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
69 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
70
71 [LibraryClasses.common.DXE_DRIVER]
72 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
73 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
74 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
75 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
76 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
77 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
78 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
79 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
80 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
81 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
82 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
83 FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
84 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
85 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
86 GraphicsLib|IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf
87
88 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
89 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
90 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
91 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
92 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
93 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
94 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
95 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
96 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
97 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
98 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
99 FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
100 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
101
102 [LibraryClasses.common.UEFI_DRIVER]
103 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
104 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
105 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
106 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
107 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
108 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
109 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
110 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
111 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
112 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
113 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
114 FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
115 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
116 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
117 GraphicsLib|IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf
118
119 ################################################################################
120 #
121 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
122 #
123 ################################################################################
124 [PcdsFeatureFlag.common]
125 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
126 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
127 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
128 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
129 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
130 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
131 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|FALSE
132 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
133 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
134 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
135 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
136 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
137 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
138 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
139 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
140 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE
141 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE
142 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
143 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportDma|TRUE
144 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusOnlySupportSlaveDma|FALSE
145 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportIsaMemory|TRUE
146 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfgDisable|TRUE
147 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfg2Disable|TRUE
148 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE
149
150 [PcdsFixedAtBuild.common]
151 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
152 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
153 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
154 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
155 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
156 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
157 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
158 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
159 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
160 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
161 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
162 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0
163 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0xFFFB0000
164 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
165 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
166 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
167 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
168 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
169
170
171 [PcdsDynamicDefault.common.DEFAULT]
172 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
173 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|4
174
175 [PcdsFixedAtBuild.IPF]
176 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
177
178 ################################################################################
179 #
180 # Components Section - list of all EDK II Modules needed by this Platform
181 #
182 ################################################################################
183
184 [Components.common]
185 IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
186 IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
187 IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
188 IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf
189
190 IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf
191 IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
192
193 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
194 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
195 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
196 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
197 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
198 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
199 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
200 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf
201 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
202 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
203 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
204 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
205 IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PcatSingleSegmentPciCfgPei.inf
206 IntelFrameworkModulePkg/Universal/VariablePei/VariablePei.inf
207 IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf
208
209 IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
210 IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
211 IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf
212 IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf
213 IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
214 IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
215
216 [Components.IA32]
217 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
218
219 [Components.X64]
220 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf