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