Commit | Line | Data |
---|---|---|
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 | |
af3c1a51 | 45 | CpuLib|MdePkg/Library/CpuLib/CpuLib.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 | |
55 | SerialPortLib|MdePkg/Library/SerialPortLibNull/SerialPortLibNull.inf\r | |
4fb31c2c | 56 | S3Lib|IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf\r |
57 | RecoveryLib|IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf\r | |
58 | \r | |
ad1a1798 | 59 | [LibraryClasses.common.PEIM]\r |
409f6780 A |
60 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r |
61 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r | |
62 | PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r | |
63 | IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r | |
64 | PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r | |
65 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r | |
66 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r | |
67 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r | |
2287f237 | 68 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r |
ead42efc | 69 | \r |
70 | [LibraryClasses.common.DXE_DRIVER]\r | |
409f6780 A |
71 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r |
72 | MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf\r | |
73 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r | |
409f6780 A |
74 | SmbusLib|MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf\r |
75 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r | |
76 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r | |
77 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r | |
78 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r | |
79 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r | |
80 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r | |
2287f237 | 81 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r |
8e5b17b2 | 82 | FrameworkIfrSupportLib|IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf\r |
409f6780 | 83 | PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf\r |
38d64b32 | 84 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r |
409f6780 | 85 | GraphicsLib|IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf\r |
d0288e17 | 86 | \r |
ad1a1798 | 87 | [LibraryClasses.common.DXE_RUNTIME_DRIVER]\r |
409f6780 A |
88 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r |
89 | MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf\r | |
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 |
9fade9bd | 101 | ################################################################################\r |
102 | #\r | |
103 | # Pcd Section - list of all EDK II PCD Entries defined by this Platform\r | |
104 | #\r | |
105 | ################################################################################\r | |
106 | [PcdsFeatureFlag.common]\r | |
b3af5df6 | 107 | gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE\r |
108 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE\r | |
109 | gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE\r | |
110 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE\r | |
111 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r | |
112 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE\r | |
113 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|FALSE\r | |
114 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE\r | |
115 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE\r | |
116 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE\r | |
117 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE\r | |
118 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE\r | |
119 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE\r | |
120 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE\r | |
121 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE\r | |
122 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE\r | |
123 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE\r | |
124 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE\r | |
125 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportDma|TRUE\r | |
126 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusOnlySupportSlaveDma|FALSE\r | |
127 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportIsaMemory|TRUE\r | |
128 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfgDisable|TRUE\r | |
129 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfg2Disable|TRUE\r | |
130 | gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE\r | |
9fade9bd | 131 | \r |
132 | [PcdsFixedAtBuild.common]\r | |
b3af5df6 | 133 | gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r |
134 | gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r | |
135 | gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r | |
136 | gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r | |
137 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f\r | |
138 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000\r | |
139 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06\r | |
140 | gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r | |
141 | gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0\r | |
142 | gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000\r | |
143 | gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r | |
144 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0\r | |
145 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0xFFFB0000\r | |
146 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200\r | |
147 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8\r | |
148 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1\r | |
149 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1\r | |
150 | gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0\r | |
656f6e66 | 151 | \r |
5da97103 | 152 | \r |
7a4ba07f | 153 | [PcdsDynamicDefault.common.DEFAULT]\r |
b3af5df6 | 154 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1\r |
155 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|4\r | |
ad1a1798 | 156 | \r |
977bdf03 | 157 | [PcdsFixedAtBuild.IPF]\r |
b3af5df6 | 158 | gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000\r |
977bdf03 | 159 | \r |
9fade9bd | 160 | ################################################################################\r |
161 | #\r | |
162 | # Components Section - list of all EDK II Modules needed by this Platform\r | |
163 | #\r | |
164 | ################################################################################\r | |
165 | \r | |
166 | [Components.common]\r | |
409f6780 A |
167 | IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r |
168 | IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r | |
169 | IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf\r | |
170 | IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf\r | |
4fb31c2c | 171 | \r |
172 | IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf\r | |
173 | IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf\r | |
174 | \r | |
409f6780 A |
175 | IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r |
176 | IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r | |
177 | IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf\r | |
178 | IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf\r | |
179 | IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf\r | |
180 | IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf\r | |
181 | IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf\r | |
ac4f8b5a | 182 | IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf\r |
409f6780 A |
183 | IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf\r |
184 | IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf\r | |
185 | IntelFrameworkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.inf\r | |
409f6780 A |
186 | IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf\r |
187 | IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PcatSingleSegmentPciCfgPei.inf\r | |
7ba905c9 | 188 | IntelFrameworkModulePkg/Universal/VariablePei/VariablePei.inf\r |
409f6780 | 189 | IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf\r |
103b6520 | 190 | \r |
2287f237 | 191 | IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r |
192 | IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r | |
4f51e5ce | 193 | IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf\r |
2287f237 | 194 | IntelFrameworkModulePkg/Library/BaseReportStatusCodeLib/BaseReportStatusCodeLib.inf\r |
195 | IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r | |
797a9d67 | 196 | IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf\r |
2287f237 | 197 | \r |
ececc2eb | 198 | [Components.IA32]\r |
409f6780 | 199 | IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf\r |
3b2265b2 | 200 | \r |
ececc2eb | 201 | [Components.X64]\r |
409f6780 | 202 | IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf\r |