eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 1 | #/** @file
|
| 2 | #
|
| 3 | # EFI/Framework Emulation Platform with UEFI HII interface supported.
|
| 4 | #
|
| 5 | # The Emulation Platform can be used to debug individual modules, prior to creating
|
qhuang8 | 398b646 | 2009-03-05 09:20:08 +0000 | [diff] [blame] | 6 | # a real platform. This also provides an example for how an DSC is created.
|
vanjeff | b672348 | 2009-05-08 07:51:03 +0000 | [diff] [blame] | 7 | # Copyright (c) 2006 - 2009, Intel Corporation
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 8 | #
|
| 9 | # All rights reserved. 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 | #
|
| 17 | #**/
|
| 18 |
|
| 19 | ################################################################################
|
| 20 | #
|
| 21 | # Defines Section - statements that will be processed to create a Makefile.
|
| 22 | #
|
| 23 | ################################################################################
|
| 24 | [Defines]
|
| 25 | PLATFORM_NAME = Unix
|
| 26 | PLATFORM_GUID = 7b3c1fb4-8986-11db-b5b2-0040d02b1835
|
| 27 | PLATFORM_VERSION = 0.3
|
| 28 | DSC_ SPECIFICATION = 0x00010005
|
| 29 | OUTPUT_DIRECTORY = Build/Unix
|
| 30 | SUPPORTED_ARCHITECTURES = IA32
|
| 31 | BUILD_TARGETS = DEBUG|RELEASE
|
| 32 | SKUID_IDENTIFIER = DEFAULT
|
| 33 | FLASH_DEFINITION = UnixPkg/UnixPkg.fdf
|
| 34 |
|
| 35 | ################################################################################
|
| 36 | #
|
| 37 | # SKU Identification section - list of all SKU IDs supported by this Platform.
|
| 38 | #
|
| 39 | ################################################################################
|
| 40 | [SkuIds]
|
| 41 | 0|DEFAULT
|
| 42 |
|
| 43 | ################################################################################
|
| 44 | #
|
| 45 | # Library Class section - list of all Library Classes needed by this Platform.
|
| 46 | #
|
| 47 | ################################################################################
|
| 48 | [LibraryClasses.common]
|
| 49 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 50 | TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
| 51 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
qhuang8 | 82e718f | 2008-10-28 06:28:30 +0000 | [diff] [blame] | 52 | SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 53 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
| 54 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
mdkinney | 6f4be51 | 2009-01-30 00:28:32 +0000 | [diff] [blame] | 55 | SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
|
qhuang8 | 82e718f | 2008-10-28 06:28:30 +0000 | [diff] [blame] | 56 | CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 57 | PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
|
| 58 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 59 | CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 60 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
| 61 | UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf
|
lgao4 | 3f07728 | 2009-04-13 05:52:07 +0000 | [diff] [blame] | 62 | UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
|
qhuang8 | 53d794b | 2008-11-13 09:44:29 +0000 | [diff] [blame] | 63 | HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
|
klu2 | 5d1a5b3 | 2009-01-23 07:27:23 +0000 | [diff] [blame] | 64 | GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 65 | PlatformBdsLib|UnixPkg/Library/UnixBdsLib/PlatformBds.inf
|
| 66 | CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
|
qhuang8 | 53d794b | 2008-11-13 09:44:29 +0000 | [diff] [blame] | 67 | DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 68 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
lgao4 | 8273af4 | 2009-11-26 01:33:07 +0000 | [diff] [blame^] | 69 | SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 70 |
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 71 | [LibraryClasses.common.USER_DEFINED]
|
| 72 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
qhuang8 | f3a2b25 | 2009-03-05 15:32:19 +0000 | [diff] [blame] | 73 | PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
|
qhuang8 | e14130b | 2009-03-03 14:15:29 +0000 | [diff] [blame] | 74 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
| 75 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
|
| 76 | OemHookStatusCodeLib|UnixPkg/Library/PeiUnixOemHookStatusCodeLib/PeiUnixOemHookStatusCodeLib.inf
|
| 77 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
| 78 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 79 |
|
| 80 | [LibraryClasses.common.DXE_CORE]
|
| 81 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 82 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 83 | HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
|
qhuang8 | 0002305 | 2008-09-06 01:03:26 +0000 | [diff] [blame] | 84 | DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
|
| 85 | MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 86 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
| 87 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
| 88 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 89 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
| 90 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
qhuang8 | 398b646 | 2009-03-05 09:20:08 +0000 | [diff] [blame] | 91 | PeCoffExtraActionLib|UnixPkg/Library/DxeUnixPeCoffExtraActionLib/DxeUnixPeCoffExtraActionLib.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 92 | ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
|
| 93 |
|
| 94 | [LibraryClasses.common.DXE_SMM_DRIVER]
|
| 95 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
qhuang8 | 53d794b | 2008-11-13 09:44:29 +0000 | [diff] [blame] | 96 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 97 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 98 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 99 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 100 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
qhuang8 | 82e718f | 2008-10-28 06:28:30 +0000 | [diff] [blame] | 101 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 102 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
| 103 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
| 104 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 105 | OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
|
| 106 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 107 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
| 108 |
|
| 109 | [LibraryClasses.common.PEIM]
|
| 110 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
| 111 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
| 112 | PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
|
| 113 | IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
|
| 114 | PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
| 115 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
| 116 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
| 117 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
| 118 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
|
| 119 | OemHookStatusCodeLib|UnixPkg/Library/PeiUnixOemHookStatusCodeLib/PeiUnixOemHookStatusCodeLib.inf
|
| 120 | PeCoffGetEntryPointLib|UnixPkg/Library/EdkUnixPeiPeCoffGetEntryPointLib/EdkUnixPeiPeCoffGetEntryPointLib.inf
|
| 121 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
qhuang8 | 398b646 | 2009-03-05 09:20:08 +0000 | [diff] [blame] | 122 | PeCoffExtraActionLib|UnixPkg/Library/PeiUnixPeCoffExtraActionLib/PeiUnixPeCoffExtraActionLib.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 123 | ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
|
| 124 |
|
| 125 | [LibraryClasses.common.PEI_CORE]
|
| 126 | BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
| 127 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
| 128 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
|
| 129 | IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
|
| 130 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
| 131 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
| 132 | PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
|
| 133 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
| 134 | OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
|
| 135 | PeCoffGetEntryPointLib|UnixPkg/Library/EdkUnixPeiPeCoffGetEntryPointLib/EdkUnixPeiPeCoffGetEntryPointLib.inf
|
| 136 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 137 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
qhuang8 | 398b646 | 2009-03-05 09:20:08 +0000 | [diff] [blame] | 138 | PeCoffExtraActionLib|UnixPkg/Library/PeiUnixPeCoffExtraActionLib/PeiUnixPeCoffExtraActionLib.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 139 |
|
| 140 | [LibraryClasses.common.DXE_RUNTIME_DRIVER]
|
| 141 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 142 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 143 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
qhuang8 | 82e718f | 2008-10-28 06:28:30 +0000 | [diff] [blame] | 144 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 145 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
| 146 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
| 147 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
| 148 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
| 149 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 150 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 151 | UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
qhuang8 | 53d794b | 2008-11-13 09:44:29 +0000 | [diff] [blame] | 152 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 153 | UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf
|
| 154 | OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
|
| 155 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
qhuang8 | 398b646 | 2009-03-05 09:20:08 +0000 | [diff] [blame] | 156 | PeCoffExtraActionLib|UnixPkg/Library/DxeUnixPeCoffExtraActionLib/DxeUnixPeCoffExtraActionLib.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 157 |
|
| 158 | [LibraryClasses.common.UEFI_DRIVER]
|
| 159 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 160 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 161 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
qhuang8 | 82e718f | 2008-10-28 06:28:30 +0000 | [diff] [blame] | 162 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 163 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
| 164 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
| 165 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
| 166 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
| 167 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 168 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
qhuang8 | 53d794b | 2008-11-13 09:44:29 +0000 | [diff] [blame] | 169 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 170 | UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf
|
| 171 | OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
|
| 172 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
eric_tian | dfb8993 | 2008-09-24 05:01:24 +0000 | [diff] [blame] | 173 | NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
|
| 174 | UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
|
| 175 | IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
|
| 176 | DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
|
qhuang8 | 398b646 | 2009-03-05 09:20:08 +0000 | [diff] [blame] | 177 | PeCoffExtraActionLib|UnixPkg/Library/DxeUnixPeCoffExtraActionLib/DxeUnixPeCoffExtraActionLib.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 178 |
|
| 179 | [LibraryClasses.common.DXE_DRIVER]
|
| 180 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 181 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 182 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
qhuang8 | 82e718f | 2008-10-28 06:28:30 +0000 | [diff] [blame] | 183 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 184 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
| 185 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
| 186 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
| 187 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
| 188 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 189 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
qhuang8 | 53d794b | 2008-11-13 09:44:29 +0000 | [diff] [blame] | 190 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 191 | UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf
|
| 192 | OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
|
| 193 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
| 194 | NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
|
| 195 | IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
|
| 196 | UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
|
| 197 | DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
|
| 198 |
|
| 199 | [LibraryClasses.common.UEFI_APPLICATION]
|
| 200 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
qhuang8 | 53d794b | 2008-11-13 09:44:29 +0000 | [diff] [blame] | 201 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 202 | UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
|
| 203 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 204 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 205 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 206 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
qhuang8 | 82e718f | 2008-10-28 06:28:30 +0000 | [diff] [blame] | 207 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 208 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
| 209 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
| 210 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 211 | UnixLib|UnixPkg/Library/DxeUnixLib/DxeUnixLib.inf
|
| 212 | OemHookStatusCodeLib|UnixPkg/Library/DxeUnixOemHookStatusCodeLib/DxeUnixOemHookStatusCodeLib.inf
|
| 213 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
|
qhuang8 | c71b659 | 2009-02-23 03:20:54 +0000 | [diff] [blame] | 214 | PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 215 |
|
| 216 | ################################################################################
|
| 217 | #
|
| 218 | # Pcd Section - list of all EDK II PCD Entries defined by this Platform.
|
| 219 | #
|
| 220 | ################################################################################
|
| 221 | [PcdsFixedAtBuild.IA32]
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 222 | gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageVariableBase|0x280000
|
| 223 | gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageFtwSpareBase|0x290000
|
| 224 | gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageFtwWorkingBase|0x28e000
|
| 225 |
|
| 226 | gEfiUnixPkgTokenSpaceGuid.PcdUnixBootMode|1
|
| 227 | gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareFdSize|0x2a0000
|
| 228 | gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareBlockSize|0x10000
|
| 229 | gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogBase|0x28c000
|
| 230 | gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogSize|0x2000
|
| 231 | gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoveryBase|0x0
|
| 232 | gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoverySize|0x280000
|
| 233 |
|
| 234 | gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySizeForSecMain|L"64!64"|VOID*|10
|
| 235 | gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareVolume|L"../FV/FV_RECOVERY.fd"|VOID*|52
|
| 236 |
|
| 237 | gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
|
| 238 | gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
|
| 239 | gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
|
| 240 | gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
|
| 241 | gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
|
| 242 | gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
|
| 243 | gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
|
| 244 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f
|
| 245 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f
|
| 246 | gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
|
| 247 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040
|
| 248 | gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
|
| 249 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08
|
| 250 | gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
|
| 251 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0
|
| 252 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 253 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3
|
| 254 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR
|
| 255 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET
|
| 256 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR
|
| 257 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 258 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003
|
| 259 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006
|
| 260 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004
|
| 261 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x00051003
|
| 262 | gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
|
| 263 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
|
| 264 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
|
| 265 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
|
| 266 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
|
| 267 | gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
|
| 268 |
|
| 269 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
|
| 270 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
|
| 271 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00c000
|
| 272 | gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
|
| 273 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
|
| 274 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
|
| 275 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
|
| 276 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
|
| 277 | gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000
|
| 278 |
|
| 279 | [PcdsFeatureFlag.common]
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 280 | gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
|
| 281 | gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
|
| 282 | gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 283 | gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
|
| 284 | gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
|
| 285 | gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
|
| 286 | gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
|
| 287 | gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
|
| 288 | gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
|
| 289 | gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
|
| 290 | gEfiEdkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
|
klu2 | 8a38e45 | 2009-01-04 05:57:14 +0000 | [diff] [blame] | 291 | gEfiEdkModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 292 | gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
|
| 293 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 294 | gEfiEdkModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
|
| 295 | gEfiEdkModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
|
davidhuang | beb9b90 | 2009-10-20 03:44:43 +0000 | [diff] [blame] | 296 | gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 297 | gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE
|
| 298 | #gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|FALSE
|
| 299 |
|
| 300 | [PcdsFeatureFlag.IA32]
|
| 301 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseTraverseEnabled|TRUE
|
| 302 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseCallbackOnSetEnabled|TRUE
|
| 303 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseExEnabled|TRUE
|
| 304 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseGetSizeEnabled|TRUE
|
| 305 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiPcdDatabaseSetEnabled|TRUE
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 306 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
|
jljusten | 72670d3 | 2009-04-27 18:26:12 +0000 | [diff] [blame] | 307 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|TRUE
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 308 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled|TRUE
|
lgao4 | d2c315e | 2009-06-16 01:16:27 +0000 | [diff] [blame] | 309 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 310 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE
|
klu2 | 8a38e45 | 2009-01-04 05:57:14 +0000 | [diff] [blame] | 311 | gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 312 | gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
|
| 313 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 314 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE
|
| 315 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE
|
| 316 | gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
|
| 317 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
|
klu2 | 8a38e45 | 2009-01-04 05:57:14 +0000 | [diff] [blame] | 318 | gEfiMdeModulePkgTokenSpaceGuid.PcdSupportUpdateCapsuleReset|FALSE
|
davidhuang | beb9b90 | 2009-10-20 03:44:43 +0000 | [diff] [blame] | 319 | gEfiMdeModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 320 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE
|
| 321 |
|
| 322 | ################################################################################
|
| 323 | #
|
| 324 | # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
|
| 325 | #
|
| 326 | ################################################################################
|
| 327 |
|
| 328 | [PcdsDynamicDefault.common.DEFAULT]
|
| 329 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
|
| 330 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
|
| 331 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
|
| 332 | gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageVariableBase|0x0|UINT32|4
|
| 333 | gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x0|UINT32|4
|
| 334 | gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0x0|UINT32|4
|
| 335 | gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x0|UINT32|4
|
| 336 | gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0x0|UINT32|4
|
| 337 | gEfiGenericPlatformTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x0|UINT32|4
|
| 338 | gEfiUnixPkgTokenSpaceGuid.PcdUnixConsole|L"Bus Driver Console Window"|VOID*|50
|
| 339 | gEfiUnixPkgTokenSpaceGuid.PcdUnixUga|L"UGA Window"|VOID*|50
|
eric_tian | 0856e61 | 2008-10-08 10:51:05 +0000 | [diff] [blame] | 340 | gEfiUnixPkgTokenSpaceGuid.PcdUnixFileSystem|L".!../../../../EdkShellBinPkg/Bin/Ia32/Apps"|VOID*|106
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 341 | gEfiUnixPkgTokenSpaceGuid.PcdUnixVirtualDisk|L"disk1.img:FW"|VOID*|24
|
| 342 | gEfiUnixPkgTokenSpaceGuid.PcdUnixPhysicalDisk|L"E:RW;245760;512"|VOID*|30
|
| 343 | gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuModel|L"Intel(R) Processor Model"|VOID*|48
|
| 344 | gEfiUnixPkgTokenSpaceGuid.PcdUnixCpuSpeed|L"3000"|VOID*|8
|
| 345 | gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySize|L"64!64"|VOID*|10
|
| 346 | gEfiUnixPkgTokenSpaceGuid.PcdUnixSerialPort|L"/dev/ttyS0!/dev/ttyS1"|VOID*|20
|
| 347 |
|
qhuang8 | c71b659 | 2009-02-23 03:20:54 +0000 | [diff] [blame] | 348 | [PcdsDynamicHii.common.DEFAULT]
|
eric_tian | 70c92c7 | 2009-03-17 05:50:21 +0000 | [diff] [blame] | 349 | gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEfiUnixSystemConfigGuid|0x0|80
|
| 350 | gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEfiUnixSystemConfigGuid|0x4|25
|
vanjeff | b672348 | 2009-05-08 07:51:03 +0000 | [diff] [blame] | 351 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10
|
qhuang8 | c71b659 | 2009-02-23 03:20:54 +0000 | [diff] [blame] | 352 |
|
xli24 | dcbb35e | 2009-02-10 08:58:47 +0000 | [diff] [blame] | 353 | ###################################################################################################
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 354 | #
|
xli24 | dcbb35e | 2009-02-10 08:58:47 +0000 | [diff] [blame] | 355 | # Components Section - list of the modules and components that will be processed by compilation
|
| 356 | # tools and the EDK II tools to generate PE32/PE32+/Coff image files.
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 357 | #
|
xli24 | dcbb35e | 2009-02-10 08:58:47 +0000 | [diff] [blame] | 358 | # Note: The EDK II DSC file is not used to specify how compiled binary images get placed
|
| 359 | # into firmware volume images. This section is just a list of modules to compile from
|
| 360 | # source into UEFI-compliant binaries.
|
| 361 | # It is the FDF file that contains information on combining binary files into firmware
|
| 362 | # volume images, whose concept is beyond UEFI and is described in PI specification.
|
| 363 | # Binary modules do not need to be listed in this section, as they should be
|
| 364 | # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),
|
| 365 | # Logo (Logo.bmp), and etc.
|
| 366 | # There may also be modules listed in this section that are not required in the FDF file,
|
| 367 | # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be
|
| 368 | # generated for it, but the binary will not be put into any firmware volume.
|
| 369 | #
|
| 370 | ###################################################################################################
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 371 | [Components.IA32]
|
| 372 | ##
|
| 373 | # SEC Phase modules
|
| 374 | ##
|
| 375 | UnixPkg/Sec/SecMain.inf
|
| 376 |
|
| 377 | ##
|
| 378 | # PEI Phase modules
|
| 379 | ##
|
| 380 | MdeModulePkg/Core/Pei/PeiMain.inf
|
| 381 | MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
|
| 382 | <LibraryClasses>
|
| 383 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 384 | }
|
xli24 | 0299403 | 2009-04-27 09:16:55 +0000 | [diff] [blame] | 385 | IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 386 | UnixPkg/BootModePei/BootModePei.inf
|
| 387 | UnixPkg/UnixFlashMapPei/FlashMap.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 388 | MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
|
| 389 | UnixPkg/UnixAutoScanPei/UnixAutoScan.inf
|
| 390 | UnixPkg/UnixFirmwareVolumePei/UnixFwh.inf
|
| 391 | UnixPkg/UnixThunkPpiToProtocolPei/UnixThunkPpiToProtocol.inf
|
| 392 | MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
|
| 393 |
|
| 394 | ##
|
| 395 | # DXE Phase modules
|
| 396 | ##
|
| 397 | MdeModulePkg/Core/Dxe/DxeMain.inf {
|
| 398 | <LibraryClasses>
|
| 399 | NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
|
| 400 | }
|
| 401 | MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
|
| 402 | <LibraryClasses>
|
| 403 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 404 | }
|
| 405 |
|
| 406 | UnixPkg/MetronomeDxe/Metronome.inf
|
jljusten | 116c9e2 | 2009-07-07 22:52:15 +0000 | [diff] [blame] | 407 | UnixPkg/RealTimeClockRuntimeDxe/RealTimeClock.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 408 | UnixPkg/ResetRuntimeDxe/Reset.inf
|
| 409 | MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
|
| 410 | UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf
|
| 411 | MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
|
| 412 | IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf
|
| 413 | MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
|
| 414 | MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
|
| 415 | UnixPkg/UnixThunkDxe/UnixThunk.inf
|
| 416 | UnixPkg/CpuRuntimeDxe/Cpu.inf
|
lgao4 | 7ee40c6 | 2009-03-04 01:31:46 +0000 | [diff] [blame] | 417 | MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 418 | IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf
|
| 419 | UnixPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf
|
| 420 | UnixPkg/TimerDxe/Timer.inf
|
xli24 | 6693414 | 2009-04-27 06:40:41 +0000 | [diff] [blame] | 421 | IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 422 | MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
|
| 423 | MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
|
| 424 | MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
|
| 425 | MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
|
| 426 | MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
|
| 427 | MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
|
| 428 | MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
|
| 429 | MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
|
klu2 | 5d1a5b3 | 2009-01-23 07:27:23 +0000 | [diff] [blame] | 430 | IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 431 | MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
|
| 432 | MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
|
| 433 | MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
|
| 434 | MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
|
davidhuang | beb9b90 | 2009-10-20 03:44:43 +0000 | [diff] [blame] | 435 | MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 436 | MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
|
| 437 | MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
|
| 438 | IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
|
| 439 | UnixPkg/UnixBusDriverDxe/UnixBusDriver.inf
|
| 440 |
|
| 441 | UnixPkg/UnixBlockIoDxe/UnixBlockIo.inf
|
| 442 | UnixPkg/UnixSerialIoDxe/UnixSerialIo.inf
|
| 443 | UnixPkg/UnixUgaDxe/UnixUga.inf
|
| 444 | UnixPkg/UnixConsoleDxe/UnixConsole.inf
|
| 445 | UnixPkg/UnixSimpleFileSystemDxe/UnixSimpleFileSystem.inf
|
| 446 | MdeModulePkg/Application/HelloWorld/HelloWorld.inf
|
| 447 |
|
| 448 | #
|
| 449 | # Network stack drivers
|
| 450 | # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.
|
| 451 | #
|
| 452 | MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
|
| 453 | MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
|
| 454 | MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
|
| 455 | MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
|
| 456 | MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
|
| 457 | MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
|
| 458 | MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
|
| 459 | MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
|
| 460 | MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
|
| 461 |
|
davidhuang | aaa2cc1 | 2009-11-20 04:02:34 +0000 | [diff] [blame] | 462 | MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 463 | MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
|
| 464 | MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
|
qhuang8 | c71b659 | 2009-02-23 03:20:54 +0000 | [diff] [blame] | 465 | MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
|
eric_tian | 804405e | 2008-06-30 05:08:49 +0000 | [diff] [blame] | 466 | MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {
|
| 467 | <LibraryClasses>
|
| 468 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 469 | }
|
xli24 | 693e49c | 2009-02-06 03:15:09 +0000 | [diff] [blame] | 470 |
|