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