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