From: Laszlo Ersek Date: Sat, 10 Mar 2018 21:06:34 +0000 (+0100) Subject: OvmfPkg/PlatformDxe: list "Platform.h" in the INF file X-Git-Tag: edk2-stable201903~2170 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=3f20f9cf4febf0683b0d54a48aaff93eec41b0e5;hp=4120bb498fcc08344fa54bf299c64ff0450871d1 OvmfPkg/PlatformDxe: list "Platform.h" in the INF file The header file defines HII-related macros and types that are shared between the form description in "PlatformForms.vfr" and the HII driver logic "Platform.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 --- diff --git a/OvmfPkg/PlatformDxe/Platform.inf b/OvmfPkg/PlatformDxe/Platform.inf index 16cd9ab753..4276d363e3 100644 --- a/OvmfPkg/PlatformDxe/Platform.inf +++ b/OvmfPkg/PlatformDxe/Platform.inf @@ -26,6 +26,7 @@ [Sources] Platform.c + Platform.h Platform.uni PlatformConfig.c PlatformForms.vfr