mirror of https://github.com/acidanthera/audk.git
Update MdeModulePkg.dsc to build DxeCore.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3046 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
28a0029718
commit
08253b622e
|
@ -101,6 +101,7 @@
|
|||
UefiLib|${WORKSPACE}/MdePkg/Library/UefiLib/UefiLib.inf
|
||||
DxeServicesTableLib|${WORKSPACE}/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
||||
ReportStatusCodeLib|${WORKSPACE}/IntelFrameworkPkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.inf
|
||||
PeCoffLoaderLib|${WORKSPACE}/MdeModulePkg/Library/PeiDxePeCoffLoaderLib/PeCoffLoaderLib.inf
|
||||
|
||||
[LibraryClasses.common.DXE_DRIVER]
|
||||
HobLib|${WORKSPACE}/MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
||||
|
@ -376,6 +377,7 @@
|
|||
${WORKSPACE}/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.inf
|
||||
$(WORKSPACE)/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
|
||||
$(WORKSPACE)/MdeModulePkg/Universal/PCD/Pei/Pcd.inf
|
||||
$(WORKSPACE)/MdeModulePkg/Core/Dxe/DxeMain.inf
|
||||
$(WORKSPACE)/MdeModulePkg/Core/Pei/PeiMain.inf
|
||||
|
||||
[Components.X64]
|
||||
|
|
Loading…
Reference in New Issue