lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 1 | ## @file
|
vanjeff | 6dc1935 | 2010-02-26 05:49:12 +0000 | [diff] [blame] | 2 | # An EFI/Framework Emulation Platform with UEFI HII interface supported.
|
gikidy | 9f485cc | 2010-01-28 03:14:11 +0000 | [diff] [blame] | 3 | #
|
vanjeff | 6dc1935 | 2010-02-26 05:49:12 +0000 | [diff] [blame] | 4 | # Developer's UEFI Emulation. DUET provides an EFI/UEFI IA32/X64 environment on legacy BIOS,
|
gikidy | 9f485cc | 2010-01-28 03:14:11 +0000 | [diff] [blame] | 5 | # to help developing and debugging native EFI/UEFI drivers.
|
vanjeff | 6dc1935 | 2010-02-26 05:49:12 +0000 | [diff] [blame] | 6 | #
|
lzeng14 | 27f3015 | 2011-03-08 05:42:37 +0000 | [diff] [blame] | 7 | # Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>
|
gikidy | 9f485cc | 2010-01-28 03:14:11 +0000 | [diff] [blame] | 8 | #
|
| 9 | # This program and the accompanying materials
|
| 10 | # are licensed and made available under the terms and conditions of the BSD License
|
| 11 | # which accompanies this distribution. The full text of the license may be found at
|
| 12 | # http://opensource.org/licenses/bsd-license.php
|
| 13 | #
|
| 14 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
| 15 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
| 16 | #
|
lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 17 | ##
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 18 |
|
lgao4 | b2e5957 | 2010-03-21 13:14:47 +0000 | [diff] [blame] | 19 | ################################################################################
|
| 20 | #
|
| 21 | # Defines Section - statements that will be processed to create a Makefile.
|
| 22 | #
|
| 23 | ################################################################################
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 24 | [Defines]
|
| 25 | PLATFORM_NAME = DuetPkg
|
| 26 | PLATFORM_GUID = 199E24E0-0989-42aa-87F2-611A8C397E72
|
niruiyu | 0c949ba | 2011-12-13 08:31:55 +0000 | [diff] [blame^] | 27 | PLATFORM_VERSION = 0.4
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 28 | DSC_SPECIFICATION = 0x00010005
|
klu2 | ab9cb4b | 2010-03-18 02:36:52 +0000 | [diff] [blame] | 29 | OUTPUT_DIRECTORY = Build/DuetPkgX64
|
| 30 | SUPPORTED_ARCHITECTURES = X64
|
lgao4 | a47d463 | 2010-03-29 09:49:53 +0000 | [diff] [blame] | 31 | BUILD_TARGETS = DEBUG
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 32 | SKUID_IDENTIFIER = DEFAULT
|
| 33 | FLASH_DEFINITION = DuetPkg/DuetPkg.fdf
|
| 34 |
|
lgao4 | b2e5957 | 2010-03-21 13:14:47 +0000 | [diff] [blame] | 35 | ################################################################################
|
| 36 | #
|
| 37 | # Library Class section - list of all Library Classes needed by this Platform.
|
| 38 | #
|
| 39 | ################################################################################
|
lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 40 | [LibraryClasses]
|
lgao4 | b2e5957 | 2010-03-21 13:14:47 +0000 | [diff] [blame] | 41 | #
|
| 42 | # Entry point
|
| 43 | #
|
| 44 | PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
| 45 | DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
|
| 46 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
| 47 | UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
|
| 48 | #
|
| 49 | # Basic
|
| 50 | #
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 51 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
| 52 | SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
|
| 53 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 54 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
lgao4 | b2e5957 | 2010-03-21 13:14:47 +0000 | [diff] [blame] | 55 | CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 56 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
niruiyu | 0e047a2 | 2010-02-21 09:30:01 +0000 | [diff] [blame] | 57 | PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
|
| 58 | PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
|
lgao4 | b2e5957 | 2010-03-21 13:14:47 +0000 | [diff] [blame] | 59 | PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
|
| 60 | CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
|
| 61 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
| 62 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
| 63 | #
|
| 64 | # UEFI & PI
|
| 65 | #
|
| 66 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 67 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 68 | UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
| 69 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
| 70 | UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
|
| 71 | HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
|
| 72 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 73 | UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
|
| 74 | DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
|
| 75 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
| 76 |
|
| 77 | #
|
| 78 | # Generic Modules
|
| 79 | #
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 80 | UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
|
lgao4 | b2e5957 | 2010-03-21 13:14:47 +0000 | [diff] [blame] | 81 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
| 82 | OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
|
| 83 | GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 84 | SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
|
lgao4 | b2e5957 | 2010-03-21 13:14:47 +0000 | [diff] [blame] | 85 | CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
|
| 86 | PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
|
| 87 | #
|
| 88 | # Platform
|
| 89 | #
|
| 90 | PlatformBdsLib|DuetPkg/Library/DuetBdsLib/PlatformBds.inf
|
| 91 | TimerLib|DuetPkg/Library/DuetTimerLib/DuetTimerLib.inf
|
| 92 | #
|
| 93 | # Misc
|
| 94 | #
|
| 95 | PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
|
vanjeff | 6dc1935 | 2010-02-26 05:49:12 +0000 | [diff] [blame] | 96 | DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
|
lgao4 | b2e5957 | 2010-03-21 13:14:47 +0000 | [diff] [blame] | 97 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 98 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
| 99 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 100 | ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
|
niruiyu | b68b78e | 2011-06-23 08:31:18 +0000 | [diff] [blame] | 101 | PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
|
| 102 | SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
|
jljusten | b8781a7 | 2010-10-22 01:08:16 +0000 | [diff] [blame] | 103 | MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
|
li-elvin | 38e47f7 | 2011-09-05 09:46:55 +0000 | [diff] [blame] | 104 | LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
|
lgao4 | b2e5957 | 2010-03-21 13:14:47 +0000 | [diff] [blame] | 105 |
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 106 | #
|
| 107 | # To save size, use NULL library for DebugLib and ReportStatusCodeLib.
|
| 108 | # If need status code output, do library instance overriden as below DxeMain.inf does
|
| 109 | #
|
| 110 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
mdkinney | f4845fc | 2011-03-10 22:32:32 +0000 | [diff] [blame] | 111 | DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 112 | ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
|
vanjeff | 6dc1935 | 2010-02-26 05:49:12 +0000 | [diff] [blame] | 113 |
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 114 | [LibraryClasses.common.DXE_CORE]
|
| 115 | HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 116 | MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 117 |
|
lgao4 | b2e5957 | 2010-03-21 13:14:47 +0000 | [diff] [blame] | 118 | ################################################################################
|
| 119 | #
|
| 120 | # Pcd Section - list of all EDK II PCD Entries defined by this Platform
|
| 121 | #
|
| 122 | ################################################################################
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 123 | [PcdsFixedAtBuild]
|
| 124 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0
|
| 125 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0
|
| 126 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x0
|
lgao4 | df1b757 | 2011-08-29 13:36:03 +0000 | [diff] [blame] | 127 | gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 128 |
|
lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 129 | [PcdsFeatureFlag]
|
niruiyu | c943ee0 | 2010-02-20 07:10:16 +0000 | [diff] [blame] | 130 | gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
|
niruiyu | 2303190 | 2010-02-22 06:03:08 +0000 | [diff] [blame] | 131 |
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 132 | ###################################################################################################
|
| 133 | #
|
| 134 | # Components Section - list of the modules and components that will be processed by compilation
|
| 135 | # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
|
| 136 | #
|
| 137 | # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
|
| 138 | # into firmware volume images. This section is just a list of modules to compile from
|
| 139 | # source into UEFI-compliant binaries.
|
| 140 | # It is the FDF file that contains information on combining binary files into firmware
|
| 141 | # volume images, whose concept is beyond UEFI and is described in PI specification.
|
| 142 | # Binary modules do not need to be listed in this section, as they should be
|
| 143 | # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
|
| 144 | # Logo (Logo.bmp), and etc.
|
| 145 | # There may also be modules listed in this section that are not required in the FDF file,
|
| 146 | # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
|
| 147 | # generated for it, but the binary will not be put into any firmware volume.
|
| 148 | #
|
| 149 | ###################################################################################################
|
lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 150 | [Components]
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 151 | DuetPkg/DxeIpl/DxeIpl.inf {
|
| 152 | <LibraryClasses>
|
| 153 | #
|
vanjeff | 6dc1935 | 2010-02-26 05:49:12 +0000 | [diff] [blame] | 154 | # If no following overriden for ReportStatusCodeLib library class,
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 155 | # All other module can *not* output debug information even they are use not NULL library
|
| 156 | # instance for DebugLib and ReportStatusCodeLib
|
| 157 | #
|
| 158 | ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
|
| 159 | }
|
| 160 |
|
| 161 | MdeModulePkg/Core/Dxe/DxeMain.inf {
|
| 162 | #
|
| 163 | # Enable debug output for DxeCore module, this is a sample for how to enable debug output
|
| 164 | # for a module. If need turn on debug output for other module, please copy following overriden
|
| 165 | # PCD and library instance to other module's override section.
|
| 166 | #
|
| 167 | <PcdsFixedAtBuild>
|
| 168 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
|
| 169 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
|
| 170 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000042
|
| 171 | <LibraryClasses>
|
| 172 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
| 173 | ReportStatusCodeLib|DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/DxeCoreReportStatusCodeLibFromHob.inf
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 174 | }
|
klu2 | 91a6db7 | 2010-02-25 16:52:10 +0000 | [diff] [blame] | 175 |
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 176 | MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
|
| 177 | MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
|
| 178 | MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
|
| 179 | MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
|
| 180 |
|
| 181 | DuetPkg/FSVariable/FSVariable.inf
|
| 182 | MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
|
| 183 | MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
|
| 184 | MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
|
| 185 | MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
|
| 186 | MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {
|
| 187 | <LibraryClasses>
|
| 188 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 189 | }
|
| 190 | MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
|
| 191 | MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
|
| 192 |
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 193 | MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
|
| 194 | MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
|
| 195 | MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
|
| 196 | MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
|
| 197 |
|
| 198 |
|
| 199 | DuetPkg/SmbiosGenDxe/SmbiosGen.inf
|
| 200 | #DuetPkg/FvbRuntimeService/DUETFwh.inf
|
| 201 | DuetPkg/EfiLdr/EfiLdr.inf {
|
| 202 | <LibraryClasses>
|
| 203 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
| 204 | NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
|
| 205 | }
|
| 206 | IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {
|
| 207 | <LibraryClasses>
|
| 208 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 209 | }
|
| 210 | MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
|
| 211 | UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
|
jljusten | b8781a7 | 2010-10-22 01:08:16 +0000 | [diff] [blame] | 212 | UefiCpuPkg/CpuDxe/CpuDxe.inf
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 213 | PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
|
niruiyu | 0e047a2 | 2010-02-21 09:30:01 +0000 | [diff] [blame] | 214 | DuetPkg/AcpiResetDxe/Reset.inf
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 215 | DuetPkg/LegacyMetronome/Metronome.inf
|
| 216 |
|
| 217 | PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
|
| 218 | PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
|
| 219 | DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf
|
| 220 | DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
|
| 221 | IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortDxe.inf
|
| 222 | IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
|
| 223 |
|
lzeng14 | 27f3015 | 2011-03-08 05:42:37 +0000 | [diff] [blame] | 224 | # IDE/AHCI Support
|
| 225 | DuetPkg/SataControllerDxe/SataControllerDxe.inf
|
| 226 | MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
|
| 227 | MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
|
| 228 | MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
|
| 229 | MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
|
vanjeff | 6dc1935 | 2010-02-26 05:49:12 +0000 | [diff] [blame] | 230 |
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 231 | # Usb Support
|
| 232 | MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
|
| 233 | MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
|
| 234 | MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
|
| 235 | MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
|
| 236 | MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
|
| 237 |
|
| 238 | # ISA Support
|
| 239 | PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
|
| 240 | IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
|
| 241 | IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
|
| 242 | IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
|
| 243 | IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
|
| 244 |
|
| 245 | MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
|
| 246 | MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
|
| 247 | MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
|
| 248 |
|
| 249 | # Bios Thunk
|
| 250 | DuetPkg/BiosVideoThunkDxe/BiosVideo.inf
|
| 251 |
|
| 252 | #
|
| 253 | # Sample Application
|
| 254 | #
|
| 255 | MdeModulePkg/Application/HelloWorld/HelloWorld.inf
|
| 256 |
|
lgao4 | b2e5957 | 2010-03-21 13:14:47 +0000 | [diff] [blame] | 257 | ###################################################################################################
|
| 258 | #
|
| 259 | # BuildOptions Section - Define the module specific tool chain flags that should be used as
|
| 260 | # the default flags for a module. These flags are appended to any
|
| 261 | # standard flags that are defined by the build process. They can be
|
| 262 | # applied for any modules or only those modules with the specific
|
| 263 | # module style (EDK or EDKII) specified in [Components] section.
|
| 264 | #
|
| 265 | ###################################################################################################
|
lgao4 | 6bfbb5f | 2010-02-24 00:21:16 +0000 | [diff] [blame] | 266 | [BuildOptions]
|
niruiyu | 86c8520 | 2010-02-08 05:43:12 +0000 | [diff] [blame] | 267 | MSFT:*_*_*_CC_FLAGS = /FAsc /FR$(@R).SBR
|
| 268 |
|