]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc
Remove todo comment in BaseLib.h
[mirror_edk2.git] / IntelFrameworkModulePkg / IntelFrameworkModulePkg.dsc
CommitLineData
9fade9bd 1#/** @file\r
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
6# Copyright (c) 2007, Intel Corporation\r
7#\r
f8cd287b 8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
ad1a1798 12#\r
f8cd287b 13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
9fade9bd 15#\r
16#**/\r
17\r
18################################################################################\r
19#\r
20# Defines Section - statements that will be processed to create a Makefile.\r
21#\r
22################################################################################\r
23[Defines]\r
24 PLATFORM_NAME = IntelFrameworkModuleAll\r
25 PLATFORM_GUID = FFF87D9A-E5BB-4AFF-9ADE-8645492E8087\r
26 PLATFORM_VERSION = 0.1\r
27 DSC_SPECIFICATION = 0x00010005\r
409f6780 28 OUTPUT_DIRECTORY = Build/IntelFrameworkModuleAll\r
9fade9bd 29 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC\r
30 BUILD_TARGETS = DEBUG|RELEASE\r
31 SKUID_IDENTIFIER = DEFAULT\r
32\r
7a4ba07f 33################################################################################\r
34#\r
35# SKU Identification section - list of all SKU IDs supported by this\r
36# Platform.\r
37#\r
38################################################################################\r
39[SkuIds]\r
40 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.\r
41\r
ead42efc 42[LibraryClasses.common]\r
409f6780
A
43 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r
44 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r
601c8c20 45 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r
409f6780
A
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 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r
52 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
53 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r
54 OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
601c8c20 55 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r
4fb31c2c 56 S3Lib|IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf\r
57 RecoveryLib|IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf\r
2067710d 58 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
4fb31c2c 59 \r
ad1a1798 60[LibraryClasses.common.PEIM]\r
409f6780
A
61 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r
62 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
63 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r
64 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r
65 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r
66 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r
67 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r
68 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r
2287f237 69 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
ead42efc 70\r
71[LibraryClasses.common.DXE_DRIVER]\r
409f6780 72 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
601c8c20 73 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
409f6780 74 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
409f6780
A
75 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf\r
76 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
77 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
78 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
79 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
80 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
81 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
2287f237 82 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
8e5b17b2 83 FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf\r
409f6780 84 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf\r
38d64b32 85 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
d0288e17 86 \r
ad1a1798 87[LibraryClasses.common.DXE_RUNTIME_DRIVER]\r
409f6780 88 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
601c8c20 89 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
409f6780 90 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
409f6780
A
91 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
92 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r
93 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
94 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
95 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r
96 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
2287f237 97 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
8e5b17b2 98 FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf\r
38d64b32 99 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
ad1a1798 100\r
1a8802f7 101[LibraryClasses.common.UEFI_DRIVER]\r
102 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r
601c8c20 103 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r
1a8802f7 104 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r
105 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf\r
106 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r
107 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r
108 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r
109 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r
110 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r
111 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r
112 ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
113 FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf\r
114 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf\r
115 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r
1a8802f7 116\r
9fade9bd 117################################################################################\r
118#\r
119# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
120#\r
121################################################################################\r
122[PcdsFeatureFlag.common]\r
b3af5df6 123 gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE\r
124 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE\r
125 gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE\r
126 gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE\r
127 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r
128 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE\r
129 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|FALSE\r
130 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE\r
131 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE\r
132 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE\r
133 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE\r
134 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE\r
135 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE\r
136 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE\r
137 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE\r
138 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE\r
139 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE\r
140 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE\r
141 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportDma|TRUE\r
142 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusOnlySupportSlaveDma|FALSE\r
143 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportIsaMemory|TRUE\r
144 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfgDisable|TRUE\r
145 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfg2Disable|TRUE\r
146 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE\r
9fade9bd 147\r
148[PcdsFixedAtBuild.common]\r
b3af5df6 149 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r
150 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r
151 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r
152 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r
153 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f\r
154 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000\r
155 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06\r
156 gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r
157 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0\r
158 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000\r
159 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r
160 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0\r
161 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0xFFFB0000\r
162 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200\r
163 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8\r
164 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1\r
165 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1\r
166 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0\r
656f6e66 167\r
5da97103 168 \r
7a4ba07f 169[PcdsDynamicDefault.common.DEFAULT]\r
b3af5df6 170 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1\r
171 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|4\r
ad1a1798 172\r
977bdf03 173[PcdsFixedAtBuild.IPF]\r
b3af5df6 174 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000\r
977bdf03 175\r
9fade9bd 176################################################################################\r
177#\r
178# Components Section - list of all EDK II Modules needed by this Platform\r
179#\r
180################################################################################\r
181\r
182[Components.common]\r
409f6780
A
183 IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r
184 IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r
185 IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf\r
4fb31c2c 186 IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf\r
187 IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf\r
a694b670 188 IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r
189 IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r
190 IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf\r
191 IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf\r
192 IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
193\r
409f6780
A
194 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r
195 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r
196 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf\r
197 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf\r
198 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf\r
199 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf\r
200 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf\r
ac4f8b5a 201 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf\r
a694b670 202 IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf\r
203\r
204 IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf\r
409f6780
A
205 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf\r
206 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf\r
207 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf\r
409f6780
A
208 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf\r
209 IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PcatSingleSegmentPciCfgPei.inf\r
7ba905c9 210 IntelFrameworkModulePkg/Universal/VariablePei/VariablePei.inf\r
a694b670 211 IntelFrameworkModulePkg/Universal/Legacy8259Dxe/8259.inf\r
2287f237 212\r
ececc2eb 213[Components.IA32]\r
409f6780 214 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf\r
3b2265b2 215\r
ececc2eb 216[Components.X64]\r
409f6780 217 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf\r