mirror of https://github.com/acidanthera/audk.git
Switch DxeCore to use DxeCoreMemoryAllocationLib
Add DxeCoreMemoryAllocationLib to build validation file. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5740 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9a1ed79890
commit
8331f12381
|
@ -113,7 +113,7 @@
|
||||||
|
|
||||||
[LibraryClasses.common.DXE_CORE]
|
[LibraryClasses.common.DXE_CORE]
|
||||||
HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
|
HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
|
||||||
MemoryAllocationLib|MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf
|
MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
|
||||||
ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
|
ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
|
||||||
|
|
||||||
[LibraryClasses.common.DXE_DRIVER]
|
[LibraryClasses.common.DXE_DRIVER]
|
||||||
|
@ -259,6 +259,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
|
MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
|
||||||
|
MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
|
||||||
MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
|
MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
|
||||||
MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
|
MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
|
||||||
MdeModulePkg/Library/EdkDxePrintLib/EdkDxePrintLib.inf
|
MdeModulePkg/Library/EdkDxePrintLib/EdkDxePrintLib.inf
|
||||||
|
|
Loading…
Reference in New Issue