From: Laszlo Ersek Date: Sat, 10 Mar 2018 22:26:12 +0000 (+0100) Subject: OvmfPkg/QemuVideoDxe: list "Qemu.h" in the INF file X-Git-Tag: edk2-stable201903~2162 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=1e9f96612670d54d3ac95db969732d2453600ea3 OvmfPkg/QemuVideoDxe: list "Qemu.h" in the INF file Among many other things, "Qemu.h" declares the QemuVideoGraphicsOutputConstructor() and QemuVideoGraphicsOutputDestructor() functions, which are defined in "Gop.c", and called from "Driver.c". Cc: Ard Biesheuvel Cc: Jordan Justen Cc: Phil Dennis-Jordan 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/QemuVideoDxe/QemuVideoDxe.inf b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf index b6775fd097..017a049104 100644 --- a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf +++ b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf @@ -38,6 +38,7 @@ DriverSupportedEfiVersion.c Gop.c Initialize.c + Qemu.h [Sources.Ia32, Sources.X64] UnalignedIoGcc.c | GCC