ArmPkg: add DebugLib to OemMiscLibNull

The just added OemMiscLibNull fails to build due to DebugLib.h not
being included, missing the ASSERT definition. Add the include and the
library dependency.

Cc: Rebecca Cran <rebecca@nuviainc.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Signed-off-by: Leif Lindholm <leif@nuviainc.com>
Reviewed-by: Rebecca Cran <rebecca@nuviainc.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
Leif Lindholm 2021-02-08 23:39:43 +00:00 committed by mergify[bot]
parent 273261126e
commit 8cb9b29684
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@
#include <Uefi.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
#include <Library/HiiLib.h>
#include <Library/OemMiscLib.h>

View File

@ -28,4 +28,4 @@
[LibraryClasses]
BaseMemoryLib
DebugLib