]>
Commit | Line | Data |
---|---|---|
25a201c6 | 1 | #/** @file\r |
5fd5fcd3 | 2 | # EFI/Framework Emulation Platform with UEFI HII interface supported.\r |
25a201c6 | 3 | #\r |
4 | # The Emulation Platform can be used to debug individual modules, prior to creating\r | |
d10385cd | 5 | # a real platform. This also provides an example for how an DSC is created.\r |
25a201c6 | 6 | #\r |
5fd5fcd3 | 7 | # Copyright (c) 2006 - 2008, Intel Corporation\r |
25a201c6 | 8 | #\r |
9 | # All rights reserved. This program and the accompanying materials\r | |
10 | # are licensed and made available under the terms and conditions of the BSD License\r | |
11 | # which accompanies this distribution. The full text of the license may be found at\r | |
ef0028a2 | 12 | # http://opensource.org/licenses/bsd-license.php\r |
4cf1c1b5 | 13 | #\r |
25a201c6 | 14 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r |
15 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r | |
16 | #\r | |
17 | #**/\r | |
18 | \r | |
19 | ################################################################################\r | |
20 | #\r | |
21 | # Defines Section - statements that will be processed to create a Makefile.\r | |
22 | #\r | |
23 | ################################################################################\r | |
24 | [Defines]\r | |
25 | PLATFORM_NAME = NT32\r | |
26 | PLATFORM_GUID = EB216561-961F-47EE-9EF9-CA426EF547C2\r | |
27 | PLATFORM_VERSION = 0.3\r | |
28 | DSC_SPECIFICATION = 0x00010005\r | |
409f6780 | 29 | OUTPUT_DIRECTORY = Build/NT32\r |
25a201c6 | 30 | SUPPORTED_ARCHITECTURES = IA32\r |
31 | BUILD_TARGETS = DEBUG\r | |
32 | SKUID_IDENTIFIER = DEFAULT\r | |
409f6780 | 33 | FLASH_DEFINITION = Nt32Pkg/Nt32Pkg.fdf\r |
be0187bb | 34 | \r |
25a201c6 | 35 | \r |
2010c81b | 36 | ################################################################################\r |
37 | #\r | |
38 | # SKU Identification section - list of all SKU IDs supported by this\r | |
39 | # Platform.\r | |
40 | #\r | |
41 | ################################################################################\r | |
42 | [SkuIds]\r | |
43 | 0|DEFAULT # The entry: 0|DEFAULT is reserved and always required.\r | |
25a201c6 | 44 | \r |
45 | ################################################################################\r | |
46 | #\r | |
47 | # Library Class section - list of all Library Classes needed by this Platform.\r | |
48 | #\r | |
49 | ################################################################################\r | |
50 | \r | |
6d2b4f22 | 51 | [LibraryClasses.common]\r |
2b642e5a | 52 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r |
409f6780 A |
53 | TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r |
54 | PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf\r | |
0a525ec0 | 55 | SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf\r |
ba571110 | 56 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf\r |
409f6780 | 57 | BaseLib|MdePkg/Library/BaseLib/BaseLib.inf\r |
4213ce84 | 58 | SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf\r |
0a525ec0 | 59 | CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf\r |
db9c4238 | 60 | PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf\r |
409f6780 | 61 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r |
8e8fcb0e | 62 | PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r |
409f6780 A |
63 | PciIncompatibleDeviceSupportLib|IntelFrameworkModulePkg/Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.inf\r |
64 | CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf\r | |
409f6780 | 65 | IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf\r |
39a4d286 | 66 | UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.inf\r |
3f07728f | 67 | UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf\r |
4797d4c7 | 68 | HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf\r |
4fb31c2c | 69 | S3Lib|MdeModulePkg/Library/PeiS3LibNull/PeiS3LibNull.inf\r |
70 | RecoveryLib|MdeModulePkg/Library/PeiRecoveryLibNull/PeiRecoveryLibNull.inf\r | |
5c5a2ca2 | 71 | GenericBdsLib|IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.inf\r |
5fd5fcd3 | 72 | PlatformBdsLib|Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf\r |
95be2c94 | 73 | CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r |
4797d4c7 | 74 | DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf\r |
5fd5fcd3 | 75 | PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r |
008698ab | 76 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r |
77 | \r | |
fdcc2fdc | 78 | [LibraryClasses.common.USER_DEFINED]\r |
409f6780 | 79 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r |
8e8fcb0e | 80 | PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf\r |
5bc18fec | 81 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r |
82 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r | |
83 | OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf\r | |
84 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r | |
85 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r | |
d695558b | 86 | \r |
869f8e34 | 87 | [LibraryClasses.common.DXE_CORE]\r |
409f6780 | 88 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r |
409f6780 A |
89 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r |
90 | HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf\r | |
91 | DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf\r | |
fb53e6cc | 92 | MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf\r |
409f6780 | 93 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r |
2f053c92 | 94 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r |
409f6780 | 95 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r |
2f053c92 | 96 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r |
d4b7ad52 | 97 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r |
ffdd18bb | 98 | PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf\r |
d173d9c7 | 99 | ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf\r |
25a201c6 | 100 | \r |
869f8e34 | 101 | [LibraryClasses.common.DXE_SMM_DRIVER]\r |
409f6780 | 102 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r |
4797d4c7 | 103 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r |
409f6780 A |
104 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r |
105 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r | |
106 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r | |
107 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r | |
0a525ec0 | 108 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r |
409f6780 | 109 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r |
2f053c92 | 110 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r |
409f6780 A |
111 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r |
112 | WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf\r | |
113 | OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf\r | |
114 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r | |
115 | DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf\r | |
25a201c6 | 116 | \r |
869f8e34 | 117 | [LibraryClasses.common.PEIM]\r |
ba571110 | 118 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf\r |
409f6780 A |
119 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r |
120 | PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf\r | |
121 | IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r | |
122 | PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf\r | |
123 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r | |
124 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r | |
2f053c92 | 125 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r |
409f6780 A |
126 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r |
127 | OemHookStatusCodeLib|Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/PeiNt32OemHookStatusCodeLib.inf\r | |
128 | PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf\r | |
2f053c92 | 129 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r |
ffdd18bb | 130 | PeCoffExtraActionLib|Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/PeiNt32PeCoffExtraActionLib.inf\r |
d173d9c7 | 131 | ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf\r |
e6ef5309 | 132 | \r |
869f8e34 | 133 | [LibraryClasses.common.PEI_CORE]\r |
ba571110 | 134 | BaseMemoryLib|MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf\r |
409f6780 A |
135 | HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf\r |
136 | PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r | |
137 | IoLib|MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.inf\r | |
138 | PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf\r | |
139 | MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf\r | |
140 | PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf\r | |
2f053c92 | 141 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf\r |
ff8ff139 | 142 | OemHookStatusCodeLib|IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf\r |
409f6780 | 143 | PeCoffGetEntryPointLib|Nt32Pkg/Library/Nt32PeiPeCoffGetEntryPointLib/Nt32PeiPeCoffGetEntryPointLib.inf\r |
d4b7ad52 | 144 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r |
2f053c92 | 145 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r |
ffdd18bb | 146 | PeCoffExtraActionLib|Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/PeiNt32PeCoffExtraActionLib.inf\r |
25a201c6 | 147 | \r |
869f8e34 | 148 | [LibraryClasses.common.DXE_RUNTIME_DRIVER]\r |
409f6780 A |
149 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r |
150 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r | |
151 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r | |
0a525ec0 | 152 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r |
409f6780 A |
153 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r |
154 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r | |
2f053c92 | 155 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r |
409f6780 | 156 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r |
409f6780 A |
157 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r |
158 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r | |
159 | UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf\r | |
4797d4c7 | 160 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r |
409f6780 A |
161 | WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf\r |
162 | OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf\r | |
2f053c92 | 163 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r |
ffdd18bb | 164 | PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf\r |
25a201c6 | 165 | \r |
869f8e34 | 166 | [LibraryClasses.common.UEFI_DRIVER]\r |
409f6780 A |
167 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r |
168 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r | |
880cfb98 | 169 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r |
0a525ec0 | 170 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r |
409f6780 A |
171 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r |
172 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r | |
2f053c92 | 173 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r |
409f6780 | 174 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r |
409f6780 A |
175 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r |
176 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r | |
4797d4c7 | 177 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r |
409f6780 A |
178 | WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf\r |
179 | OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf\r | |
2f053c92 | 180 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r |
7f4d2100 | 181 | NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r |
182 | IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r | |
183 | UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r | |
184 | DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r | |
ffdd18bb | 185 | PeCoffExtraActionLib|Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.inf\r |
25a201c6 | 186 | \r |
869f8e34 | 187 | [LibraryClasses.common.DXE_DRIVER]\r |
409f6780 A |
188 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r |
189 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r | |
190 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r | |
0a525ec0 | 191 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r |
409f6780 A |
192 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r |
193 | UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf\r | |
2f053c92 | 194 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r |
409f6780 | 195 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r |
409f6780 A |
196 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r |
197 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r | |
4797d4c7 | 198 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r |
409f6780 A |
199 | WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf\r |
200 | OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf\r | |
2f053c92 | 201 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r |
593a8308 | 202 | NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf\r |
203 | IpIoLib|MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.inf\r | |
204 | UdpIoLib|MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.inf\r | |
36ee91ca | 205 | DpcLib|MdeModulePkg/Library/DxeDpcLib/DxeDpcLib.inf\r |
25a201c6 | 206 | \r |
869f8e34 | 207 | [LibraryClasses.common.UEFI_APPLICATION]\r |
409f6780 | 208 | DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf\r |
4797d4c7 | 209 | UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r |
409f6780 A |
210 | UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf\r |
211 | UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf\r | |
212 | HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf\r | |
213 | DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf\r | |
880cfb98 | 214 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r |
0a525ec0 | 215 | MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf\r |
409f6780 | 216 | UefiLib|MdePkg/Library/UefiLib/UefiLib.inf\r |
2f053c92 | 217 | ReportStatusCodeLib|IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf\r |
409f6780 A |
218 | UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf\r |
219 | WinNtLib|Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf\r | |
220 | OemHookStatusCodeLib|Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/DxeNt32OemHookStatusCodeLib.inf\r | |
2f053c92 | 221 | DebugLib|IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r |
fcf24bad | 222 | PrintLib|MdeModulePkg/Library/DxePrintLibPrint2Protocol/DxePrintLibPrint2Protocol.inf\r |
4cf1c1b5 | 223 | \r |
25a201c6 | 224 | \r |
225 | ################################################################################\r | |
226 | #\r | |
227 | # Pcd Section - list of all EDK II PCD Entries defined by this Platform\r | |
228 | #\r | |
229 | ################################################################################\r | |
230 | \r | |
95276127 | 231 | [PcdsFeatureFlag.common]\r |
b3af5df6 | 232 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|FALSE\r |
233 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|FALSE\r | |
72670d3e | 234 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|TRUE\r |
e6422a36 | 235 | gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDeprecate|FALSE\r |
842b46a4 | 236 | gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics|TRUE\r |
676de8d9 | 237 | gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollationSupport|TRUE\r |
238 | gEfiMdeModulePkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE\r | |
e6ef5309 | 239 | gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r |
240 | gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|TRUE\r | |
95276127 | 241 | \r |
13759165 | 242 | [PcdsFixedAtBuild.IA32]\r |
58dcdada | 243 | #gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeiStackSize|0x20000\r |
b3af5df6 | 244 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1\r |
245 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|128\r | |
246 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySizeForSecMain|L"64!64"|VOID*|12\r | |
ae8432d0 | 247 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareVolume|L"..\\Fv\\Nt32.fd"|VOID*|52\r |
b3af5df6 | 248 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtBootMode|1\r |
249 | gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000\r | |
250 | gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000\r | |
251 | gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000\r | |
252 | gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000\r | |
b3af5df6 | 253 | gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x0f\r |
254 | gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f\r | |
255 | gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF\r | |
256 | gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000040\r | |
257 | gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0\r | |
258 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08\r | |
259 | gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0\r | |
260 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizeNonPopulateCapsule|0x0\r | |
261 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxSizePopulateCapsule|0x0\r | |
262 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0\r | |
263 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x0005100 # EFI_COMPUTING_UNIT_MEMORY | EFI_CU_MEMORY_EC_UNCORRECTABLE3\r | |
264 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError|0x01040006 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR\r | |
265 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleReset|0x01040001 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET\r | |
266 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError|0x01040007 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_INPUT_ERROR\r | |
267 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError|0x01040008 # EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR\r | |
268 | gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultTimeout|0x0008\r | |
b3af5df6 | 269 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueEfiWatchDogTimerExpired|0x00011003\r |
270 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMemoryTestStarted|0x00051006\r | |
271 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueSetVirtualAddressMap|0x03101004\r | |
272 | gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueUncorrectableMemoryError|0x00051003\r | |
273 | gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320\r | |
274 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200\r | |
275 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8\r | |
276 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1\r | |
277 | gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1\r | |
278 | gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0\r | |
279 | \r | |
280 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareFdSize|0x2a0000\r | |
281 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize|0x10000\r | |
282 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogBase|0x28c000\r | |
283 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogSize|0x2000\r | |
284 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoveryBase|0x0\r | |
285 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoverySize|0x280000\r | |
286 | \r | |
287 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageVariableBase|0x280000\r | |
288 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwSpareBase|0x290000\r | |
289 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageFtwWorkingBase|0x28e000\r | |
290 | \r | |
291 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize|0x10000\r | |
292 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0x2000\r | |
293 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize|0x00c000\r | |
18fd8d65 | 294 | gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10\r |
9c7aa186 | 295 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6\r |
296 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv|32\r | |
350c543d | 297 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x400\r |
2b642e5a | 298 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize|0x8000\r |
299 | gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x10000\r | |
9c7aa186 | 300 | \r |
869f8e34 | 301 | [PcdsFeatureFlag.IA32]\r |
b3af5df6 | 302 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE\r |
303 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE\r | |
304 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE\r | |
305 | gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE\r | |
b3af5df6 | 306 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE\r |
307 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE\r | |
308 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE\r | |
309 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE\r | |
310 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|TRUE\r | |
311 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE\r | |
312 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE\r | |
313 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE\r | |
314 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE\r | |
b3af5df6 | 315 | gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE\r |
316 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE\r | |
b3af5df6 | 317 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText|TRUE\r |
318 | gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText|TRUE\r | |
8270a5fd | 319 | gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE\r |
320 | gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE\r | |
b3af5df6 | 321 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE\r |
322 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE\r | |
323 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE\r | |
2b642e5a | 324 | gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionFirst|FALSE\r |
ba237732 | 325 | \r |
25a201c6 | 326 | \r |
327 | ################################################################################\r | |
328 | #\r | |
329 | # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform\r | |
330 | #\r | |
331 | ################################################################################\r | |
332 | \r | |
2cb630b1 | 333 | [PcdsDynamicDefault.common.DEFAULT]\r |
b3af5df6 | 334 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtSerialPort|L"COM1!COM2"|VOID*|18\r |
01a59a8a | 335 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtFileSystem|L".!..\\..\\..\\..\\EdkShellBinPkg\\Bin\\Ia32\\Apps"|VOID*|106\r |
b3af5df6 | 336 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtGop|L"UGA Window 1!UGA Window 2"|VOID*|50\r |
337 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtConsole|L"Bus Driver Console Window"|VOID*|50\r | |
338 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtVirtualDisk|L"FW;40960;512"|VOID*|24\r | |
b3af5df6 | 339 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtMemorySize|L"64!64"|VOID*|10\r |
340 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtPhysicalDisk|L"a:RW;2880;512!d:RO;307200;2048!j:RW;262144;512"|VOID*|100\r | |
341 | gEfiNt32PkgTokenSpaceGuid.PcdWinNtUga|L"UGA Window 1!UGA Window 2"|VOID*|50\r | |
342 | \r | |
343 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r | |
344 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r | |
345 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0\r | |
25a201c6 | 346 | \r |
fcf24bad | 347 | [PcdsDynamicHii.common.DEFAULT]\r |
4d6c29ce | 348 | gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEfiWinNtSystemConfigGuid|0x0|80\r |
349 | gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEfiWinNtSystemConfigGuid|0x4|25\r | |
350 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10\r | |
351 | gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|L"HwErrRecSupport"|gEfiGlobalVariableGuid|0x0|1\r | |
21e97c72 | 352 | \r |
dcbb35eb | 353 | ###################################################################################################\r |
25a201c6 | 354 | #\r |
dcbb35eb | 355 | # Components Section - list of the modules and components that will be processed by compilation\r |
356 | # tools and the EDK II tools to generate PE32/PE32+/Coff image files.\r | |
25a201c6 | 357 | #\r |
dcbb35eb | 358 | # Note: The EDK II DSC file is not used to specify how compiled binary images get placed\r |
359 | # into firmware volume images. This section is just a list of modules to compile from\r | |
360 | # source into UEFI-compliant binaries.\r | |
361 | # It is the FDF file that contains information on combining binary files into firmware\r | |
362 | # volume images, whose concept is beyond UEFI and is described in PI specification.\r | |
363 | # Binary modules do not need to be listed in this section, as they should be\r | |
364 | # specified in the FDF file. For example: Shell binary (Shell_Full.efi), FAT binary (Fat.efi),\r | |
365 | # Logo (Logo.bmp), and etc.\r | |
366 | # There may also be modules listed in this section that are not required in the FDF file,\r | |
367 | # When a module listed here is excluded from FDF file, then UEFI-compliant binary will be\r | |
368 | # generated for it, but the binary will not be put into any firmware volume.\r | |
369 | #\r | |
370 | ###################################################################################################\r | |
25a201c6 | 371 | \r |
372 | [Components.IA32]\r | |
04eced5b | 373 | ##\r |
374 | # SEC Phase modules\r | |
375 | ##\r | |
409f6780 | 376 | Nt32Pkg/Sec/SecMain.inf\r |
929e7bd1 | 377 | \r |
04eced5b | 378 | ##\r |
379 | # PEI Phase modules\r | |
380 | ##\r | |
409f6780 | 381 | MdeModulePkg/Core/Pei/PeiMain.inf\r |
76b0f6ab | 382 | MdeModulePkg/Universal/PCD/Pei/Pcd.inf {\r |
b3af5df6 | 383 | <LibraryClasses>\r |
76b0f6ab | 384 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r |
385 | }\r | |
02994038 | 386 | IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf\r |
409f6780 A |
387 | Nt32Pkg/BootModePei/BootModePei.inf\r |
388 | Nt32Pkg/WinNtFlashMapPei/WinNtFlashMapPei.inf\r | |
409f6780 A |
389 | MdeModulePkg/Universal/Variable/Pei/VariablePei.inf\r |
390 | Nt32Pkg/WinNtAutoScanPei/WinNtAutoScanPei.inf\r | |
391 | Nt32Pkg/WinNtFirmwareVolumePei/WinNtFirmwareVolumePei.inf\r | |
392 | Nt32Pkg/WinNtThunkPPIToProtocolPei/WinNtThunkPPIToProtocolPei.inf\r | |
706e7534 | 393 | MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf\r |
04eced5b | 394 | ##\r |
395 | # DXE Phase modules\r | |
396 | ##\r | |
899bc551 LG |
397 | MdeModulePkg/Core/Dxe/DxeMain.inf {\r |
398 | <LibraryClasses>\r | |
46ffb9a4 | 399 | NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r |
97ef8cff LG |
400 | <BuildOptions>\r |
401 | *_*_IA32_CC_FLAGS = \r | |
899bc551 | 402 | }\r |
97ef8cff | 403 | \r |
409f6780 | 404 | MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r |
b3af5df6 | 405 | <LibraryClasses>\r |
cdebf6c6 | 406 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r |
cba9012a | 407 | }\r |
409f6780 | 408 | Nt32Pkg/MetronomeDxe/MetronomeDxe.inf\r |
593a8308 | 409 | Nt32Pkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf\r |
409f6780 A |
410 | Nt32Pkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r |
411 | MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r | |
412 | Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf\r | |
413 | MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r | |
414 | IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.inf\r | |
415 | MdeModulePkg/Universal/EbcDxe/EbcDxe.inf\r | |
416 | MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf\r | |
409f6780 | 417 | Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf\r |
593a8308 | 418 | Nt32Pkg/CpuRuntimeDxe/CpuRuntimeDxe.inf\r |
eba3ff4c | 419 | MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r |
409f6780 A |
420 | IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.inf\r |
421 | Nt32Pkg/MiscSubClassPlatformDxe/MiscSubClassPlatformDxe.inf\r | |
422 | Nt32Pkg/TimerDxe/TimerDxe.inf\r | |
66934142 | 423 | IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.inf\r |
409f6780 | 424 | MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf\r |
d5469f43 | 425 | MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r |
409f6780 A |
426 | MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r |
427 | MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r | |
428 | MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r | |
fcf24bad | 429 | MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf {\r |
430 | <LibraryClasses>\r | |
431 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r | |
432 | }\r | |
409f6780 A |
433 | MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r |
434 | MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r | |
435 | MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r | |
436 | MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r | |
437 | MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r | |
409f6780 | 438 | MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r |
409f6780 A |
439 | IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf\r |
440 | MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf ##This driver follows UEFI specification definition\r | |
441 | MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf ##This driver follows UEFI specification definition\r | |
442 | IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.inf\r | |
880cfb98 | 443 | Nt32Pkg/WinNtBusDriverDxe/WinNtBusDriverDxe.inf {\r |
444 | <LibraryClasses>\r | |
445 | PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf\r | |
446 | }\r | |
409f6780 | 447 | Nt32Pkg/WinNtBlockIoDxe/WinNtBlockIoDxe.inf\r |
409f6780 A |
448 | Nt32Pkg/WinNtSerialIoDxe/WinNtSerialIoDxe.inf\r |
449 | Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf\r | |
450 | Nt32Pkg/WinNtSimpleFileSystemDxe/WinNtSimpleFileSystemDxe.inf\r | |
ef0028a2 | 451 | MdeModulePkg/Application/HelloWorld/HelloWorld.inf\r |
929e7bd1 | 452 | \r |
593a8308 | 453 | #\r |
454 | # Network stack drivers\r | |
455 | # To test network drivers, need network Io driver(SnpNt32Io.dll), please refer to NETWORK-IO Subproject.\r | |
456 | #\r | |
36ee91ca | 457 | MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf\r |
593a8308 | 458 | MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf\r |
459 | MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf\r | |
460 | MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf\r | |
461 | MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf\r | |
462 | MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf\r | |
463 | MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf\r | |
464 | MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf\r | |
465 | MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf\r | |
466 | Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf\r | |
467 | \r | |
34a2bb9a | 468 | MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf\r |
469 | \r | |
5c5a2ca2 | 470 | IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf \r |
5fd5fcd3 | 471 | MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r |
472 | MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r | |
fcf24bad | 473 | MdeModulePkg/Universal/PrintDxe/PrintDxe.inf\r |
5fd5fcd3 | 474 | MdeModulePkg/Universal/DriverSampleDxe/DriverSampleDxe.inf {\r |
475 | <LibraryClasses>\r | |
476 | PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r | |
477 | }\r | |
34a2bb9a | 478 | MdeModulePkg/Application/VariableInfo/VariableInfo.inf\r |
5fd5fcd3 | 479 | \r |
27431725 | 480 | MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatformDriOverrideDxe.inf\r |
27431725 | 481 | \r |
2cb630b1 | 482 | [BuildOptions]\r |
cd46d8f6 | 483 | DEBUG_*_IA32_DLINK_FLAGS = /EXPORT:InitializeDriver=$(IMAGE_ENTRY_POINT) /ALIGN:4096 /SUBSYSTEM:CONSOLE\r |
484 | RELEASE_*_IA32_DLINK_FLAGS = /ALIGN:4096\r | |
2529e5e1 | 485 | *_*_IA32_CC_FLAGS = /D EFI_SPECIFICATION_VERSION=0x0002000A /D TIANO_RELEASE_VERSION=0x00080006\r |
486 | \r | |
be0187bb | 487 | \r |
488 | \r | |
489 | \r | |
490 | #############################################################################################################\r | |
491 | # NOTE:\r | |
492 | # The following [Libraries.IA32] section is for building R8 module under the R9 tool chain.\r | |
493 | # If you want build R8 module for Nt32 platform, please uncomment [Libraries.IA32] section and\r | |
494 | # libraries used by that R8 module.\r | |
495 | # Currently, Nt32 platform do not has any R8 style module\r | |
496 | # \r | |
497 | #\r | |
498 | #[Libraries.IA32]\r | |
499 | #\r | |
500 | # Libraries common to PEI and DXE\r | |
501 | #\r | |
fcf24bad | 502 | # EdkCompatibilityPkg/Foundation/Efi/Guid/EfiGuidLib.inf\r |
503 | # EdkCompatibilityPkg/Foundation/Framework/Guid/EdkFrameworkGuidLib.inf\r | |
504 | # EdkCompatibilityPkg/Foundation/Guid/EdkGuidLib.inf\r | |
505 | # EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf\r | |
506 | # EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/CpuIA32Lib.inf\r | |
507 | # EdkCompatibilityPkg/Foundation/Cpu/Itanium/CpuIa64Lib/CpuIA64Lib.inf\r | |
508 | # EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.inf\r | |
509 | # EdkCompatibilityPkg/Foundation/Library/CompilerStub/CompilerStubLib.inf\r | |
510 | # EdkCompatibilityPkg/Foundation/Library/Dxe/Hob/HobLib.inf\r | |
be0187bb | 511 | \r |
512 | #\r | |
513 | # PEI libraries\r | |
514 | #\r | |
fcf24bad | 515 | # EdkCompatibilityPkg/Foundation/Framework/Ppi/EdkFrameworkPpiLib.inf\r |
516 | # EdkCompatibilityPkg/Foundation/Ppi/EdkPpiLib.inf\r | |
517 | # EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.inf\r | |
518 | # EdkCompatibilityPkg/Foundation/Library/Pei/Hob/PeiHobLib.inf\r | |
be0187bb | 519 | \r |
520 | #\r | |
521 | # DXE libraries\r | |
522 | #\r | |
fcf24bad | 523 | # EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/ArchProtocolLib.inf\r |
524 | # EdkCompatibilityPkg/Foundation/Efi/Protocol/EfiProtocolLib.inf\r | |
525 | # EdkCompatibilityPkg/Foundation/Framework/Protocol/EdkFrameworkProtocolLib.inf\r | |
526 | # EdkCompatibilityPkg/Foundation/Protocol/EdkProtocolLib.inf\r | |
527 | # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.inf\r | |
528 | # EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/EfiRuntimeLib.inf\r | |
529 | # EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Graphics.inf\r | |
530 | # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/EfiIfrSupportLib.inf\r | |
531 | # EdkCompatibilityPkg/Foundation/Library/Dxe/Print/PrintLib.inf\r | |
532 | # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/EfiScriptLib.inf\r | |
533 | # EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/EfiUiLib.inf\r | |
be0187bb | 534 | \r |
535 | #\r | |
536 | # Print/Graphics Library consume SetupBrowser Print Protocol\r | |
537 | #\r | |
fcf24bad | 538 | # EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/PrintLib.inf\r |
539 | # EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Graphics.inf\r | |
540 | \r |