From: Laszlo Ersek Date: Sat, 10 Mar 2018 22:55:37 +0000 (+0100) Subject: OvmfPkg/VirtioBlkDxe: list "VirtioBlk.h" in the INF file X-Git-Tag: edk2-stable201903~2158 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=faa6f20b53e288d6bb574bff05892a6172917e2e OvmfPkg/VirtioBlkDxe: list "VirtioBlk.h" in the INF file Among other things, 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/VirtioBlkDxe/VirtioBlk.inf b/OvmfPkg/VirtioBlkDxe/VirtioBlk.inf index d5975b74eb..29d498a442 100644 --- a/OvmfPkg/VirtioBlkDxe/VirtioBlk.inf +++ b/OvmfPkg/VirtioBlkDxe/VirtioBlk.inf @@ -23,6 +23,7 @@ [Sources] VirtioBlk.c + VirtioBlk.h [Packages] MdePkg/MdePkg.dec