]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg/XenIoMmioLib: add missing MemoryAllocationLib dependency to INF
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 8 Apr 2016 09:45:09 +0000 (11:45 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 13 Apr 2016 15:26:06 +0000 (17:26 +0200)
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

index 16cc4530355e88d4987b71d43b698e1e88f7f52b..d02588f281d29889972f8bd486acbbb25ede19ed 100644 (file)
@@ -30,6 +30,7 @@
 \r
 [LibraryClasses]\r
   BaseMemoryLib\r
+  MemoryAllocationLib\r
 \r
 [Guids]\r
   gXenBusRootDeviceGuid\r