ArmVirtPkg: add QemuVirtMemInfoLib missing dependency/includes

QemuVirtMemInfoLib makes use of BaseLib but never declared the
dependency or included the header. The code still built by
luck and by including the EmbeddedPkg FdtLib. Which is going
away, so add the missing stanzas in preparation.

Signed-off-by: Leif Lindholm <quic_llindhol@quicinc.com>
This commit is contained in:
Leif Lindholm 2024-09-26 13:48:14 +01:00 committed by mergify[bot]
parent fe93b3745f
commit dab548a51b
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@
[LibraryClasses]
ArmLib
BaseLib
BaseMemoryLib
DebugLib
FdtLib

View File

@ -8,6 +8,7 @@
#include <Uefi.h>
#include <Pi/PiMultiPhase.h>
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
#include <Library/HobLib.h>
#include <libfdt.h>