]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc
bf1208eb0d924271e30273a43bb975d52a5cdb7a
[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
56 [LibraryClasses.common.PEIM]
57 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
58 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
59 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
60 IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
61 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
62 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
63 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
64 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
65 ReportStatusCodeLib|IntelFrameworkPkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
66
67 [LibraryClasses.common.DXE_DRIVER]
68 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
69 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
70 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
71 DxeServiceTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
72 SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf
73 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
74 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
75 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
76 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
77 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
78 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
79 ReportStatusCodeLib|IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
80 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
81 IfrSupportLibFramework|IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf
82 PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
83 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
84 GraphicsLib|IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf
85
86 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
87 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
88 MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
89 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
90 DxeServiceTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.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|IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
98 HiiLibFramework|IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
99 IfrSupportLibFramework|IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf
100 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
101
102 ################################################################################
103 #
104 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
105 #
106 ################################################################################
107 [PcdsFeatureFlag.common]
108 PcdComponentNameDisable|gEfiMdePkgTokenSpaceGuid|FALSE
109 PcdDriverDiagnosticsDisable|gEfiMdePkgTokenSpaceGuid|FALSE
110 PcdComponentName2Disable|gEfiMdePkgTokenSpaceGuid|FALSE
111 PcdDriverDiagnostics2Disable|gEfiMdePkgTokenSpaceGuid|FALSE
112 PcdStatusCodeUseSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
113 PcdStatusCodeUseMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
114 PcdStatusCodeUseOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
115 PcdStatusCodeUseEfiSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
116 PcdStatusCodeUseHardSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
117 PcdStatusCodeUseRuntimeMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
118 PcdStatusCodeUseDataHub|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
119 PcdStatusCodeReplayInSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
120 PcdStatusCodeReplayInRuntimeMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
121 PcdStatusCodeReplayInDataHub|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
122 PcdStatusCodeReplayInOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
123 PcdPciIsaEnable|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
124 PcdPciVgaEnable|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
125 PcdPciBusHotplugDeviceSupport|gEfiIntelFrameworkModulePkgTokenSpaceGuid|TRUE
126 PcdIsaBusSupportDma|gEfiIntelFrameworkModulePkgTokenSpaceGuid|TRUE
127 PcdIsaBusOnlySupportSlaveDma|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE
128 PcdIsaBusSupportIsaMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|TRUE
129 PcdPciCfgDisable|gEfiIntelFrameworkModulePkgTokenSpaceGuid|TRUE
130 PcdPciCfg2Disable|gEfiIntelFrameworkModulePkgTokenSpaceGuid|TRUE
131 PcdNtEmulatorEnable|gEfiMdeModulePkgTokenSpaceGuid|FALSE
132
133 [PcdsFixedAtBuild.common]
134 PcdMaximumUnicodeStringLength|gEfiMdePkgTokenSpaceGuid|1000000
135 PcdMaximumAsciiStringLength|gEfiMdePkgTokenSpaceGuid|1000000
136 PcdMaximumLinkedListLength|gEfiMdePkgTokenSpaceGuid|1000000
137 PcdSpinLockTimeout|gEfiMdePkgTokenSpaceGuid|10000000
138 PcdDebugPropertyMask|gEfiMdePkgTokenSpaceGuid|0x0f
139 PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000000
140 PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0x06
141 PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid|0xAF
142 PcdPerformanceLibraryPropertyMask|gEfiMdePkgTokenSpaceGuid|0
143 PcdPciExpressBaseAddress|gEfiMdePkgTokenSpaceGuid|0xE0000000
144 PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320
145 PcdPciIncompatibleDeviceSupportMask|gEfiIntelFrameworkModulePkgTokenSpaceGuid|0
146
147 [PcdsDynamicDefault.common.DEFAULT]
148 PcdStatusCodeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|1
149 PcdStatusCodeRuntimeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|4
150
151 [PcdsFixedAtBuild.IPF]
152 PcdIoBlockBaseAddressForIpf|gEfiMdePkgTokenSpaceGuid|0x0ffffc000000
153
154 ################################################################################
155 #
156 # Components Section - list of all EDK II Modules needed by this Platform
157 #
158 ################################################################################
159
160 [Components.common]
161 IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
162 IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
163 IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf
164 IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf
165 IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
166 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
167 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
168 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
169 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
170 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
171 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
172 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
173 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
174 IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf
175 IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/HiiDatabase.inf
176 IntelFrameworkModulePkg/Universal/SetupBrowserDxe/SetupBrowser.inf
177 IntelFrameworkModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf
178 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
179 IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PcatSingleSegmentPciCfgPei.inf
180 IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf
181
182 [Components.IA32]
183 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
184
185 [Components.X64]
186 IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf