From 12155d5bdc7771bf4aa403397e33754ac738027e Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Sat, 10 Mar 2018 21:51:48 +0100 Subject: [PATCH] OvmfPkg/VirtioPciDeviceDxe: list "VirtioPciDevice.h" in the INF file Among other things, the header file declares the functions that implement the VIRTIO_DEVICE_PROTOCOL members over virtio-pci (v0.9.5). The functions are defined in "VirtioPciFunctions.c", and referenced in the initialization of "mDeviceProtocolTemplate", in "VirtioPciDevice.c". Cc: Ard Biesheuvel Cc: Jordan Justen Suggested-by: Michael Kinney Ref: http://mid.mail-archive.com/E92EE9817A31E24EB0585FDF735412F56327F7D3@ORSMSX113.amr.corp.intel.com Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek Reviewed-by: Ard Biesheuvel Reviewed-by: Jordan Justen --- OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf b/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf index 4b5d1a493e..9de00fd69f 100644 --- a/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf +++ b/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf @@ -24,6 +24,7 @@ [Sources] VirtioPciDevice.c + VirtioPciDevice.h VirtioPciFunctions.c [Packages] -- 2.39.2