From 6ed6ecee190914d244e51b455883155cdcb9b6aa Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Tue, 25 Oct 2016 18:01:44 +0100 Subject: [PATCH] ArmPkg/ArmDmaLib: add missing DxeServicesTableLib dependency This missing dependency has gone unnoticed until now, but it is breaking the Omap35xxPkg.dsc build. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm --- ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf b/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf index 20228d2864..95c13006ea 100644 --- a/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf +++ b/ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf @@ -31,6 +31,7 @@ [LibraryClasses] DebugLib + DxeServicesTableLib UefiBootServicesTableLib MemoryAllocationLib UncachedMemoryAllocationLib -- 2.39.2