From 3f20f9cf4febf0683b0d54a48aaff93eec41b0e5 Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Sat, 10 Mar 2018 22:06:34 +0100 Subject: [PATCH] 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 --- OvmfPkg/PlatformDxe/Platform.inf | 1 + 1 file changed, 1 insertion(+) 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