diff mbox

[edk2,v4,7/9] OvmfPkg/XenIoMmioLib: add missing MemoryAllocationLib dependency to INF

Message ID 1460557933-23346-8-git-send-email-ard.biesheuvel@linaro.org
State Accepted
Commit 8b0fc598cf3a9d6a5af1b0d1a3665f55459d1d72
Headers show

Commit Message

Ard Biesheuvel April 13, 2016, 2:32 p.m. UTC
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 <ard.biesheuvel@linaro.org>

Reviewed-by: Laszlo Ersek <lersek@redhat.com>

---
 OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.inf | 1 +
 1 file changed, 1 insertion(+)

-- 
2.5.0

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
diff mbox

Patch

diff --git a/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.inf b/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.inf
index 16cc4530355e..d02588f281d2 100644
--- a/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.inf
+++ b/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.inf
@@ -30,6 +30,7 @@  [Packages]
 
 [LibraryClasses]
   BaseMemoryLib
+  MemoryAllocationLib
 
 [Guids]
   gXenBusRootDeviceGuid