diff mbox

[edk2,v2,22/24] OvmfPkg/XenIoMmioLib: add missing MemoryAllocationLib dependency to INF

Message ID 1460108711-12122-23-git-send-email-ard.biesheuvel@linaro.org
State Superseded
Headers show

Commit Message

Ard Biesheuvel April 8, 2016, 9:45 a.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>

---
 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