]>
Commit | Line | Data |
---|---|---|
1 | ## @file\r | |
2 | # EFI/Framework Emulation Platform with UEFI HII interface supported.\r | |
3 | #\r | |
4 | # The Emulation Platform can be used to debug individual modules, prior to creating\r | |
5 | # a real platform. This also provides an example for how an DSC is created.\r | |
6 | #\r | |
7 | # Copyright (c) 2015, Hewlett-Packard Development Company, L.P.<BR>\r | |
8 | # Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r | |
9 | #\r | |
10 | # This program and the accompanying materials\r | |
11 | # are licensed and made available under the terms and conditions of the BSD License\r | |
12 | # which accompanies this distribution. The full text of the license may be found at\r | |
13 | # http://opensource.org/licenses/bsd-license.php\r | |
14 | #\r | |
15 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r | |
16 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r | |
17 | #\r | |
18 | ##\r | |
19 | \r | |
20 | ################################################################################\r | |
21 | #\r | |
22 | # Defines Section - statements that will be processed to create a Makefile.\r | |
23 | #\r | |
24 | ################################################################################\r | |
25 | [Defines]\r | |
26 | PLATFORM_NAME = NT32\r | |
27 | PLATFORM_GUID = EB216561-961F-47EE-9EF9-CA426EF547C2\r | |
28 | PLATFORM_VERSION = 0.4\r | |
29 | DSC_SPECIFICATION = 0x00010005\r | |
30 | OUTPUT_DIRECTORY = Build/NT32$(ARCH)\r | |
31 | SUPPORTED_ARCHITECTURES = IA32|X64\r | |
32 | BUILD_TARGETS = DEBUG|RELEASE\r | |
33 | SKUID_IDENTIFIER = DEFAULT\r | |
34 | FLASH_DEFINITION = Nt32Pkg/Nt32Pkg.fdf\r | |
35 | #\r | |
36 | # This flag is to control tool to generate PCD info for dynamic(ex) PCD,\r | |
37 | # then enable or disable PCD info feature. TRUE is enable, and FLASE is disable.\r | |
38 | # If the flag is absent, it will be same as FALSE.\r | |
39 | #\r | |
40 | PCD_INFO_GENERATION = TRUE\r | |
41 | \r | |
42 | #\r | |
43 | # Defines for default states. These can be changed on the command line.\r | |
44 | # -D FLAG=VALUE\r | |
45 | #\r | |
46 | DEFINE SECURE_BOOT_ENABLE = FALSE\r | |
47 | \r | |
48 | ################################################################################\r | |
49 | #\r | |
50 | # SKU Identification section - list of all SKU IDs supported by this\r | |
51 | # Platform.\r | |
52 | #\r | |
53 | ################################################################################\r | |
54 | [SkuIds]\r | |
55 | 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.\r | |
56 | \r | |
57 | ################################################################################\r | |
58 | #\r | |
59 | # Library Class section - list of all Library Classes needed by this Platform.\r | |
60 | #\r | |
61 | ################################################################################\r | |
62 | [LibraryClasses]\r | |
63 | #\r | |
64 | # Entry point\r | |
65 | #\r | |
66 | PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r | |
67 | PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r | |
68 | DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r | |
69 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r | |
70 | UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r | |
71 | #\r | |
72 | # Basic\r | |
73 | #\r | |
74 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r | |
75 | SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r | |
76 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r | |
77 | CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r | |
78 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r | |
79 | PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf\r | |
80 | PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf\r | |
81 | PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf\r | |
82 | CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r | |
83 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r | |
84 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r | |
85 | SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf\r | |
86 | #\r | |
87 | # UEFI & PI\r | |
88 | #\r | |
89 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r | |
90 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r | |
91 | UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r | |
92 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r | |
93 | UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r | |
94 | HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r | |
95 | DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf\r | |
96 | UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r | |
97 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r | |
98 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r | |
99 | DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r | |
100 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r | |
101 | UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r | |
102 | \r | |
103 | #\r | |
104 | # Generic Modules\r | |
105 | #\r | |
106 | UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf\r | |
107 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r | |
108 | NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r | |
109 | IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r | |
110 | UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r | |
111 | HttpLib|MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf\r | |
112 | DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r | |
113 | OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r | |
114 | GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r | |
115 | CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r | |
116 | SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf\r | |
117 | TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r | |
118 | SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r | |
119 | CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r | |
120 | ImageDecoderLib|MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.inf\r | |
121 | BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r | |
122 | #\r | |
123 | # Platform\r | |
124 | #\r | |
125 | PlatformBootManagerLib|Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r | |
126 | #\r | |
127 | # Misc\r | |
128 | #\r | |
129 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r | |
130 | DebugPrintErrorLevelLib|MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf\r | |
131 | PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r | |
132 | DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf\r | |
133 | CpuExceptionHandlerLib|MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf\r | |
134 | LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf\r | |
135 | \r | |
136 | !if $(SECURE_BOOT_ENABLE) == TRUE\r | |
137 | PlatformSecureLib|Nt32Pkg/Library/PlatformSecureLib/PlatformSecureLib.inf\r | |
138 | IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf\r | |
139 | OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf\r | |
140 | TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf\r | |
141 | AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf\r | |
142 | !else\r | |
143 | TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r | |
144 | AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r | |
145 | !endif\r | |
146 | VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf\r | |
147 | \r | |
148 | [LibraryClasses.common.USER_DEFINED]\r | |
149 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r | |
150 | PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r | |
151 | ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r | |
152 | OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf\r | |
153 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r | |
154 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
155 | \r | |
156 | [LibraryClasses.common.PEIM,LibraryClasses.common.PEI_CORE]\r | |
157 | #\r | |
158 | # PEI phase common\r | |
159 | #\r | |
160 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r | |
161 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r | |
162 | ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r | |
163 | ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r | |
164 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf\r | |
165 | IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r | |
166 | PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf\r | |
167 | PeCoffExtraActionLib|Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/PeiNt32PeCoffExtraActionLib.inf\r | |
168 | DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf\r | |
169 | \r | |
170 | [LibraryClasses.common.PEI_CORE]\r | |
171 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
172 | OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r | |
173 | \r | |
174 | [LibraryClasses.common.PEIM]\r | |
175 | PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r | |
176 | OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf\r | |
177 | !if $(SECURE_BOOT_ENABLE) == TRUE \r | |
178 | BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf\r | |
179 | !endif\r | |
180 | \r | |
181 | [LibraryClasses.common]\r | |
182 | #\r | |
183 | # DXE phase common\r | |
184 | #\r | |
185 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf\r | |
186 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r | |
187 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r | |
188 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r | |
189 | ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf\r | |
190 | OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf\r | |
191 | PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf\r | |
192 | ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r | |
193 | WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf\r | |
194 | !if $(SECURE_BOOT_ENABLE) == TRUE\r | |
195 | BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf\r | |
196 | !endif\r | |
197 | \r | |
198 | [LibraryClasses.common.DXE_CORE]\r | |
199 | HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r | |
200 | MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r | |
201 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
202 | \r | |
203 | [LibraryClasses.common.DXE_SMM_DRIVER]\r | |
204 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r | |
205 | \r | |
206 | [LibraryClasses.common.UEFI_DRIVER]\r | |
207 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
208 | \r | |
209 | [LibraryClasses.common.UEFI_APPLICATION]\r | |
210 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r | |
211 | PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf\r | |
212 | \r | |
213 | [LibraryClasses.common.DXE_RUNTIME_DRIVER]\r | |
214 | #\r | |
215 | # Runtime\r | |
216 | #\r | |
217 | !if $(SECURE_BOOT_ENABLE) == TRUE\r | |
218 | BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf\r | |
219 | !endif\r | |
220 | \r | |
221 | ################################################################################\r | |
222 | #\r | |
223 | # Pcd Section - list of all EDK II PCD Entries defined by this Platform\r | |
224 | #\r | |
225 | ################################################################################\r | |
226 | [PcdsFeatureFlag]\r | |
227 | gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r | |
228 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r | |
229 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplBuildPageTables|FALSE\r | |
230 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE\r | |
231 | gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|TRUE\r | |
232 | \r | |
233 | [PcdsFixedAtBuild]\r | |
234 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0\r | |
235 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0\r | |
236 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040\r | |
237 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareFdSize|0x2a0000\r | |
238 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f\r | |
239 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Nt32.fd"\r | |
240 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize|0x10000\r | |
241 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f\r | |
242 | gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r | |
243 | !if $(SECURE_BOOT_ENABLE) == TRUE\r | |
244 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r | |
245 | !endif\r | |
246 | \r | |
247 | !ifndef $(USE_OLD_SHELL)\r | |
248 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r | |
249 | !endif\r | |
250 | \r | |
251 | !if $(SECURE_BOOT_ENABLE) == TRUE\r | |
252 | # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot\r | |
253 | gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04\r | |
254 | gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04\r | |
255 | gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04\r | |
256 | !endif\r | |
257 | \r | |
258 | gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r | |
259 | \r | |
260 | \r | |
261 | ################################################################################\r | |
262 | #\r | |
263 | # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r | |
264 | #\r | |
265 | ################################################################################\r | |
266 | [PcdsDynamicDefault.common.DEFAULT]\r | |
267 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|20\r | |
268 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|52\r | |
269 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|52\r | |
270 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|26\r | |
271 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize|L"64!64"|VOID*|12\r | |
272 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"a:RW;2880;512!d:RO;307200;2048!j:RW;262144;512"|VOID*|100\r | |
273 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga|L"UGA Window 1!UGA Window 2"|VOID*|52\r | |
274 | \r | |
275 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r | |
276 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r | |
277 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0\r | |
278 | \r | |
279 | [PcdsDynamicDefault.Ia32]\r | |
280 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\..\..\..\EdkShellBinPkg\Bin\Ia32\Apps"|VOID*|106\r | |
281 | \r | |
282 | [PcdsDynamicDefault.x64]\r | |
283 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\..\..\..\EdkShellBinPkg\Bin\X64\Apps"|VOID*|106\r | |
284 | \r | |
285 | [PcdsDynamicHii.common.DEFAULT]\r | |
286 | gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn|L"SetupConsoleConfig"|gEfiNt32PkgTokenSpaceGuid|0x0|80\r | |
287 | gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow|L"SetupConsoleConfig"|gEfiNt32PkgTokenSpaceGuid|0x4|25\r | |
288 | gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10\r | |
289 | gEfiMdePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|L"HwErrRecSupport"|gEfiGlobalVariableGuid|0x0|1\r | |
290 | \r | |
291 | ###################################################################################################\r | |
292 | #\r | |
293 | # Components Section - list of the modules and components that will be processed by compilation\r | |
294 | # tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r | |
295 | #\r | |
296 | # Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r | |
297 | # into firmware volume images. This section is just a list of modules to compile from\r | |
298 | # source into UEFI-compliant binaries.\r | |
299 | # It is the FDF file that contains information on combining binary files into firmware\r | |
300 | # volume images, whose concept is beyond UEFI and is described in PI specification.\r | |
301 | # Binary modules do not need to be listed in this section, as they should be\r | |
302 | # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r | |
303 | # Logo (Logo.bmp), and etc.\r | |
304 | # There may also be modules listed in this section that are not required in the FDF file,\r | |
305 | # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r | |
306 | # generated for it, but the binary will not be put into any firmware volume.\r | |
307 | #\r | |
308 | ###################################################################################################\r | |
309 | [Components]\r | |
310 | ##\r | |
311 | # SEC Phase modules\r | |
312 | ##\r | |
313 | Nt32Pkg/Sec/SecMain.inf {\r | |
314 | <BuildOptions>\r | |
315 | # Add override here, because default X64_CC_FLAGS is already overriden in DSC\r | |
316 | MSFT:*_*_X64_CC_FLAGS == /nologo /W4 /WX /Gy /c /D UNICODE /Od /FIAutoGen.h /EHs-c- /GF /Gs8192 /Zi /Gm /D _CRT_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_DEPRECATE\r | |
317 | }\r | |
318 | \r | |
319 | ##\r | |
320 | # PEI Phase modules\r | |
321 | ##\r | |
322 | MdeModulePkg/Core/Pei/PeiMain.inf\r | |
323 | MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r | |
324 | <LibraryClasses>\r | |
325 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
326 | }\r | |
327 | MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf\r | |
328 | MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf\r | |
329 | Nt32Pkg/WinNtOemHookStatusCodeHandlerPei/WinNtOemHookStatusCodeHandlerPei.inf\r | |
330 | Nt32Pkg/BootModePei/BootModePei.inf\r | |
331 | Nt32Pkg/StallPei/StallPei.inf\r | |
332 | Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf\r | |
333 | \r | |
334 | MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf\r | |
335 | MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r | |
336 | \r | |
337 | Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf\r | |
338 | Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf\r | |
339 | Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf\r | |
340 | MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r | |
341 | ##\r | |
342 | # DXE Phase modules\r | |
343 | ##\r | |
344 | MdeModulePkg/Core/Dxe/DxeMain.inf {\r | |
345 | <LibraryClasses>\r | |
346 | NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r | |
347 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r | |
348 | <BuildOptions>\r | |
349 | *_*_*_CC_FLAGS =\r | |
350 | }\r | |
351 | \r | |
352 | MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r | |
353 | <LibraryClasses>\r | |
354 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
355 | }\r | |
356 | Nt32Pkg/MetronomeDxe/MetronomeDxe.inf\r | |
357 | Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf\r | |
358 | Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r | |
359 | MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r | |
360 | Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf\r | |
361 | MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r | |
362 | <LibraryClasses>\r | |
363 | !if $(SECURE_BOOT_ENABLE) == TRUE\r | |
364 | NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r | |
365 | !endif \r | |
366 | }\r | |
367 | MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf\r | |
368 | MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r | |
369 | MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r | |
370 | Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf\r | |
371 | Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf\r | |
372 | MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r | |
373 | Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf\r | |
374 | Nt32Pkg/TimerDxe/TimerDxe.inf\r | |
375 | MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r | |
376 | MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf\r | |
377 | Nt32Pkg/WinNtOemHookStatusCodeHandlerDxe/WinNtOemHookStatusCodeHandlerDxe.inf\r | |
378 | MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r | |
379 | <LibraryClasses>\r | |
380 | NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r | |
381 | }\r | |
382 | !if $(SECURE_BOOT_ENABLE) == TRUE\r | |
383 | SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r | |
384 | !endif\r | |
385 | MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r | |
386 | MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r | |
387 | MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r | |
388 | MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r | |
389 | MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {\r | |
390 | <LibraryClasses>\r | |
391 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r | |
392 | }\r | |
393 | MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {\r | |
394 | <LibraryClasses>\r | |
395 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r | |
396 | }\r | |
397 | MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf {\r | |
398 | <LibraryClasses>\r | |
399 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r | |
400 | }\r | |
401 | MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {\r | |
402 | <LibraryClasses>\r | |
403 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r | |
404 | }\r | |
405 | MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r | |
406 | MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r | |
407 | MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r | |
408 | MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r | |
409 | MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition\r | |
410 | MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition\r | |
411 | IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r | |
412 | Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf {\r | |
413 | <LibraryClasses>\r | |
414 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r | |
415 | }\r | |
416 | Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf\r | |
417 | Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf\r | |
418 | Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf\r | |
419 | Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf\r | |
420 | MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r | |
421 | \r | |
422 | #\r | |
423 | # Network stack drivers\r | |
424 | # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.\r | |
425 | #\r | |
426 | MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r | |
427 | MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r | |
428 | MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r | |
429 | MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r | |
430 | MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r | |
431 | MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf\r | |
432 | MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r | |
433 | MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r | |
434 | MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r | |
435 | MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf\r | |
436 | Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf\r | |
437 | \r | |
438 | MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r | |
439 | \r | |
440 | NetworkPkg/HttpBootDxe/HttpBootDxe.inf\r | |
441 | NetworkPkg/DnsDxe/DnsDxe.inf\r | |
442 | NetworkPkg/HttpDxe/HttpDxe.inf\r | |
443 | NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf\r | |
444 | \r | |
445 | MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {\r | |
446 | <LibraryClasses>\r | |
447 | NULL|MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.inf\r | |
448 | }\r | |
449 | MdeModulePkg/Application/UiApp/UiApp.inf\r | |
450 | MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r | |
451 | MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r | |
452 | MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r | |
453 | MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r | |
454 | MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r | |
455 | MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {\r | |
456 | <LibraryClasses>\r | |
457 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
458 | }\r | |
459 | MdeModulePkg/Application/VariableInfo/VariableInfo.inf\r | |
460 | \r | |
461 | MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf\r | |
462 | \r | |
463 | ###################################################################################################\r | |
464 | #\r | |
465 | # BuildOptions Section - Define the module specific tool chain flags that should be used as\r | |
466 | # the default flags for a module. These flags are appended to any \r | |
467 | # standard flags that are defined by the build process. They can be \r | |
468 | # applied for any modules or only those modules with the specific \r | |
469 | # module style (EDK or EDKII) specified in [Components] section.\r | |
470 | #\r | |
471 | ###################################################################################################\r | |
472 | [BuildOptions]\r | |
473 | DEBUG_*_*_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /BASE:0x10000 /ALIGN:4096 /FILEALIGN:4096 /SUBSYSTEM:CONSOLE\r | |
474 | RELEASE_*_*_DLINK_FLAGS = /ALIGN:4096 /FILEALIGN:4096\r | |
475 | \r | |
476 | #############################################################################################################\r | |
477 | # NOTE:\r | |
478 | # The following [Libraries] section is for building EDK module under the EDKII tool chain.\r | |
479 | # If you want build EDK module for Nt32 platform, please uncomment [Libraries] section and\r | |
480 | # libraries used by that EDK module.\r | |
481 | # Currently, Nt32 platform do not has any EDK style module\r | |
482 | #\r | |
483 | #\r | |
484 | #[Libraries]\r | |
485 | #\r | |
486 | # Libraries common to PEI and DXE\r | |
487 | #\r | |
488 | # EdkCompatibilityPkg/Foundation/Efi/Guid/EfiGuidLib.inf\r | |
489 | # EdkCompatibilityPkg/Foundation/Framework/Guid/EdkFrameworkGuidLib.inf\r | |
490 | # EdkCompatibilityPkg/Foundation/Guid/EdkGuidLib.inf\r | |
491 | # EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf\r | |
492 | # EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib.inf\r | |
493 | # EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf\r | |
494 | # EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf\r | |
495 | # EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf\r | |
496 | # EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf\r | |
497 | \r | |
498 | #\r | |
499 | # PEI libraries\r | |
500 | #\r | |
501 | # EdkCompatibilityPkg/Foundation/Framework/Ppi/EdkFrameworkPpiLib.inf\r | |
502 | # EdkCompatibilityPkg/Foundation/Ppi/EdkPpiLib.inf\r | |
503 | # EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.inf\r | |
504 | # EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.inf\r | |
505 | \r | |
506 | #\r | |
507 | # DXE libraries\r | |
508 | #\r | |
509 | # EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf\r | |
510 | # EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf\r | |
511 | # EdkCompatibilityPkg/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf\r | |
512 | # EdkCompatibilityPkg/Foundation/Protocol/EdkProtocolLib.inf\r | |
513 | # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf\r | |
514 | # EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib.inf\r | |
515 | # EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Graphics.inf\r | |
516 | # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/EfiIfrSupportLib.inf\r | |
517 | # EdkCompatibilityPkg/Foundation/Library/Dxe/Print/PrintLib.inf\r | |
518 | # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf\r | |
519 | # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/EfiUiLib.inf\r | |
520 | \r | |
521 | #\r | |
522 | # Print/Graphics Library consume SetupBrowser Print Protocol\r | |
523 | #\r | |
524 | # EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/PrintLib.inf\r | |
525 | # EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Graphics.inf\r | |
526 | \r |