klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 1 | #/** @file
|
| 2 | # EFI/Framework Emulation Platform
|
| 3 | #
|
| 4 | # The Emulation Platform can be used to debug individual modules, prior to creating
|
| 5 | # a real platform. This also provides an example for how an FPD is created.
|
| 6 | #
|
| 7 | # Copyright (c) 2006 - 2007, Intel Corporation
|
| 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
|
vanjeff | 4cf1c1b | 2007-06-28 15:16:51 +0000 | [diff] [blame^] | 13 | #
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 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 = NT32
|
| 26 | PLATFORM_GUID = EB216561-961F-47EE-9EF9-CA426EF547C2
|
| 27 | PLATFORM_VERSION = 0.3
|
| 28 | DSC_SPECIFICATION = 0x00010005
|
| 29 | OUTPUT_DIRECTORY = $(WORKSPACE)/Build/Nt32Platform
|
| 30 | SUPPORTED_ARCHITECTURES = IA32
|
| 31 | BUILD_TARGETS = DEBUG
|
| 32 | SKUID_IDENTIFIER = DEFAULT
|
| 33 |
|
| 34 | DEBUG_ICC_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
|
| 35 | DEBUG_VS2003_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
|
| 36 | DEBUG_MYTOOLS_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
|
| 37 | DEBUG_WINDDK3790x1830_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
|
| 38 | DEBUG_VS2005PRO_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
|
| 39 | DEBUG_MIXED_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=_ModuleEntryPoint /ALIGN:4096 /SUBSYSTEM:CONSOLE
|
| 40 | RELEASE_ICC_IA32_DLINK_FLAGS = /ALIGN:4096
|
| 41 | RELEASE_VS2003_IA32_DLINK_FLAGS = /ALIGN:4096
|
| 42 | RELEASE_MYTOOLS_IA32_DLINK_FLAGS = /ALIGN:4096
|
| 43 | RELEASE_WINDDK3790x1830_IA32_DLINK_FLAGS = /ALIGN:4096
|
| 44 | RELEASE_VS2005PRO_IA32_DLINK_FLAGS = /ALIGN:4096
|
| 45 | RELEASE_MIXED_IA32_DLINK_FLAGS = /ALIGN:4096
|
| 46 |
|
| 47 |
|
| 48 | ################################################################################
|
| 49 | #
|
| 50 | # Library Class section - list of all Library Classes needed by this Platform.
|
| 51 | #
|
| 52 | ################################################################################
|
| 53 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 54 | [LibraryClasses.IA32.DXE_CORE]
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 55 | TimerLib|$(WORKSPACE)/MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
| 56 | EdkPeCoffLoaderLib|$(WORKSPACE)/Nt32Pkg/Library/Nt32PeCoffLoaderLib/Nt32PeCoffLoaderLib.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 57 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 58 | [LibraryClasses.IA32]
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 59 | IoLib|$(WORKSPACE)/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 60 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 61 | [LibraryClasses.IA32.DXE_SAL_DRIVER]
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 62 | TimerLib|$(WORKSPACE)/MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
| 63 | EdkFvbServiceLib|$(WORKSPACE)/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
|
| 64 | OemHookStatusCodeLib|$(WORKSPACE)/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 65 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 66 | [LibraryClasses.IA32.DXE_SMM_DRIVER]
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 67 | WinNtLib|$(WORKSPACE)/Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
|
| 68 | EdkFvbServiceLib|$(WORKSPACE)/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
|
| 69 | OemHookStatusCodeLib|$(WORKSPACE)/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 70 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 71 | [LibraryClasses.IA32.PEIM]
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 72 | TimerLib|$(WORKSPACE)/MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
| 73 | EdkPeCoffLoaderLib|$(WORKSPACE)/Nt32Pkg/Library/Nt32PeCoffLoaderLib/Nt32PeCoffLoaderLib.inf
|
| 74 | PeiServicesTablePointerLib|$(WORKSPACE)/MdePkg/Library/PeiServicesTablePointerLibMm7/PeiServicesTablePointerLibMm7.inf
|
| 75 | OemHookStatusCodeLib|$(WORKSPACE)/Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf
|
| 76 | PeCoffGetEntryPointLib|$(WORKSPACE)/Nt32Pkg/Library/EdkNt32PeiPeCoffGetEntryPointLib/EdkNt32PeiPeCoffGetEntryPointLib.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 77 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 78 | [LibraryClasses.IA32.PEI_CORE]
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 79 | TimerLib|$(WORKSPACE)/MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
| 80 | PeiServicesTablePointerLib|$(WORKSPACE)/MdePkg/Library/PeiServicesTablePointerLibMm7/PeiServicesTablePointerLibMm7.inf
|
| 81 | PeCoffGetEntryPointLib|$(WORKSPACE)/Nt32Pkg/Library/EdkNt32PeiPeCoffGetEntryPointLib/EdkNt32PeiPeCoffGetEntryPointLib.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 82 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 83 | [LibraryClasses.IA32.DXE_RUNTIME_DRIVER]
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 84 | WinNtLib|$(WORKSPACE)/Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
|
| 85 | EdkFvbServiceLib|$(WORKSPACE)/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
|
| 86 | OemHookStatusCodeLib|$(WORKSPACE)/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 87 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 88 | [LibraryClasses.IA32.BASE]
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 89 | TimerLib|$(WORKSPACE)/MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 90 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 91 | [LibraryClasses.IA32.SEC]
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 92 | TimerLib|$(WORKSPACE)/MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 93 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 94 | [LibraryClasses.IA32.UEFI_DRIVER]
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 95 | TimerLib|$(WORKSPACE)/MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
| 96 | WinNtLib|$(WORKSPACE)/Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
|
| 97 | EdkFvbServiceLib|$(WORKSPACE)/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
|
| 98 | OemHookStatusCodeLib|$(WORKSPACE)/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 99 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 100 | [LibraryClasses.IA32.DXE_DRIVER]
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 101 | TimerLib|$(WORKSPACE)/MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
| 102 | WinNtLib|$(WORKSPACE)/Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
|
| 103 | EdkFvbServiceLib|$(WORKSPACE)/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
|
| 104 | OemHookStatusCodeLib|$(WORKSPACE)/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
|
| 105 | EdkGenericBdsLib|$(WORKSPACE)/Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 106 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 107 | [LibraryClasses.IA32.UEFI_APPLICATION]
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 108 | TimerLib|$(WORKSPACE)/MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
| 109 | WinNtLib|$(WORKSPACE)/Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
|
| 110 | EdkFvbServiceLib|$(WORKSPACE)/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
|
| 111 | OemHookStatusCodeLib|$(WORKSPACE)/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 112 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 113 | [LibraryClasses.common.DXE_CORE]
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 114 | DebugLib|$(WORKSPACE)/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
| 115 | DevicePathLib|$(WORKSPACE)/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 116 | UefiDecompressLib|$(WORKSPACE)/MdeModulePkg/Library/DxeCoreUefiDecompressLibFromHob/DxeCoreUefiDecompressLibFromHob.inf
|
| 117 | UefiBootServicesTableLib|$(WORKSPACE)/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 118 | HobLib|$(WORKSPACE)/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
|
| 119 | DxeCoreEntryPoint|$(WORKSPACE)/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
|
| 120 | CustomDecompressLib|$(WORKSPACE)/MdeModulePkg/Library/DxeCoreCustomDecompressLibFromHob/DxeCoreCustomDecompressLibFromHob.inf
|
| 121 | EdkPeCoffLoaderLib|$(WORKSPACE)/MdeModulePkg/Library/EdkDxePeCoffLoaderFromHobLib/EdkDxePeCoffLoaderFromHobLib.inf
|
| 122 | MemoryAllocationLib|$(WORKSPACE)/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
| 123 | UefiLib|$(WORKSPACE)/MdePkg/Library/UefiLib/UefiLib.inf
|
klu2 | de4c8a3 | 2007-06-28 08:36:46 +0000 | [diff] [blame] | 124 | ReportStatusCodeLib|$(WORKSPACE)/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 125 | TianoDecompressLib|$(WORKSPACE)/MdeModulePkg/Library/DxeCoreTianoDecompressLibFromHob/DxeCoreTianoDecompressLibFromHob.inf
|
vanjeff | 4cf1c1b | 2007-06-28 15:16:51 +0000 | [diff] [blame^] | 126 | FvbServiceLib|${WORKSPACE}/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
|
| 127 |
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 128 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 129 | [LibraryClasses.common]
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 130 | TimerLib|$(WORKSPACE)/MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
|
| 131 | PrintLib|$(WORKSPACE)/MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
| 132 | UefiDecompressLib|$(WORKSPACE)/MdeModulePkg/Library/BaseUefiTianoDecompressLib/BaseUefiTianoDecompressLib.inf
|
| 133 | PcdLib|$(WORKSPACE)/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
| 134 | DebugLib|$(WORKSPACE)/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
| 135 | PeCoffGetEntryPointLib|$(WORKSPACE)/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
|
| 136 | SerialPortLib|$(WORKSPACE)/MdeModulePkg/Library/EdkSerialPortLibNull/EdkSerialPortLibNull.inf
|
| 137 | BaseMemoryLib|$(WORKSPACE)/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
| 138 | BaseLib|$(WORKSPACE)/MdePkg/Library/BaseLib/BaseLib.inf
|
| 139 | CustomDecompressLib|$(WORKSPACE)/MdeModulePkg/Library/BaseCustomDecompressLibNull/BaseCustomDecompressLibNull.inf
|
| 140 | PerformanceLib|$(WORKSPACE)/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
|
| 141 | PeCoffLib|$(WORKSPACE)/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
| 142 | PciIncompatibleDeviceSupportLib|$(WORKSPACE)/MdeModulePkg/Library/EdkPciIncompatibleDeviceSupportLib/EdkPciIncompatibleDeviceSupportLib.inf
|
| 143 | CacheMaintenanceLib|$(WORKSPACE)/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 144 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 145 | [LibraryClasses.common.DXE_SAL_DRIVER]
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 146 | DebugLib|$(WORKSPACE)/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
| 147 | UefiRuntimeServicesTableLib|$(WORKSPACE)/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 148 | HobLib|$(WORKSPACE)/MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 149 | EdkIfrSupportLib|$(WORKSPACE)/MdeModulePkg/Library/EdkIfrSupportLib/EdkIfrSupportLib.inf
|
| 150 | EdkPeCoffLoaderLib|$(WORKSPACE)/MdeModulePkg/Library/EdkDxePeCoffLoaderFromHobLib/EdkDxePeCoffLoaderFromHobLib.inf
|
| 151 | PcdLib|$(WORKSPACE)/MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 152 | MemoryAllocationLib|$(WORKSPACE)/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
| 153 | UefiLib|$(WORKSPACE)/MdePkg/Library/UefiLib/UefiLib.inf
|
| 154 | UefiDriverEntryPoint|$(WORKSPACE)/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
| 155 | EdkGraphicsLib|$(WORKSPACE)/MdeModulePkg/Library/EdkGraphicsLib/EdkGraphicsLib.inf
|
klu2 | de4c8a3 | 2007-06-28 08:36:46 +0000 | [diff] [blame] | 156 | ReportStatusCodeLib|$(WORKSPACE)/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 157 | PrintLib|$(WORKSPACE)/MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
| 158 | DxeServicesTableLib|$(WORKSPACE)/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
| 159 | UefiDecompressLib|$(WORKSPACE)/MdeModulePkg/Library/DxeCoreUefiDecompressLibFromHob/DxeCoreUefiDecompressLibFromHob.inf
|
| 160 | FrameworkHiiLib|$(WORKSPACE)/IntelFrameworkPkg/Library/HiiLib/FrameworkHiiLib.inf
|
| 161 | UefiBootServicesTableLib|$(WORKSPACE)/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 162 | DevicePathLib|$(WORKSPACE)/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 163 | BaseMemoryLib|$(WORKSPACE)/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
| 164 | UefiRuntimeLib|$(WORKSPACE)/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
| 165 | TianoDecompressLib|$(WORKSPACE)/MdeModulePkg/Library/DxeCoreTianoDecompressLibFromHob/DxeCoreTianoDecompressLibFromHob.inf
|
| 166 | EdkUsbLib|$(WORKSPACE)/MdeModulePkg/Library/EdkUsbLib/EdkUsbLib.inf
|
| 167 | EdkScsiLib|$(WORKSPACE)/MdeModulePkg/Library/EdkScsiLib/EdkScsiLib.inf
|
vanjeff | 4cf1c1b | 2007-06-28 15:16:51 +0000 | [diff] [blame^] | 168 | FvbServiceLib|${WORKSPACE}/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
|
| 169 |
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 170 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 171 | [LibraryClasses.common.DXE_SMM_DRIVER]
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 172 | EdkUsbLib|$(WORKSPACE)/MdeModulePkg/Library/EdkUsbLib/EdkUsbLib.inf
|
| 173 | DebugLib|$(WORKSPACE)/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
| 174 | DxeServicesTableLib|$(WORKSPACE)/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
| 175 | PrintLib|$(WORKSPACE)/MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
| 176 | EdkScsiLib|$(WORKSPACE)/MdeModulePkg/Library/EdkScsiLib/EdkScsiLib.inf
|
| 177 | UefiDecompressLib|$(WORKSPACE)/MdeModulePkg/Library/DxeCoreUefiDecompressLibFromHob/DxeCoreUefiDecompressLibFromHob.inf
|
| 178 | FrameworkHiiLib|$(WORKSPACE)/IntelFrameworkPkg/Library/HiiLib/FrameworkHiiLib.inf
|
| 179 | UefiBootServicesTableLib|$(WORKSPACE)/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 180 | HobLib|$(WORKSPACE)/MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 181 | DevicePathLib|$(WORKSPACE)/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 182 | EdkIfrSupportLib|$(WORKSPACE)/MdeModulePkg/Library/EdkIfrSupportLib/EdkIfrSupportLib.inf
|
| 183 | BaseMemoryLib|$(WORKSPACE)/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
| 184 | EdkPeCoffLoaderLib|$(WORKSPACE)/MdeModulePkg/Library/EdkDxePeCoffLoaderFromHobLib/EdkDxePeCoffLoaderFromHobLib.inf
|
| 185 | PcdLib|$(WORKSPACE)/MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 186 | MemoryAllocationLib|$(WORKSPACE)/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
| 187 | EdkGraphicsLib|$(WORKSPACE)/MdeModulePkg/Library/EdkGraphicsLib/EdkGraphicsLib.inf
|
| 188 | UefiLib|$(WORKSPACE)/MdePkg/Library/UefiLib/UefiLib.inf
|
klu2 | de4c8a3 | 2007-06-28 08:36:46 +0000 | [diff] [blame] | 189 | ReportStatusCodeLib|$(WORKSPACE)/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 190 | TianoDecompressLib|$(WORKSPACE)/MdeModulePkg/Library/DxeCoreTianoDecompressLibFromHob/DxeCoreTianoDecompressLibFromHob.inf
|
| 191 | UefiRuntimeServicesTableLib|$(WORKSPACE)/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
vanjeff | 4cf1c1b | 2007-06-28 15:16:51 +0000 | [diff] [blame^] | 192 | FvbServiceLib|${WORKSPACE}/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
|
| 193 |
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 194 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 195 | [LibraryClasses.common.PEIM]
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 196 | HobLib|$(WORKSPACE)/MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
| 197 | PeiServicesTablePointerLib|$(WORKSPACE)/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
|
| 198 | PcdLib|$(WORKSPACE)/MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
|
| 199 | IoLib|$(WORKSPACE)/MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
|
| 200 | DebugLib|$(WORKSPACE)/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
| 201 | PeimEntryPoint|$(WORKSPACE)/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
| 202 | PeiServicesLib|$(WORKSPACE)/MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
| 203 | BaseMemoryLib|$(WORKSPACE)/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
| 204 | MemoryAllocationLib|$(WORKSPACE)/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
| 205 | ReportStatusCodeLib|$(WORKSPACE)/MdePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 206 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 207 | [LibraryClasses.common.PEI_CORE]
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 208 | HobLib|$(WORKSPACE)/MdePkg/Library/PeiHobLib/PeiHobLib.inf
|
| 209 | PeiServicesTablePointerLib|$(WORKSPACE)/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
|
| 210 | PcdLib|$(WORKSPACE)/MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
|
| 211 | IoLib|$(WORKSPACE)/MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf
|
| 212 | DebugLib|$(WORKSPACE)/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
| 213 | PeiServicesLib|$(WORKSPACE)/MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
|
| 214 | MemoryAllocationLib|$(WORKSPACE)/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|
| 215 | PeiCoreEntryPoint|$(WORKSPACE)/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
|
| 216 | ReportStatusCodeLib|$(WORKSPACE)/MdePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 217 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 218 | [LibraryClasses.common.DXE_RUNTIME_DRIVER]
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 219 | DebugLib|$(WORKSPACE)/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
| 220 | UefiRuntimeServicesTableLib|$(WORKSPACE)/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 221 | HobLib|$(WORKSPACE)/MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 222 | EdkIfrSupportLib|$(WORKSPACE)/MdeModulePkg/Library/EdkIfrSupportLib/EdkIfrSupportLib.inf
|
| 223 | EdkPeCoffLoaderLib|$(WORKSPACE)/MdeModulePkg/Library/EdkDxePeCoffLoaderFromHobLib/EdkDxePeCoffLoaderFromHobLib.inf
|
| 224 | PcdLib|$(WORKSPACE)/MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 225 | MemoryAllocationLib|$(WORKSPACE)/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
| 226 | UefiLib|$(WORKSPACE)/MdePkg/Library/UefiLib/UefiLib.inf
|
| 227 | UefiDriverEntryPoint|$(WORKSPACE)/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
| 228 | EdkGraphicsLib|$(WORKSPACE)/MdeModulePkg/Library/EdkGraphicsLib/EdkGraphicsLib.inf
|
klu2 | de4c8a3 | 2007-06-28 08:36:46 +0000 | [diff] [blame] | 229 | ReportStatusCodeLib|$(WORKSPACE)/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 230 | PrintLib|$(WORKSPACE)/MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
| 231 | DxeServicesTableLib|$(WORKSPACE)/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
| 232 | UefiDecompressLib|$(WORKSPACE)/MdeModulePkg/Library/DxeCoreUefiDecompressLibFromHob/DxeCoreUefiDecompressLibFromHob.inf
|
| 233 | FrameworkHiiLib|$(WORKSPACE)/IntelFrameworkPkg/Library/HiiLib/FrameworkHiiLib.inf
|
| 234 | UefiBootServicesTableLib|$(WORKSPACE)/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 235 | DevicePathLib|$(WORKSPACE)/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 236 | BaseMemoryLib|$(WORKSPACE)/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
| 237 | UefiRuntimeLib|$(WORKSPACE)/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
| 238 | TianoDecompressLib|$(WORKSPACE)/MdeModulePkg/Library/DxeCoreTianoDecompressLibFromHob/DxeCoreTianoDecompressLibFromHob.inf
|
| 239 | EdkUsbLib|$(WORKSPACE)/MdeModulePkg/Library/EdkUsbLib/EdkUsbLib.inf
|
| 240 | EdkScsiLib|$(WORKSPACE)/MdeModulePkg/Library/EdkScsiLib/EdkScsiLib.inf
|
| 241 | UefiDriverModelLib|$(WORKSPACE)/MdePkg/Library/UefiDriverModelLib/UefiDriverModelLib.inf
|
vanjeff | 4cf1c1b | 2007-06-28 15:16:51 +0000 | [diff] [blame^] | 242 | FvbServiceLib|${WORKSPACE}/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
|
| 243 |
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 244 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 245 | [LibraryClasses.common.UEFI_DRIVER]
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 246 | DebugLib|$(WORKSPACE)/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
| 247 | UefiRuntimeServicesTableLib|$(WORKSPACE)/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 248 | HobLib|$(WORKSPACE)/MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 249 | EdkIfrSupportLib|$(WORKSPACE)/MdeModulePkg/Library/EdkIfrSupportLib/EdkIfrSupportLib.inf
|
| 250 | EdkPeCoffLoaderLib|$(WORKSPACE)/MdeModulePkg/Library/EdkDxePeCoffLoaderFromHobLib/EdkDxePeCoffLoaderFromHobLib.inf
|
| 251 | PcdLib|$(WORKSPACE)/MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 252 | MemoryAllocationLib|$(WORKSPACE)/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
| 253 | UefiLib|$(WORKSPACE)/MdePkg/Library/UefiLib/UefiLib.inf
|
| 254 | UefiDriverEntryPoint|$(WORKSPACE)/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
| 255 | EdkGraphicsLib|$(WORKSPACE)/MdeModulePkg/Library/EdkGraphicsLib/EdkGraphicsLib.inf
|
klu2 | de4c8a3 | 2007-06-28 08:36:46 +0000 | [diff] [blame] | 256 | ReportStatusCodeLib|$(WORKSPACE)/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 257 | PrintLib|$(WORKSPACE)/MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
| 258 | DxeServicesTableLib|$(WORKSPACE)/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
| 259 | UefiDecompressLib|$(WORKSPACE)/MdeModulePkg/Library/DxeCoreUefiDecompressLibFromHob/DxeCoreUefiDecompressLibFromHob.inf
|
| 260 | FrameworkHiiLib|$(WORKSPACE)/IntelFrameworkPkg/Library/HiiLib/FrameworkHiiLib.inf
|
| 261 | UefiBootServicesTableLib|$(WORKSPACE)/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 262 | DevicePathLib|$(WORKSPACE)/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 263 | BaseMemoryLib|$(WORKSPACE)/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
| 264 | TianoDecompressLib|$(WORKSPACE)/MdeModulePkg/Library/DxeCoreTianoDecompressLibFromHob/DxeCoreTianoDecompressLibFromHob.inf
|
| 265 | EdkUsbLib|$(WORKSPACE)/MdeModulePkg/Library/EdkUsbLib/EdkUsbLib.inf
|
| 266 | EdkScsiLib|$(WORKSPACE)/MdeModulePkg/Library/EdkScsiLib/EdkScsiLib.inf
|
| 267 | UefiDriverModelLib|$(WORKSPACE)/MdePkg/Library/UefiDriverModelLib/UefiDriverModelLib.inf
|
vanjeff | 4cf1c1b | 2007-06-28 15:16:51 +0000 | [diff] [blame^] | 268 | FvbServiceLib|${WORKSPACE}/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
|
| 269 |
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 270 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 271 | [LibraryClasses.common.DXE_DRIVER]
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 272 | DebugLib|$(WORKSPACE)/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
| 273 | UefiRuntimeServicesTableLib|$(WORKSPACE)/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
| 274 | HobLib|$(WORKSPACE)/MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 275 | EdkIfrSupportLib|$(WORKSPACE)/MdeModulePkg/Library/EdkIfrSupportLib/EdkIfrSupportLib.inf
|
| 276 | EdkPeCoffLoaderLib|$(WORKSPACE)/MdeModulePkg/Library/EdkDxePeCoffLoaderFromHobLib/EdkDxePeCoffLoaderFromHobLib.inf
|
| 277 | PcdLib|$(WORKSPACE)/MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 278 | MemoryAllocationLib|$(WORKSPACE)/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
| 279 | UefiLib|$(WORKSPACE)/MdePkg/Library/UefiLib/UefiLib.inf
|
| 280 | UefiDriverEntryPoint|$(WORKSPACE)/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
| 281 | EdkGraphicsLib|$(WORKSPACE)/MdeModulePkg/Library/EdkGraphicsLib/EdkGraphicsLib.inf
|
klu2 | de4c8a3 | 2007-06-28 08:36:46 +0000 | [diff] [blame] | 282 | ReportStatusCodeLib|$(WORKSPACE)/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 283 | PrintLib|$(WORKSPACE)/MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
| 284 | DxeServicesTableLib|$(WORKSPACE)/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
| 285 | UefiDecompressLib|$(WORKSPACE)/MdeModulePkg/Library/DxeCoreUefiDecompressLibFromHob/DxeCoreUefiDecompressLibFromHob.inf
|
| 286 | FrameworkHiiLib|$(WORKSPACE)/IntelFrameworkPkg/Library/HiiLib/FrameworkHiiLib.inf
|
| 287 | UefiBootServicesTableLib|$(WORKSPACE)/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 288 | DevicePathLib|$(WORKSPACE)/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 289 | BaseMemoryLib|$(WORKSPACE)/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
| 290 | TianoDecompressLib|$(WORKSPACE)/MdeModulePkg/Library/DxeCoreTianoDecompressLibFromHob/DxeCoreTianoDecompressLibFromHob.inf
|
| 291 | EdkUsbLib|$(WORKSPACE)/MdeModulePkg/Library/EdkUsbLib/EdkUsbLib.inf
|
| 292 | EdkScsiLib|$(WORKSPACE)/MdeModulePkg/Library/EdkScsiLib/EdkScsiLib.inf
|
| 293 | UefiDriverModelLib|$(WORKSPACE)/MdePkg/Library/UefiDriverModelLib/UefiDriverModelLib.inf
|
vanjeff | 4cf1c1b | 2007-06-28 15:16:51 +0000 | [diff] [blame^] | 294 | FvbServiceLib|${WORKSPACE}/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
|
| 295 |
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 296 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 297 | [LibraryClasses.common.UEFI_APPLICATION]
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 298 | EdkUsbLib|$(WORKSPACE)/MdeModulePkg/Library/EdkUsbLib/EdkUsbLib.inf
|
| 299 | DebugLib|$(WORKSPACE)/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
| 300 | DxeServicesTableLib|$(WORKSPACE)/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
| 301 | PrintLib|$(WORKSPACE)/MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
| 302 | EdkScsiLib|$(WORKSPACE)/MdeModulePkg/Library/EdkScsiLib/EdkScsiLib.inf
|
| 303 | UefiDecompressLib|$(WORKSPACE)/MdeModulePkg/Library/DxeCoreUefiDecompressLibFromHob/DxeCoreUefiDecompressLibFromHob.inf
|
| 304 | FrameworkHiiLib|$(WORKSPACE)/IntelFrameworkPkg/Library/HiiLib/FrameworkHiiLib.inf
|
| 305 | UefiApplicationEntryPoint|$(WORKSPACE)/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
|
| 306 | UefiBootServicesTableLib|$(WORKSPACE)/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
| 307 | HobLib|$(WORKSPACE)/MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
| 308 | DevicePathLib|$(WORKSPACE)/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
| 309 | EdkIfrSupportLib|$(WORKSPACE)/MdeModulePkg/Library/EdkIfrSupportLib/EdkIfrSupportLib.inf
|
| 310 | BaseMemoryLib|$(WORKSPACE)/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
| 311 | EdkPeCoffLoaderLib|$(WORKSPACE)/MdeModulePkg/Library/EdkDxePeCoffLoaderFromHobLib/EdkDxePeCoffLoaderFromHobLib.inf
|
| 312 | PcdLib|$(WORKSPACE)/MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
| 313 | MemoryAllocationLib|$(WORKSPACE)/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
| 314 | EdkGraphicsLib|$(WORKSPACE)/MdeModulePkg/Library/EdkGraphicsLib/EdkGraphicsLib.inf
|
| 315 | UefiLib|$(WORKSPACE)/MdePkg/Library/UefiLib/UefiLib.inf
|
klu2 | de4c8a3 | 2007-06-28 08:36:46 +0000 | [diff] [blame] | 316 | ReportStatusCodeLib|$(WORKSPACE)/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 317 | TianoDecompressLib|$(WORKSPACE)/MdeModulePkg/Library/DxeCoreTianoDecompressLibFromHob/DxeCoreTianoDecompressLibFromHob.inf
|
| 318 | UefiRuntimeServicesTableLib|$(WORKSPACE)/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
vanjeff | 4cf1c1b | 2007-06-28 15:16:51 +0000 | [diff] [blame^] | 319 | FvbServiceLib|${WORKSPACE}/MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
|
| 320 |
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 321 |
|
| 322 | ################################################################################
|
| 323 | #
|
| 324 | # Pcd Section - list of all EDK II PCD Entries defined by this Platform
|
| 325 | #
|
| 326 | ################################################################################
|
| 327 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 328 | [PcdsPatchableInModule.IA32]
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 329 | PcdStatusCodeMemorySize|gEfiMdeModulePkgTokenSpaceGuid|1
|
| 330 | PcdStatusCodeRuntimeMemorySize|gEfiMdeModulePkgTokenSpaceGuid|128
|
| 331 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 332 | [PcdsFixedAtBuild.IA32]
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 333 | PcdWinNtMemorySizeForSecMain|gEfiNt32PkgTokenSpaceGuid|L"64!64"|VOID*|10
|
| 334 | PcdWinNtFirmwareVolume|gEfiNt32PkgTokenSpaceGuid|L"..\\Fv\\Fv_Recovery.fd"|VOID*|52
|
| 335 | PcdWinNtBootMode|gEfiNt32PkgTokenSpaceGuid|1
|
| 336 | PcdMaximumUnicodeStringLength|gEfiMdePkgTokenSpaceGuid|1000000
|
| 337 | PcdMaximumAsciiStringLength|gEfiMdePkgTokenSpaceGuid|1000000
|
| 338 | PcdMaximumLinkedListLength|gEfiMdePkgTokenSpaceGuid|1000000
|
| 339 | PcdSpinLockTimeout|gEfiMdePkgTokenSpaceGuid|10000000
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 340 | PcdMaximumAsciiStringLength|gEfiMdePkgTokenSpaceGuid|1000000
|
| 341 | PcdMaximumLinkedListLength|gEfiMdePkgTokenSpaceGuid|1000000
|
| 342 | PcdSpinLockTimeout|gEfiMdePkgTokenSpaceGuid|10000000
|
| 343 | PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0x06
|
| 344 | PcdDebugPropertyMask|gEfiMdePkgTokenSpaceGuid|0x1f
|
| 345 | PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid|0xAF
|
| 346 | PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000000
|
| 347 | PcdPerformanceLibraryPropertyMask|gEfiMdePkgTokenSpaceGuid|0
|
| 348 | PcdMaxPeiPcdCallBackNumberPerPcdEntry|gEfiMdeModulePkgTokenSpaceGuid|0x08
|
| 349 | PcdVpdBaseAddress|gEfiMdeModulePkgTokenSpaceGuid|0x0
|
qhuang8 | 30d4a0c | 2007-06-28 06:23:38 +0000 | [diff] [blame] | 350 | PcdMaxSizeNonPopulateCapsule|gEfiEdkModulePkgTokenSpaceGuid|0x0
|
| 351 | PcdMaxSizePopulateCapsule|gEfiEdkModulePkgTokenSpaceGuid|0x0
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 352 |
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 353 |
|
| 354 | [PcdsFeatureFlag.IA32]
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 355 | PcdPeiPcdDatabaseTraverseEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
|
| 356 | PcdPeiPcdDatabaseCallbackOnSetEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
|
| 357 | PcdPeiPcdDatabaseExEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
|
| 358 | PcdPeiPcdDatabaseGetSizeEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
|
| 359 | PcdPeiPcdDatabaseSetEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
|
| 360 | PcdStatusCodeUseSerial|gEfiMdeModulePkgTokenSpaceGuid|FALSE
|
| 361 | PcdStatusCodeUseMemory|gEfiMdeModulePkgTokenSpaceGuid|FALSE
|
| 362 | PcdStatusCodeUseOEM|gEfiMdeModulePkgTokenSpaceGuid|TRUE
|
| 363 | PcdDxeIplSwitchToLongMode|gEfiMdeModulePkgTokenSpaceGuid|FALSE
|
| 364 | PcdDxeIplSupportEfiDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE
|
| 365 | PcdDxeIplSupportTianoDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE
|
| 366 | PcdDxeIplSupportCustomDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE
|
| 367 | PcdDxeIplBuildShareCodeHobs|gEfiMdeModulePkgTokenSpaceGuid|TRUE
|
| 368 | PcdDxePcdDatabaseTraverseEnabled|gEfiMdeModulePkgTokenSpaceGuid|TRUE
|
| 369 | PcdStatusCodeUseHardSerial|gEfiMdeModulePkgTokenSpaceGuid|FALSE
|
| 370 | PcdStatusCodeUseEfiSerial|gEfiMdeModulePkgTokenSpaceGuid|FALSE
|
| 371 | PcdStatusCodeUseRuntimeMemory|gEfiMdeModulePkgTokenSpaceGuid|FALSE
|
| 372 | PcdStatusCodeUseDataHub|gEfiMdeModulePkgTokenSpaceGuid|FALSE
|
| 373 | PcdStatusCodeUseOEM|gEfiMdeModulePkgTokenSpaceGuid|TRUE
|
| 374 | PcdStatusCodeReplayInSerial|gEfiMdeModulePkgTokenSpaceGuid|FALSE
|
| 375 | PcdStatusCodeReplayInDataHub|gEfiMdeModulePkgTokenSpaceGuid|FALSE
|
| 376 | PcdStatusCodeReplayInRuntimeMemory|gEfiMdeModulePkgTokenSpaceGuid|FALSE
|
| 377 | PcdStatusCodeReplayInOEM|gEfiMdeModulePkgTokenSpaceGuid|FALSE
|
| 378 | PcdSupportUpdateCapsuleRest|gEfiMdeModulePkgTokenSpaceGuid|FALSE
|
| 379 | PcdComponentNameDisable|gEfiMdePkgTokenSpaceGuid|FALSE
|
| 380 | PcdDriverDiagnosticsDisable|gEfiMdePkgTokenSpaceGuid|FALSE
|
| 381 | PcdNtEmulatorEnable|gEfiMdeModulePkgTokenSpaceGuid|FALSE
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 382 | PcdDevicePathSupportDevicePathToText|gEfiMdeModulePkgTokenSpaceGuid|TRUE
|
| 383 | PcdDevicePathSupportDevicePathFromText|gEfiMdeModulePkgTokenSpaceGuid|TRUE
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 384 | PcdPciBusHotplugDeviceSupport|gEfiGenericPlatformTokenSpaceGuid|TRUE
|
klu2 | 869f8e3 | 2007-06-26 09:35:19 +0000 | [diff] [blame] | 385 | PcdComponentName2Disable|gEfiMdePkgTokenSpaceGuid|TRUE
|
| 386 | PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320
|
| 387 | PcdDriverDiagnostics2Disable|gEfiMdePkgTokenSpaceGuid|TRUE
|
qhuang8 | 30d4a0c | 2007-06-28 06:23:38 +0000 | [diff] [blame] | 388 | PcdSupportUpdateCapsuleRest|gEfiEdkModulePkgTokenSpaceGuid|FALSE
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 389 |
|
| 390 | ################################################################################
|
| 391 | #
|
| 392 | # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
|
| 393 | #
|
| 394 | ################################################################################
|
| 395 |
|
klu2 | 420fc8e | 2007-06-27 05:46:08 +0000 | [diff] [blame] | 396 | [PcdsDynamic.common]
|
klu2 | 25a201c | 2007-06-26 08:15:15 +0000 | [diff] [blame] | 397 | PcdFlashNvStorageFtwSpareBase|gEfiGenericPlatformTokenSpaceGuid|0x0
|
| 398 | PcdFlashNvStorageVariableSize|gEfiGenericPlatformTokenSpaceGuid|0x0
|
| 399 | PcdWinNtCpuSpeed|gEfiNt32PkgTokenSpaceGuid|L"3000"|8
|
| 400 | PcdFlashNvStorageVariableBase|gEfiGenericPlatformTokenSpaceGuid|0x0
|
| 401 | PcdWinNtSerialPort|gEfiNt32PkgTokenSpaceGuid|L"COM1!COM2"|18
|
| 402 | PcdWinNtFileSystem|gEfiNt32PkgTokenSpaceGuid|L".!..\\..\\..\\..\\EdkShellBinPkg\\bin\\ia32\\Apps"|106
|
| 403 | PcdFlashNvStorageFtwWorkingSize|gEfiGenericPlatformTokenSpaceGuid|0x0
|
| 404 | PcdWinNtGop|gEfiNt32PkgTokenSpaceGuid|L"UGA Window 1!UGA Window 2"|50
|
| 405 | PcdWinNtConsole|gEfiNt32PkgTokenSpaceGuid|L"Bus Driver Console Window"|50
|
| 406 | PcdFlashNvStorageFtwWorkingBase|gEfiGenericPlatformTokenSpaceGuid|0x0
|
| 407 | PcdWinNtMemorySize|gEfiNt32PkgTokenSpaceGuid|L"64!64"|10
|
| 408 | PcdWinNtVirtualDisk|gEfiNt32PkgTokenSpaceGuid|L"FW;40960;512"|24
|
| 409 | PcdWinNtCpuModel|gEfiNt32PkgTokenSpaceGuid|L"Intel(R) Processor Model"|48
|
| 410 | PcdWinNtPhysicalDisk|gEfiNt32PkgTokenSpaceGuid|L"E:RW;245760;512"|30
|
| 411 | PcdFlashNvStorageFtwSpareSize|gEfiGenericPlatformTokenSpaceGuid|0x0
|
| 412 | PcdWinNtUga|gEfiNt32PkgTokenSpaceGuid|L"UGA Window 1!UGA Window 2"|50
|
| 413 |
|
| 414 | ################################################################################
|
| 415 | #
|
| 416 | # Components Section - list of all EDK II Modules needed by this Platform
|
| 417 | #
|
| 418 | ################################################################################
|
| 419 |
|
| 420 | [Components.IA32]
|
qwang12 | 8879d43 | 2007-06-27 06:46:00 +0000 | [diff] [blame] | 421 | ${WORKSPACE}/Nt32Pkg/BootModePei/BootMode.inf
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 422 | $(WORKSPACE)/Nt32Pkg/WinNtThunkDxe/WinNtThunk.inf
|
qwang12 | 4abb219 | 2007-06-28 07:33:33 +0000 | [diff] [blame] | 423 | # ${WORKSPACE}/Nt32Pkg/MiscSubClassPlatformDxe/MiscSubclassDriver.inf
|
qhuang8 | 6ec032f | 2007-06-28 14:21:17 +0000 | [diff] [blame] | 424 | $(WORKSPACE)/Nt32Pkg/WinNtThunkDxe/WinNtThunk.inf
|
| 425 | $(WORKSPACE)/Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocol.inf
|
| 426 | $(WORKSPACE)/Nt32Pkg/WinNtAutoScanPei/WinNtAutoScan.inf
|
| 427 | $(WORKSPACE)/Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIo.inf
|
| 428 | $(WORKSPACE)/Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriver.inf
|
| 429 | $(WORKSPACE)/Nt32Pkg/WinNtConsoleDxe/WinNtConsole.inf
|
| 430 | $(WORKSPACE)/Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystem.inf
|
| 431 | $(WORKSPACE)/Nt32Pkg/WinNtGopDxe/WinNtGop.inf
|
| 432 | $(WORKSPACE)/Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIo.inf
|
| 433 | $(WORKSPACE)/Nt32Pkg/TimerDxe/Timer.inf
|
| 434 | $(WORKSPACE)/Nt32Pkg/ResetRuntimeDxe/Reset.inf
|
| 435 | $(WORKSPACE)/Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClock.inf
|
| 436 | $(WORKSPACE)/Nt32Pkg/MonotonicCounterRuntimeDxe/Metronome.inf
|
| 437 | # $(WORKSPACE)/Nt32Pkg/CpuRuntimeDxe/Cpu.inf
|
klu2 | c53dbcf | 2007-06-27 09:18:20 +0000 | [diff] [blame] | 438 | $(WORKSPACE)/Nt32Pkg/FvbServicesRuntimeDxe/Nt32Fwh.inf
|
qhuang8 | 30d4a0c | 2007-06-28 06:23:38 +0000 | [diff] [blame] | 439 | ${WORKSPACE}/MdeModulePkg/Universal/Security/SecurityStub/Dxe/SecurityStub.inf
|
| 440 | ${WORKSPACE}/MdeModulePkg/Universal/Capsule/RuntimeDxe/CapsuleRuntime.inf
|
| 441 | ${WORKSPACE}/MdeModulePkg/Universal/Ebc/Dxe/Ebc.inf
|
| 442 | ${WORKSPACE}/MdeModulePkg/Universal/GenericMemoryTest/Dxe/NullMemoryTest.inf
|
| 443 | ${WORKSPACE}/MdeModulePkg/Universal/FirmwareVolume/FaultTolerantWriteLite/Dxe/FtwLite.inf
|
| 444 | #${WORKSPACE}/MdeModulePkg/Universal/FirmwareVolume/GuidedSectionExtraction/Crc32SectionExtract/Dxe/Crc32SectionExtract.inf
|
| 445 | ${WORKSPACE}/MdeModulePkg/Bus/Pci/AtapiPassThru/Dxe/AtapiPassThru.inf
|
klu2 | 7ff7768 | 2007-06-28 09:00:08 +0000 | [diff] [blame] | 446 | ${WORKSPACE}/MdeModulePkg/Universal/WatchDogTimerDxe/WatchDogTimer.inf
|
qhuang8 | 6ec032f | 2007-06-28 14:21:17 +0000 | [diff] [blame] | 447 | ${WORKSPACE}/MdeModulePkg/Universal/VariablePei/Variable.inf
|
vanjeff | 4cf1c1b | 2007-06-28 15:16:51 +0000 | [diff] [blame^] | 448 | ${WORKSPACE}/MdeModulePkg/Universal/VariableRuntimeDxe/Variable.inf
|
| 449 | ${WORKSPACE}/MdeModulePkg/Universal/Disk/DiskIo/Dxe/DiskIo.inf
|
| 450 | ${WORKSPACE}/MdeModulePkg/Universal/Disk/Partition/Dxe/Partition.inf
|
| 451 | ${WORKSPACE}/MdeModulePkg/Universal/Disk/UnicodeCollation/English/Dxe/English.inf
|
| 452 | ${WORKSPACE}/MdeModulePkg/Application/HelloWorld/HelloWorld.inf
|
qhuang8 | 6ec032f | 2007-06-28 14:21:17 +0000 | [diff] [blame] | 453 | $(WORKSPACE)/IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/IdeBus.inf
|
| 454 | $(WORKSPACE)/IntelFrameworkModulePkg/Universal/DataHub/DataHub/Dxe/DataHub.inf
|
| 455 | $(WORKSPACE)/IntelFrameworkModulePkg/Universal/DataHub/DataHubStdErr/Dxe/DataHubStdErr.inf
|