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 |
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 |
9fade9bd |
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 |
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 |
28 | OUTPUT_DIRECTORY = $(WORKSPACE)/Build/IntelFrameworkModuleAll\r |
29 | SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC\r |
30 | BUILD_TARGETS = DEBUG|RELEASE\r |
31 | SKUID_IDENTIFIER = DEFAULT\r |
32 | \r |
ead42efc |
33 | [LibraryClasses.common]\r |
34 | CacheMaintenanceLib|${WORKSPACE}/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r |
35 | DebugLib|${WORKSPACE}/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r |
36 | BaseLib|${WORKSPACE}/MdePkg/Library/BaseLib/BaseLib.inf\r |
37 | BaseMemoryLib|${WORKSPACE}/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r |
38 | PciCf8Lib|${WORKSPACE}/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r |
39 | PciExpressLib|${WORKSPACE}/MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf\r |
40 | PciLib|${WORKSPACE}/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r |
41 | PeCoffGetEntryPoint|${WORKSPACE}/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r |
42 | PeCoffLib|${WORKSPACE}/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r |
43 | PerformanceLib|${WORKSPACE}/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r |
44 | PostCodeLib|${WORKSPACE}/MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.inf\r |
45 | PostCodeLib|${WORKSPACE}/MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.inf\r |
46 | PrintLib|${WORKSPACE}/MdePkg/Library/BasePrintLib/BasePrintLib.inf\r |
47 | TimerLib|${WORKSPACE}/MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r |
48 | UefiDecompressLib|${WORKSPACE}/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf\r |
ad1a1798 |
49 | OemHookStatusCodeLib|${WORKSPACE}/IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r |
904a7775 |
50 | SerialPortLib|${WORKSPACE}/MdePkg/Library/SerialPortLibNull/SerialPortLibNull.inf\r |
479922d7 |
51 | GraphicsLib|${WORKSPACE}/IntelFrameworkModulePkg/Library/GraphicsLib/GraphicsLib.inf\r |
ad1a1798 |
52 | \r |
53 | [LibraryClasses.common.PEIM]\r |
54 | HobLib|$(WORKSPACE)/MdePkg/Library/PeiHobLib/PeiHobLib.inf\r |
55 | PeiServicesTablePointerLib|$(WORKSPACE)/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r |
56 | PcdLib|$(WORKSPACE)/MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r |
57 | IoLib|$(WORKSPACE)/MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r |
58 | DebugLib|$(WORKSPACE)/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r |
59 | PeimEntryPoint|$(WORKSPACE)/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r |
60 | PeiServicesLib|$(WORKSPACE)/MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r |
61 | BaseMemoryLib|$(WORKSPACE)/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf\r |
62 | MemoryAllocationLib|$(WORKSPACE)/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r |
63 | ReportStatusCodeLib|$(WORKSPACE)/IntelFrameworkPkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r |
ead42efc |
64 | \r |
65 | [LibraryClasses.common.DXE_DRIVER]\r |
66 | HobLib|${WORKSPACE}/MdePkg/Library/DxeHobLib/DxeHobLib.inf\r |
67 | MemoryAllocationLib|${WORKSPACE}/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf\r |
68 | PcdLib|${WORKSPACE}/MdePkg/Library/DxePcdLib/DxePcdLib.inf\r |
69 | DxeServiceTableLib|${WORKSPACE}/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r |
70 | SmbusLib|${WORKSPACE}/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.inf\r |
71 | UefiBootServicesTableLib|${WORKSPACE}/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r |
72 | DebugLib|${WORKSPACE}/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r |
73 | DevicePathLib|${WORKSPACE}/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r |
74 | UefiDriverEntryPoint|${WORKSPACE}/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r |
75 | UefiLib|${WORKSPACE}/MdePkg/Library/UefiLib/UefiLib.inf\r |
76 | UefiRuntimeServicesTableLib|${WORKSPACE}/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r |
77 | DxeServicesTableLib|${WORKSPACE}/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r |
78 | FvbServiceLib|${WORKSPACE}/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf\r |
79 | ReportStatusCodeLib|${WORKSPACE}/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r |
103b6520 |
80 | HiiLibFramework|$(WORKSPACE)/IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf\r |
81 | IfrSupportLibFramework|$(WORKSPACE)/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf\r |
b1ef4015 |
82 | PciIncompatibleDeviceSupportLib|${WORKSPACE}/IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf\r |
9fade9bd |
83 | \r |
103b6520 |
84 | \r |
ad1a1798 |
85 | [LibraryClasses.common.DXE_RUNTIME_DRIVER]\r |
86 | HobLib|${WORKSPACE}/MdePkg/Library/DxeHobLib/DxeHobLib.inf\r |
87 | MemoryAllocationLib|${WORKSPACE}/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf\r |
88 | PcdLib|${WORKSPACE}/MdePkg/Library/DxePcdLib/DxePcdLib.inf\r |
89 | DxeServiceTableLib|${WORKSPACE}/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r |
90 | UefiBootServicesTableLib|${WORKSPACE}/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r |
91 | DebugLib|${WORKSPACE}/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf\r |
92 | UefiDriverEntryPoint|${WORKSPACE}/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r |
93 | UefiLib|${WORKSPACE}/MdePkg/Library/UefiLib/UefiLib.inf\r |
94 | UefiRuntimeLib|${WORKSPACE}/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r |
95 | UefiRuntimeServicesTableLib|${WORKSPACE}/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r |
96 | ReportStatusCodeLib|${WORKSPACE}/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r |
103b6520 |
97 | HiiLibFramework|$(WORKSPACE)/IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf\r |
98 | IfrSupportLibFramework|$(WORKSPACE)/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf\r |
ad1a1798 |
99 | \r |
9fade9bd |
100 | ################################################################################\r |
101 | #\r |
102 | # Pcd Section - list of all EDK II PCD Entries defined by this Platform\r |
103 | #\r |
104 | ################################################################################\r |
105 | [PcdsFeatureFlag.common]\r |
106 | PcdComponentNameDisable|gEfiMdePkgTokenSpaceGuid|FALSE\r |
107 | PcdDriverDiagnosticsDisable|gEfiMdePkgTokenSpaceGuid|FALSE\r |
108 | PcdComponentName2Disable|gEfiMdePkgTokenSpaceGuid|FALSE\r |
109 | PcdDriverDiagnostics2Disable|gEfiMdePkgTokenSpaceGuid|FALSE\r |
110 | PcdStatusCodeUseSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r |
111 | PcdStatusCodeUseMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r |
112 | PcdStatusCodeUseOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r |
113 | PcdStatusCodeUseEfiSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r |
114 | PcdStatusCodeUseHardSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r |
115 | PcdStatusCodeUseRuntimeMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r |
116 | PcdStatusCodeUseDataHub|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r |
117 | PcdStatusCodeReplayInSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r |
118 | PcdStatusCodeReplayInRuntimeMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r |
119 | PcdStatusCodeReplayInDataHub|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r |
120 | PcdStatusCodeReplayInOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r |
121 | PcdPciIsaEnable|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r |
122 | PcdPciVgaEnable|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE\r |
123 | PcdPciBusHotplugDeviceSupport|gEfiIntelFrameworkModulePkgTokenSpaceGuid|TRUE\r |
124 | \r |
125 | [PcdsFixedAtBuild.common]\r |
126 | PcdMaximumUnicodeStringLength|gEfiMdePkgTokenSpaceGuid|1000000\r |
127 | PcdMaximumAsciiStringLength|gEfiMdePkgTokenSpaceGuid|1000000\r |
128 | PcdMaximumLinkedListLength|gEfiMdePkgTokenSpaceGuid|1000000\r |
129 | PcdSpinLockTimeout|gEfiMdePkgTokenSpaceGuid|10000000\r |
130 | PcdDebugPropertyMask|gEfiMdePkgTokenSpaceGuid|0x0f\r |
131 | PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000000\r |
132 | PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0x06\r |
133 | PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid|0xAF\r |
134 | PcdPerformanceLibraryPropertyMask|gEfiMdePkgTokenSpaceGuid|0\r |
135 | PcdPostCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0\r |
136 | PcdPciExpressBaseAddress|gEfiMdePkgTokenSpaceGuid|0xE0000000\r |
137 | PcdFSBClock|gEfiMdePkgTokenSpaceGuid|200000000\r |
138 | PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320\r |
139 | PcdPciIncompatibleDeviceSupportMask|gEfiIntelFrameworkModulePkgTokenSpaceGuid|0\r |
140 | \r |
141 | [PcdsPatchableInModule.common]\r |
142 | PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000000\r |
143 | PcdPciExpressBaseAddress|gEfiMdePkgTokenSpaceGuid|0xE0000000\r |
144 | PcdFSBClock|gEfiMdePkgTokenSpaceGuid|200000000\r |
ad1a1798 |
145 | \r |
146 | [PcdsDynamic.common]\r |
147 | PcdStatusCodeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|1\r |
148 | PcdStatusCodeRuntimeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|4\r |
149 | \r |
9fade9bd |
150 | ################################################################################\r |
151 | #\r |
152 | # Components Section - list of all EDK II Modules needed by this Platform\r |
153 | #\r |
154 | ################################################################################\r |
155 | \r |
156 | [Components.common]\r |
157 | $(WORKSPACE)\IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r |
158 | $(WORKSPACE)\IntelFrameworkModulePkg\Library\OemHookStatusCodeLibNull\OemHookStatusCodeLibNull.inf\r |
159 | $(WORKSPACE)\IntelFrameworkModulePkg\Library\PciIncompatibleDeviceSupportLib\PciIncompatibleDeviceSupportLib.inf\r |
479922d7 |
160 | $(WORKSPACE)\IntelFrameworkModulePkg\Library\GraphicsLib\GraphicsLib.inf\r |
b1ef4015 |
161 | $(WORKSPACE)\IntelFrameworkModulePkg\Bus\Pci\PciBus\Dxe\PciBus.inf\r |
ead42efc |
162 | $(WORKSPACE)\IntelFrameworkModulePkg\Bus\Pci\IdeBus\Dxe\IdeBus.inf\r |
163 | $(WORKSPACE)\IntelFrameworkModulePkg\Universal\DataHub\DataHub\Dxe\DataHub.inf\r |
164 | $(WORKSPACE)\IntelFrameworkModulePkg\Universal\DataHub\DataHubStdErr\Dxe\DataHubStdErr.inf\r |
ad1a1798 |
165 | $(WORKSPACE)\IntelFrameworkModulePkg\Universal\StatusCode\Dxe\DxeStatusCode.inf\r |
166 | $(WORKSPACE)\IntelFrameworkModulePkg\Universal\StatusCode\Pei\PeiStatusCode.inf\r |
103b6520 |
167 | $(WORKSPACE)\IntelFrameworkModulePkg\Universal\HiiDataBaseDxe\HiiDatabase.inf\r |
168 | # $(WORKSPACE)\IntelFrameworkModulePkg\Universal\UserInterface\SetupBrowser\Dxe\SetupBrowser.inf\r |
169 | # $(WORKSPACE)\IntelFrameworkModulePkg\Universal\DriverSampleDxe\DriverSample.inf\r |
170 | \r |