blob: 3fc3bcca69aa6daa82db1604035b801b8693f724 [file] [log] [blame]
lgao46bfbb5f2010-02-24 00:21:16 +00001## @file
qhuang8203677f2009-08-24 15:33:01 +00002# Intel Framework Reference Module Package for All Architectures
3#
4# This file is used to build all modules in IntelFrameworkModulePkg.
5#
mdkinneyc77b88d2011-03-10 22:25:34 +00006#Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>
myronporter49fd8a32010-03-16 23:34:53 +00007#This program and the accompanying materials are licensed and made available under
8#the terms and conditions of the BSD License that accompanies this distribution.
9#The full text of the license may be found at
10#http://opensource.org/licenses/bsd-license.php.
qhuang8203677f2009-08-24 15:33:01 +000011#
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14#
myronporter38dc2202010-03-22 16:28:12 +000015##
16
qhuang8203677f2009-08-24 15:33:01 +000017################################################################################
18#
19# Defines Section - statements that will be processed to create a Makefile.
20#
21################################################################################
22[Defines]
23 PLATFORM_NAME = IntelFrameworkModuleAll
24 PLATFORM_GUID = FFF87D9A-E5BB-4AFF-9ADE-8645492E8087
xli2437cc0562010-03-04 15:57:53 +000025 PLATFORM_VERSION = 0.91
qhuang8203677f2009-08-24 15:33:01 +000026 DSC_SPECIFICATION = 0x00010005
27 OUTPUT_DIRECTORY = Build/IntelFrameworkModuleAll
28 SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM
29 BUILD_TARGETS = DEBUG|RELEASE
30 SKUID_IDENTIFIER = DEFAULT
31
32################################################################################
33#
34# SKU Identification section - list of all SKU IDs supported by this
35# Platform.
36#
37################################################################################
38[SkuIds]
39 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.
40
lgao46bfbb5f2010-02-24 00:21:16 +000041[LibraryClasses]
jljustenbcecde12011-06-27 23:32:56 +000042 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
43 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
qhuang8203677f2009-08-24 15:33:01 +000044 DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
mdkinneyc77b88d2011-03-10 22:25:34 +000045 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
qhuang8203677f2009-08-24 15:33:01 +000046 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
47 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
qhuang8203677f2009-08-24 15:33:01 +000048 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
jljustenbcecde12011-06-27 23:32:56 +000049 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
qhuang8203677f2009-08-24 15:33:01 +000050 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
qhuang8203677f2009-08-24 15:33:01 +000051 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
52 TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
xli24e25cd122009-12-29 07:53:43 +000053 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
qhuang8203677f2009-08-24 15:33:01 +000054 SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
qhuang8203677f2009-08-24 15:33:01 +000055 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
56 GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
57 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
58 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
59 PlatformBdsLib|IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
60 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
jljustenbcecde12011-06-27 23:32:56 +000061 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
62 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
qhuang8203677f2009-08-24 15:33:01 +000063 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
64 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
xli24d42aba92009-12-29 07:46:33 +000065 ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
lgao44fb411f2010-05-21 02:49:25 +000066 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
67 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
68 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
69 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
70 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
71 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
72 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
73 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
74 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
75 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
jljustend8387fa2011-06-17 17:42:49 +000076 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
jljusten92d4b032011-06-30 20:19:03 +000077 PalLib|MdePkg/Library/BasePalLibNull/BasePalLibNull.inf
qhuang8203677f2009-08-24 15:33:01 +000078
79[LibraryClasses.common.PEIM]
80 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
qhuang8203677f2009-08-24 15:33:01 +000081 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
qhuang8203677f2009-08-24 15:33:01 +000082 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
qhuang8203677f2009-08-24 15:33:01 +000083
jljusten13d4af62011-08-31 18:57:46 +000084[LibraryClasses.common.DXE_DRIVER]
85 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
86
lgao44fb411f2010-05-21 02:49:25 +000087[LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER]
qhuang8203677f2009-08-24 15:33:01 +000088 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
89 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
qhuang8203677f2009-08-24 15:33:01 +000090
91[LibraryClasses.common.DXE_RUNTIME_DRIVER]
qhuang8203677f2009-08-24 15:33:01 +000092 DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
lgao44fb411f2010-05-21 02:49:25 +000093
qhuang8203677f2009-08-24 15:33:01 +000094################################################################################
95#
96# Pcd Section - list of all EDK II PCD Entries defined by this Platform
97#
98################################################################################
lgao46bfbb5f2010-02-24 00:21:16 +000099[PcdsFeatureFlag]
qhuang8203677f2009-08-24 15:33:01 +0000100 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSerialUseHalfHandshake|FALSE
101
lgao46bfbb5f2010-02-24 00:21:16 +0000102[PcdsFixedAtBuild]
qhuang8203677f2009-08-24 15:33:01 +0000103 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
qhuang8203677f2009-08-24 15:33:01 +0000104 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
qhuang8203677f2009-08-24 15:33:01 +0000105 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
qhuang8203677f2009-08-24 15:33:01 +0000106
qhuang8203677f2009-08-24 15:33:01 +0000107[PcdsFixedAtBuild.IPF]
108 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
109
110###################################################################################################
111#
112# Components Section - list of the modules and components that will be processed by compilation
113# tools and the EDK II tools to generate PE32/PE32+/Coff image files.
114#
115# Note: The EDK II DSC file is not used to specify how compiled binary images get placed
116# into firmware volume images. This section is just a list of modules to compile from
117# source into UEFI-compliant binaries.
118# It is the FDF file that contains information on combining binary files into firmware
119# volume images, whose concept is beyond UEFI and is described in PI specification.
120# Binary modules do not need to be listed in this section, as they should be
121# specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
122# Logo (Logo.bmp), and etc.
123# There may also be modules listed in this section that are not required in the FDF file,
124# When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
125# generated for it, but the binary will not be put into any firmware volume.
126#
127###################################################################################################
128
lgao46bfbb5f2010-02-24 00:21:16 +0000129[Components]
qhuang8203677f2009-08-24 15:33:01 +0000130 IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
131 IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
qhuang8203677f2009-08-24 15:33:01 +0000132 IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf
133 IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
qhuang8203677f2009-08-24 15:33:01 +0000134 IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
135 IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf
136 IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
137 IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
138 IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
jljustencf7958f2011-09-02 21:31:02 +0000139 IntelFrameworkModulePkg/Library/DxeCapsuleLib/DxeCapsuleLib.inf
qhuang8203677f2009-08-24 15:33:01 +0000140
qhuang8203677f2009-08-24 15:33:01 +0000141 IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
142 IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
niruiyu558be452010-08-19 02:40:27 +0000143 IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/IsaIoDxe.inf
jljustend8387fa2011-06-17 17:42:49 +0000144 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/IsaFloppyPei.inf
qhuang8203677f2009-08-24 15:33:01 +0000145 IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
146 IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
147 IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
148 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
149 IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf
150 IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf
qhuang8203677f2009-08-24 15:33:01 +0000151
jljustenbcecde12011-06-27 23:32:56 +0000152 IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/KeyboardDxe.inf
153 IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf
154 IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/BlockIoDxe.inf
155 IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/Snp16Dxe.inf
156
jljusten8a965152011-08-29 22:15:21 +0000157 IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/AcpiSupportDxe.inf
qhuang8203677f2009-08-24 15:33:01 +0000158 IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
159 IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
160 IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
161 IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
162 IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
163 IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
164 IntelFrameworkModulePkg/Universal/LegacyRegionDxe/LegacyRegionDxe.inf
xli2428a94112010-08-13 05:43:30 +0000165 IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/DatahubStatusCodeHandlerDxe.inf
jljustenc2df8e12011-09-01 19:57:08 +0000166 IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/FwVolDxe.inf
jljustenb2824a82011-09-01 19:57:46 +0000167 IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/UpdateDriverDxe.inf
jljustenbcecde12011-06-27 23:32:56 +0000168
jljusten13d4af62011-08-31 18:57:46 +0000169[Components.IA32,Components.X64]
170 IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/AcpiS3SaveDxe.inf
171
jljustenbcecde12011-06-27 23:32:56 +0000172[Components.IA32,Components.X64,Components.IPF]
173 IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf
xli2428a94112010-08-13 05:43:30 +0000174
qhuang8203677f2009-08-24 15:33:01 +0000175[Components.IA32]
176 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
mdkinney806bf4f2010-01-14 18:57:44 +0000177 IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {
178 <LibraryClasses>
179 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
180 }
qhuang8203677f2009-08-24 15:33:01 +0000181
182[Components.X64]
183 IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
mdkinney806bf4f2010-01-14 18:57:44 +0000184 IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {
185 <LibraryClasses>
186 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
187 }
188
189[Components.IPF]
190 IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {
191 <LibraryClasses>
192 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
193 }