From: Laszlo Ersek Date: Sat, 10 Mar 2018 22:55:37 +0000 (+0100) Subject: OvmfPkg/Virtio10Dxe: list "Virtio10.h" in the INF file X-Git-Tag: edk2-stable201903~2159 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=dc19edf5a0bb7f89bdc73ab4b0652f133f1892bc OvmfPkg/Virtio10Dxe: list "Virtio10.h" in the INF file The header file defines macros and types that are private to the driver and are used by the sole C file of the driver. 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 --- diff --git a/OvmfPkg/Virtio10Dxe/Virtio10.inf b/OvmfPkg/Virtio10Dxe/Virtio10.inf index f868d1cfc4..c4ef15d94b 100644 --- a/OvmfPkg/Virtio10Dxe/Virtio10.inf +++ b/OvmfPkg/Virtio10Dxe/Virtio10.inf @@ -22,6 +22,7 @@ [Sources] Virtio10.c + Virtio10.h [Packages] MdePkg/MdePkg.dec