EmbeddedPkg: add missing BaseLib/BaseMemoryLib declarations

Add missing includes of BaseMemoryLib.h and declaration of
BaseLib/BaseMemoryLib dependencies hidden by use of EmbeddedPkg
FdtLib, which is being deleted.

Signed-off-by: Leif Lindholm <quic_llindhol@quicinc.com>
This commit is contained in:
Leif Lindholm 2024-07-25 18:25:28 +01:00 committed by mergify[bot]
parent dab548a51b
commit 0693c66f76
4 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#include <IndustryStandard/Acpi.h>
#include <libfdt.h>
#include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
#include <Library/DevicePathLib.h>
#include <Library/HiiLib.h>

View File

@ -32,6 +32,7 @@
[LibraryClasses]
BaseLib
BaseMemoryLib
DebugLib
FdtLib
HiiLib

View File

@ -9,6 +9,7 @@
#include <libfdt.h>
#include <Library/AndroidBootImgLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/PrintLib.h>
#include <Library/DevicePathLib.h>
#include <Library/UefiBootServicesTableLib.h>

View File

@ -26,6 +26,7 @@
AndroidBootImgLib.c
[LibraryClasses]
BaseLib
DebugLib
FdtLib
PrintLib