lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 1 | ## @file
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 2 | # Intel Framework Reference Module Package for All Architectures
|
| 3 | #
|
| 4 | # This file is used to build all modules in IntelFrameworkModulePkg.
|
| 5 | #
|
hhtian | 180a5a3 | 2010-04-23 16:28:26 +0000 | [diff] [blame] | 6 | #Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>
|
myronporter | 49fd8a3 | 2010-03-16 23:34:53 +0000 | [diff] [blame] | 7 | #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.
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 11 | #
|
| 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 | #
|
myronporter | 38dc220 | 2010-03-22 16:28:12 +0000 | [diff] [blame] | 15 | ##
|
| 16 |
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 17 | ################################################################################
|
| 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
|
xli24 | 37cc056 | 2010-03-04 15:57:53 +0000 | [diff] [blame] | 25 | PLATFORM_VERSION = 0.91
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 26 | 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 |
|
lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 41 | [LibraryClasses]
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 42 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
| 43 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
| 44 | SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 45 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 46 | PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 47 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
| 48 | TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
xli24 | e25cd12 | 2009-12-29 07:53:43 +0000 | [diff] [blame] | 49 | OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 50 | SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 51 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 52 | GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
|
| 53 | UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
|
| 54 | HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
|
| 55 | PlatformBdsLib|IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
|
| 56 | CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
|
| 57 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
| 58 | DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
|
xli24 | d42aba9 | 2009-12-29 07:46:33 +0000 | [diff] [blame] | 59 | ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
|
lgao4 | 4fb411f | 2010-05-21 02:49:25 +0000 | [diff] [blame] | 60 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
|
| 61 | PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
| 62 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
| 63 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 64 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
| 65 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
| 66 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 67 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
| 68 | UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
| 69 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 70 |
|
| 71 | [LibraryClasses.common.PEIM]
|
| 72 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 73 | PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 74 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 75 |
|
lgao4 | 4fb411f | 2010-05-21 02:49:25 +0000 | [diff] [blame] | 76 | [LibraryClasses.common.DXE_DRIVER, LibraryClasses.common.DXE_RUNTIME_DRIVER, LibraryClasses.common.UEFI_DRIVER]
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 77 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 78 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 79 |
|
| 80 | [LibraryClasses.common.DXE_RUNTIME_DRIVER]
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 81 | DebugLib|MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf
|
lgao4 | 4fb411f | 2010-05-21 02:49:25 +0000 | [diff] [blame] | 82 |
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 83 | ################################################################################
|
| 84 | #
|
| 85 | # Pcd Section - list of all EDK II PCD Entries defined by this Platform
|
| 86 | #
|
| 87 | ################################################################################
|
lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 88 | [PcdsFeatureFlag]
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 89 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSerialUseHalfHandshake|FALSE
|
| 90 |
|
lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 91 | [PcdsFixedAtBuild]
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 92 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 93 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 94 | gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 95 |
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 96 | [PcdsFixedAtBuild.IPF]
|
| 97 | gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
|
| 98 |
|
| 99 | ###################################################################################################
|
| 100 | #
|
| 101 | # Components Section - list of the modules and components that will be processed by compilation
|
| 102 | # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
|
| 103 | #
|
| 104 | # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
|
| 105 | # into firmware volume images. This section is just a list of modules to compile from
|
| 106 | # source into UEFI-compliant binaries.
|
| 107 | # It is the FDF file that contains information on combining binary files into firmware
|
| 108 | # volume images, whose concept is beyond UEFI and is described in PI specification.
|
| 109 | # Binary modules do not need to be listed in this section, as they should be
|
| 110 | # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
|
| 111 | # Logo (Logo.bmp), and etc.
|
| 112 | # There may also be modules listed in this section that are not required in the FDF file,
|
| 113 | # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
|
| 114 | # generated for it, but the binary will not be put into any firmware volume.
|
| 115 | #
|
| 116 | ###################################################################################################
|
| 117 |
|
lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 118 | [Components]
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 119 | IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
|
| 120 | IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 121 | IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf
|
| 122 | IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 123 | IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
| 124 | IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf
|
| 125 | IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
| 126 | IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf
|
| 127 | IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
|
| 128 |
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 129 | IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
|
| 130 | IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
|
| 131 | IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
|
| 132 | IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
|
| 133 | IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
|
| 134 | IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
|
| 135 | IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf
|
| 136 | IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 137 |
|
| 138 | IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.inf
|
| 139 | IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
|
| 140 | IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
|
| 141 | IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
|
| 142 | IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
|
| 143 | IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
|
| 144 | IntelFrameworkModulePkg/Universal/LegacyRegionDxe/LegacyRegionDxe.inf
|
xli24 | 28a9411 | 2010-08-13 05:43:30 +0000 | [diff] [blame^] | 145 | IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/DatahubStatusCodeHandlerDxe.inf
|
| 146 |
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 147 | [Components.IA32]
|
| 148 | IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
|
mdkinney | 806bf4f | 2010-01-14 18:57:44 +0000 | [diff] [blame] | 149 | IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {
|
| 150 | <LibraryClasses>
|
| 151 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
| 152 | }
|
qhuang8 | 203677f | 2009-08-24 15:33:01 +0000 | [diff] [blame] | 153 |
|
| 154 | [Components.X64]
|
| 155 | IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
|
mdkinney | 806bf4f | 2010-01-14 18:57:44 +0000 | [diff] [blame] | 156 | IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {
|
| 157 | <LibraryClasses>
|
| 158 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
| 159 | }
|
| 160 |
|
| 161 | [Components.IPF]
|
| 162 | IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.inf {
|
| 163 | <LibraryClasses>
|
| 164 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
| 165 | }
|