diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-04-08 11:45:09 +0200 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2016-04-13 17:26:06 +0200 |
commit | 8b0fc598cf3a9d6a5af1b0d1a3665f55459d1d72 (patch) | |
tree | a01f1317b31feff83f30001183e4151e4ff6157d /OvmfPkg | |
parent | 1e7143d81a08c18d0b684853a756362ad7f693f3 (diff) | |
download | edk2-8b0fc598cf3a9d6a5af1b0d1a3665f55459d1d72.tar.gz edk2-8b0fc598cf3a9d6a5af1b0d1a3665f55459d1d72.tar.bz2 edk2-8b0fc598cf3a9d6a5af1b0d1a3665f55459d1d72.zip |
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 <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'OvmfPkg')
-rw-r--r-- | OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.inf | 1 |
1 files changed, 1 insertions, 0 deletions
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
|