From 8b0fc598cf3a9d6a5af1b0d1a3665f55459d1d72 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Fri, 8 Apr 2016 11:45:09 +0200 Subject: OvmfPkg/XenIoMmioLib: add missing MemoryAllocationLib dependency to INF XenIoMmioLib depends on MemoryAllocationLib, and uses its header, but failed to declare the dependency in its INF. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel Reviewed-by: Laszlo Ersek --- OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.inf b/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.inf index 16cc453035..d02588f281 100644 --- a/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.inf +++ b/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.inf @@ -30,6 +30,7 @@ [LibraryClasses] BaseMemoryLib + MemoryAllocationLib [Guids] gXenBusRootDeviceGuid -- cgit v1.2.3