lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 1 | ## @file
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 2 | # EFI/Framework Open Virtual Machine Firmware (OVMF) platform
|
| 3 | #
|
jljusten | 7ca30a6 | 2011-01-13 05:46:52 +0000 | [diff] [blame] | 4 | # Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 5 | #
|
hhtian | 56d7640 | 2010-04-28 12:43:04 +0000 | [diff] [blame] | 6 | # This program and the accompanying materials
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 7 | # are licensed and made available under the terms and conditions of the BSD License
|
| 8 | # which accompanies this distribution. The full text of the license may be found at
|
| 9 | # http://opensource.org/licenses/bsd-license.php
|
| 10 | #
|
| 11 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
| 12 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
| 13 | #
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 14 | ##
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 15 |
|
| 16 | ################################################################################
|
| 17 | #
|
| 18 | # Defines Section - statements that will be processed to create a Makefile.
|
| 19 | #
|
| 20 | ################################################################################
|
| 21 | [Defines]
|
| 22 | PLATFORM_NAME = Ovmf
|
| 23 | PLATFORM_GUID = 5a9e7754-d81b-49ea-85ad-69eaa7b1539b
|
| 24 | PLATFORM_VERSION = 0.1
|
klu2 | 713b7b5 | 2009-10-22 06:30:20 +0000 | [diff] [blame] | 25 | DSC_SPECIFICATION = 0x00010005
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 26 | OUTPUT_DIRECTORY = Build/Ovmf3264
|
| 27 | SUPPORTED_ARCHITECTURES = IA32|X64
|
| 28 | BUILD_TARGETS = DEBUG|RELEASE
|
| 29 | SKUID_IDENTIFIER = DEFAULT
|
| 30 | FLASH_DEFINITION = OvmfPkg/OvmfPkgIa32X64.fdf
|
| 31 |
|
jljusten | 0bc7e56 | 2010-01-04 16:18:02 +0000 | [diff] [blame] | 32 | [BuildOptions]
|
jljusten | 152d9a6 | 2010-10-13 07:07:42 +0000 | [diff] [blame] | 33 | GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
|
| 34 | INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
|
| 35 | MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
|
jljusten | 4a8266f | 2010-12-31 07:55:51 +0000 | [diff] [blame] | 36 | GCC:*_*_*_CC_FLAGS = -mno-mmx -mno-sse
|
jljusten | 0bc7e56 | 2010-01-04 16:18:02 +0000 | [diff] [blame] | 37 |
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 38 | ################################################################################
|
| 39 | #
|
| 40 | # SKU Identification section - list of all SKU IDs supported by this Platform.
|
| 41 | #
|
| 42 | ################################################################################
|
| 43 | [SkuIds]
|
| 44 | 0|DEFAULT
|
| 45 |
|
| 46 | ################################################################################
|
| 47 | #
|
| 48 | # Library Class section - list of all Library Classes needed by this Platform.
|
| 49 | #
|
| 50 | ################################################################################
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 51 | [LibraryClasses]
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 52 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 53 | TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
|
| 54 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
jljusten | 4a8266f | 2010-12-31 07:55:51 +0000 | [diff] [blame] | 55 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 56 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
| 57 | SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
|
| 58 | CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
|
| 59 | PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
|
| 60 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 61 | CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
|
| 62 | UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
|
| 63 | UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
|
| 64 | HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 65 | GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf
|
| 66 | CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
|
| 67 | DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
|
| 68 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
| 69 | PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
|
| 70 | PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
|
| 71 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
xli24 | 1630c6d | 2009-12-29 09:36:05 +0000 | [diff] [blame] | 72 | OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 73 | SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
|
| 74 | MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
|
jljusten | 86fef5b | 2009-06-30 15:57:29 +0000 | [diff] [blame] | 75 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
| 76 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 77 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 78 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
| 79 | UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
|
| 80 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
jljusten | 14b21de | 2009-09-16 16:29:03 +0000 | [diff] [blame] | 81 | NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf
|
jljusten | 7052047 | 2011-03-31 23:17:07 +0000 | [diff] [blame] | 82 | FileHandleLib|ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
|
qhuang8 | 284af94 | 2009-11-25 04:26:09 +0000 | [diff] [blame] | 83 | UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
|
lgao4 | 8273af4 | 2009-11-26 01:33:07 +0000 | [diff] [blame] | 84 | SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
|
mdkinney | 7416f4e | 2010-07-26 18:07:19 +0000 | [diff] [blame] | 85 | NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
|
| 86 | IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
|
| 87 | UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
|
| 88 | DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
|
jljusten | 689562c | 2010-12-31 07:55:38 +0000 | [diff] [blame] | 89 | UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
|
jljusten | b043ebc | 2011-01-30 19:49:54 +0000 | [diff] [blame] | 90 | SerializeVariablesLib|OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.inf
|
hhtian | d33db92 | 2011-09-02 13:31:24 +0000 | [diff] [blame] | 91 | LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf
|
vanjeff | c6efcc2 | 2010-09-12 06:46:55 +0000 | [diff] [blame] | 92 |
|
| 93 | !ifdef $(SOURCE_DEBUG_ENABLE)
|
| 94 | PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
|
| 95 | DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf
|
| 96 | !else
|
mdkinney | 42a83e8 | 2010-08-03 07:41:54 +0000 | [diff] [blame] | 97 | PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
|
| 98 | DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
|
vanjeff | c6efcc2 | 2010-09-12 06:46:55 +0000 | [diff] [blame] | 99 | !endif
|
jljusten | 152d9a6 | 2010-10-13 07:07:42 +0000 | [diff] [blame] | 100 |
|
jljusten | 7ca30a6 | 2011-01-13 05:46:52 +0000 | [diff] [blame] | 101 | ResetSystemLib|OvmfPkg/Library/ResetSystemLib/ResetSystemLib.inf
|
vanjeff | c6efcc2 | 2010-09-12 06:46:55 +0000 | [diff] [blame] | 102 | LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
|
mdkinney | 5de1a57 | 2011-03-10 22:38:41 +0000 | [diff] [blame] | 103 | DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
|
mdkinney | 7416f4e | 2010-07-26 18:07:19 +0000 | [diff] [blame] | 104 |
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 105 | [LibraryClasses.common.SEC]
|
| 106 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
xli24 | abec2e5 | 2009-12-29 09:10:05 +0000 | [diff] [blame] | 107 | ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
lgao4 | fcd7e67 | 2010-05-05 02:06:21 +0000 | [diff] [blame] | 108 | ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
|
vanjeff | c6efcc2 | 2010-09-12 06:46:55 +0000 | [diff] [blame] | 109 | !ifdef $(SOURCE_DEBUG_ENABLE)
|
| 110 | DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
|
| 111 | !endif
|
mdkinney | 42a83e8 | 2010-08-03 07:41:54 +0000 | [diff] [blame] | 112 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
| 113 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
| 114 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
|
| 115 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 116 |
|
| 117 | [LibraryClasses.common.PEI_CORE]
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 118 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
| 119 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
|
| 120 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
| 121 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
| 122 | PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
|
xli24 | abec2e5 | 2009-12-29 09:10:05 +0000 | [diff] [blame] | 123 | ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
xli24 | 1630c6d | 2009-12-29 09:36:05 +0000 | [diff] [blame] | 124 | OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 125 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
| 126 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
| 127 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
| 128 |
|
| 129 | [LibraryClasses.common.PEIM]
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 130 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
| 131 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
|
| 132 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
| 133 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
| 134 | PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
xli24 | abec2e5 | 2009-12-29 09:10:05 +0000 | [diff] [blame] | 135 | ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
xli24 | 1630c6d | 2009-12-29 09:36:05 +0000 | [diff] [blame] | 136 | OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 137 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
| 138 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
| 139 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
| 140 | PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
|
| 141 | ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
|
vanjeff | c6efcc2 | 2010-09-12 06:46:55 +0000 | [diff] [blame] | 142 | !ifdef $(SOURCE_DEBUG_ENABLE)
|
| 143 | DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
|
| 144 | !endif
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 145 |
|
| 146 | [LibraryClasses.common.DXE_CORE]
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 147 | HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
|
| 148 | DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
|
| 149 | MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
|
xli24 | abec2e5 | 2009-12-29 09:10:05 +0000 | [diff] [blame] | 150 | ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 151 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
| 152 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 153 | ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
|
vanjeff | c6efcc2 | 2010-09-12 06:46:55 +0000 | [diff] [blame] | 154 | !ifdef $(SOURCE_DEBUG_ENABLE)
|
| 155 | DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
|
| 156 | !endif
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 157 |
|
| 158 | [LibraryClasses.common.DXE_RUNTIME_DRIVER]
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 159 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 160 | DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
|
| 161 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
xli24 | abec2e5 | 2009-12-29 09:10:05 +0000 | [diff] [blame] | 162 | ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 163 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
| 164 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 165 | UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
| 166 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 167 |
|
| 168 | [LibraryClasses.common.UEFI_DRIVER]
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 169 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 170 | DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
|
| 171 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
xli24 | abec2e5 | 2009-12-29 09:10:05 +0000 | [diff] [blame] | 172 | ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 173 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
| 174 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 175 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
| 176 |
|
| 177 | [LibraryClasses.common.DXE_DRIVER]
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 178 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 179 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 180 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
xli24 | abec2e5 | 2009-12-29 09:10:05 +0000 | [diff] [blame] | 181 | ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 182 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 183 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
|
| 184 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
| 185 | NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
|
| 186 | IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf
|
| 187 | UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf
|
| 188 | DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf
|
| 189 | PlatformBdsLib|OvmfPkg/Library/PlatformBdsLib/PlatformBdsLib.inf
|
| 190 |
|
jljusten | 86fef5b | 2009-06-30 15:57:29 +0000 | [diff] [blame] | 191 | [LibraryClasses.common.UEFI_APPLICATION]
|
| 192 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 193 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
| 194 | DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
| 195 |
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 196 | ################################################################################
|
| 197 | #
|
| 198 | # Pcd Section - list of all EDK II PCD Entries defined by this Platform.
|
| 199 | #
|
| 200 | ################################################################################
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 201 | [PcdsFeatureFlag]
|
jljusten | e8d1b8d | 2010-01-04 16:18:03 +0000 | [diff] [blame] | 202 | gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
|
| 203 | gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE
|
lgao4 | 8fa729a | 2010-03-15 01:40:59 +0000 | [diff] [blame] | 204 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE
|
| 205 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|TRUE
|
lgao4 | 8fa729a | 2010-03-15 01:40:59 +0000 | [diff] [blame] | 206 | gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
|
| 207 | gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
|
| 208 | gOptionRomPkgTokenSpaceGuid.PcdSupportGop|TRUE
|
| 209 | gOptionRomPkgTokenSpaceGuid.PcdSupportUga|FALSE
|
| 210 |
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 211 | [PcdsFixedAtBuild]
|
xli24 | e6d3b27 | 2009-12-25 06:36:10 +0000 | [diff] [blame] | 212 | gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
|
gikidy | 670a64e | 2011-08-25 03:19:57 +0000 | [diff] [blame] | 213 | gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 214 | gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
|
| 215 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6
|
| 216 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32
|
| 217 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400
|
| 218 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000
|
jljusten | 27f58ea | 2009-09-26 07:15:51 +0000 | [diff] [blame] | 219 | gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xc000
|
| 220 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0xc000
|
| 221 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000
|
| 222 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 223 |
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 224 | gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
|
| 225 |
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 226 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
|
| 227 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
|
vanjeff | c6efcc2 | 2010-09-12 06:46:55 +0000 | [diff] [blame] | 228 | !ifdef $(SOURCE_DEBUG_ENABLE)
|
| 229 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
|
| 230 | !else
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 231 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
|
vanjeff | c6efcc2 | 2010-09-12 06:46:55 +0000 | [diff] [blame] | 232 | !endif
|
| 233 |
|
gikidy | 670a64e | 2011-08-25 03:19:57 +0000 | [diff] [blame] | 234 | !ifdef $(SOURCE_DEBUG_ENABLE)
|
vanjeff | c6efcc2 | 2010-09-12 06:46:55 +0000 | [diff] [blame] | 235 | gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2
|
gikidy | 670a64e | 2011-08-25 03:19:57 +0000 | [diff] [blame] | 236 | !endif
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 237 |
|
jljusten | 345a0c8 | 2011-06-26 18:58:41 +0000 | [diff] [blame] | 238 | !if $(BUILD_NEW_SHELL)
|
| 239 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }
|
| 240 | !else
|
| 241 | !if $(USE_NEW_SHELL)
|
| 242 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }
|
| 243 | !endif
|
| 244 | !endif
|
| 245 |
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 246 | ################################################################################
|
| 247 | #
|
| 248 | # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
|
| 249 | #
|
| 250 | ################################################################################
|
| 251 |
|
lgao4 | 7b202cb | 2010-02-23 23:58:38 +0000 | [diff] [blame] | 252 | [PcdsDynamicDefault]
|
jljusten | 77ba993 | 2009-09-07 20:18:17 +0000 | [diff] [blame] | 253 | gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
|
jljusten | e313026 | 2011-01-16 03:32:47 +0000 | [diff] [blame] | 254 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
|
jljusten | 27f58ea | 2009-09-26 07:15:51 +0000 | [diff] [blame] | 255 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
|
| 256 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
|
| 257 |
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 258 |
|
| 259 | ################################################################################
|
| 260 | #
|
| 261 | # Components Section - list of all EDK II Modules needed by this Platform.
|
| 262 | #
|
| 263 | ################################################################################
|
| 264 | [Components.IA32]
|
| 265 | #
|
| 266 | # SEC Phase modules
|
| 267 | #
|
jljusten | c1c2669 | 2010-01-04 16:17:59 +0000 | [diff] [blame] | 268 | OvmfPkg/Sec/SecMain.inf {
|
| 269 | <LibraryClasses>
|
| 270 | NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
|
| 271 | }
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 272 |
|
| 273 | #
|
| 274 | # PEI Phase modules
|
| 275 | #
|
| 276 | MdeModulePkg/Core/Pei/PeiMain.inf
|
| 277 | MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
|
| 278 | <LibraryClasses>
|
| 279 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 280 | }
|
| 281 | IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
|
jljusten | c1c2669 | 2010-01-04 16:17:59 +0000 | [diff] [blame] | 282 | MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
|
jljusten | 77ba993 | 2009-09-07 20:18:17 +0000 | [diff] [blame] | 283 |
|
| 284 | OvmfPkg/PlatformPei/PlatformPei.inf {
|
| 285 | <LibraryClasses>
|
| 286 | PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
|
| 287 | }
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 288 |
|
| 289 | [Components.X64]
|
| 290 | #
|
| 291 | # DXE Phase modules
|
| 292 | #
|
| 293 | MdeModulePkg/Core/Dxe/DxeMain.inf {
|
| 294 | <LibraryClasses>
|
| 295 | NULL|IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
|
| 296 | }
|
| 297 |
|
| 298 | IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf
|
| 299 | MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
|
| 300 | <LibraryClasses>
|
| 301 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 302 | }
|
| 303 |
|
| 304 | MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
|
| 305 | MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
|
xli24 | e6d3b27 | 2009-12-25 06:36:10 +0000 | [diff] [blame] | 306 | MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 307 | PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf
|
eric_tian | 73cbc58 | 2009-12-08 05:31:19 +0000 | [diff] [blame] | 308 | UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 309 | UefiCpuPkg/CpuDxe/CpuDxe.inf
|
| 310 | PcAtChipsetPkg/8254TimerDxe/8254Timer.inf
|
| 311 | PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
|
davidhuang | 4ad90a8 | 2009-10-20 03:44:25 +0000 | [diff] [blame] | 312 | MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 313 | PcAtChipsetPkg/KbcResetDxe/Reset.inf
|
| 314 | MdeModulePkg/Universal/Metronome/Metronome.inf {
|
| 315 | <LibraryClasses>
|
| 316 | TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
|
| 317 | }
|
| 318 |
|
klu2 | 78e748b | 2009-07-07 03:21:07 +0000 | [diff] [blame] | 319 | PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf {
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 320 | <LibraryClasses>
|
| 321 | TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
|
| 322 | }
|
| 323 |
|
jljusten | c1c2669 | 2010-01-04 16:17:59 +0000 | [diff] [blame] | 324 | IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf {
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 325 | <LibraryClasses>
|
| 326 | TimerLib|OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.inf
|
jljusten | 8016da2 | 2011-11-10 22:04:19 +0000 | [diff] [blame] | 327 | !ifdef $(CSM_ENABLE)
|
| 328 | NULL|OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf
|
| 329 | !endif
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 330 | }
|
| 331 |
|
jljusten | efd82c5 | 2010-03-21 00:34:15 +0000 | [diff] [blame] | 332 | OvmfPkg/BlockMmioToBlockIoDxe/BlockIo.inf
|
jljusten | 27f58ea | 2009-09-26 07:15:51 +0000 | [diff] [blame] | 333 | OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
|
| 334 | <LibraryClasses>
|
| 335 | PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
|
| 336 | }
|
| 337 | MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
|
| 338 | MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 339 | MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
|
| 340 | MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
|
| 341 | MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
|
| 342 | MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
|
| 343 | MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
|
| 344 | MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
|
| 345 | MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
|
| 346 | MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
|
jljusten | 86fef5b | 2009-06-30 15:57:29 +0000 | [diff] [blame] | 347 | MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 348 | MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
|
| 349 | MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
|
| 350 | MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
|
| 351 | MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
|
| 352 | MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
|
| 353 | IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf
|
| 354 | PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
|
| 355 | MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
|
| 356 | MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
|
jljusten | 999a815 | 2011-01-21 16:50:47 +0000 | [diff] [blame] | 357 | MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 358 |
|
jljusten | eaf4f33 | 2011-04-12 15:08:51 +0000 | [diff] [blame] | 359 | OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf {
|
| 360 | <LibraryClasses>
|
| 361 | BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
|
| 362 | }
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 363 |
|
| 364 | #
|
| 365 | # ISA Support
|
| 366 | #
|
| 367 | PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
|
| 368 | IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.inf
|
| 369 | IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
|
| 370 | IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
|
| 371 | IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.inf
|
| 372 |
|
| 373 | #
|
jljusten | fb51181 | 2011-08-13 22:54:37 +0000 | [diff] [blame] | 374 | # SMBIOS Support
|
| 375 | #
|
| 376 | MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
|
| 377 | OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
|
| 378 |
|
| 379 | #
|
jljusten | 49ba944 | 2009-05-27 21:10:18 +0000 | [diff] [blame] | 380 | # ACPI Support
|
| 381 | #
|
| 382 | MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
|
| 383 | MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatformDxe.inf
|
| 384 | OvmfPkg/AcpiTables/AcpiTables.inf
|
mdkinney | 7416f4e | 2010-07-26 18:07:19 +0000 | [diff] [blame] | 385 |
|
| 386 | #
|
| 387 | # Network Support
|
| 388 | #
|
| 389 | !if $(NETWORK_ENABLE)
|
| 390 | MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
|
| 391 | MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
|
| 392 | MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
|
| 393 | MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
|
| 394 | MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
|
| 395 | MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
|
| 396 | MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
|
| 397 | MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
|
| 398 | MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
|
| 399 | MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
|
| 400 | MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
|
| 401 | MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
|
| 402 | MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
|
| 403 | !endif
|
jljusten | 152d9a6 | 2010-10-13 07:07:42 +0000 | [diff] [blame] | 404 |
|
jljusten | 689562c | 2010-12-31 07:55:38 +0000 | [diff] [blame] | 405 | #
|
| 406 | # Usb Support
|
| 407 | #
|
| 408 | MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
|
| 409 | MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
|
| 410 | MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
|
| 411 | MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
|
| 412 | MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
|
| 413 |
|
jljusten | 4b3d663 | 2011-11-10 22:04:49 +0000 | [diff] [blame^] | 414 | !ifdef $(CSM_ENABLE)
|
| 415 | IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf
|
| 416 | IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf
|
| 417 | OvmfPkg/Csm/Csm16/Csm16.inf
|
| 418 | !endif
|
| 419 |
|
jljusten | 345a0c8 | 2011-06-26 18:58:41 +0000 | [diff] [blame] | 420 | !if $(BUILD_NEW_SHELL)
|
| 421 | ShellPkg/Application/Shell/Shell.inf {
|
| 422 | <LibraryClasses>
|
| 423 | ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
|
| 424 | NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
|
| 425 | NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
|
| 426 | NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
|
| 427 | NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
|
| 428 | NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
|
| 429 | NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
|
| 430 | NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
|
| 431 | HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
|
| 432 | FileHandleLib|ShellPkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
|
| 433 | ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
|
| 434 | SortLib|ShellPkg/Library/UefiSortLib/UefiSortLib.inf
|
| 435 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
jljusten | d12bed1 | 2011-07-11 21:20:40 +0000 | [diff] [blame] | 436 | PathLib|ShellPkg/Library/BasePathLib/BasePathLib.inf
|
jljusten | 345a0c8 | 2011-06-26 18:58:41 +0000 | [diff] [blame] | 437 | # SafeBlockIoLib|ShellPkg/Library/SafeBlockIoLib/SafeBlockIoLib.inf
|
| 438 | # SafeOpenProtocolLib|ShellPkg/Library/SafeOpenProtocolLib/SafeOpenProtocolLib.inf
|
| 439 |
|
| 440 | <PcdsFixedAtBuild>
|
| 441 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
|
| 442 | gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
|
| 443 | gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
|
| 444 | }
|
| 445 | !endif
|
| 446 |
|