summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Library/VirtioMmioDeviceLib
diff options
context:
space:
mode:
authorLaszlo Ersek <lersek@redhat.com>2018-03-10 21:51:48 +0100
committerLaszlo Ersek <lersek@redhat.com>2018-03-13 14:31:03 +0100
commita3d7ae2ed87ee8cb7d6c516520556ceb634dfba9 (patch)
tree25fb7d18348ca226dada3e907c67bdfb9c77b740 /OvmfPkg/Library/VirtioMmioDeviceLib
parente29f9f140967e2a7e3a2957a5f5e428ba322eb7a (diff)
downloadedk2-a3d7ae2ed87ee8cb7d6c516520556ceb634dfba9.tar.gz
edk2-a3d7ae2ed87ee8cb7d6c516520556ceb634dfba9.tar.bz2
edk2-a3d7ae2ed87ee8cb7d6c516520556ceb634dfba9.zip
OvmfPkg/VirtioMmioDeviceLib: list "VirtioMmioDevice.h" in the INF file
Among other things, the header file declares the functions that implement the VIRTIO_DEVICE_PROTOCOL members over virtio-mmio. The functions are defined in "VirtioMmioDeviceFunctions.c", and referenced in the initialization of "mMmioDeviceProtocolTemplate", in "VirtioMmioDevice.c". Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Jordan Justen <jordan.l.justen@intel.com> Suggested-by: Michael Kinney <michael.d.kinney@intel.com> Ref: http://mid.mail-archive.com/E92EE9817A31E24EB0585FDF735412F56327F7D3@ORSMSX113.amr.corp.intel.com Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'OvmfPkg/Library/VirtioMmioDeviceLib')
-rw-r--r--OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf1
1 files changed, 1 insertions, 0 deletions
diff --git a/OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf b/OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
index 2e266a9d45..5cd9e86558 100644
--- a/OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
+++ b/OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
@@ -24,6 +24,7 @@
[Sources]
VirtioMmioDevice.c
+ VirtioMmioDevice.h
VirtioMmioDeviceFunctions.c
[Packages]