From 8bd85428c2846960888229ac8a42885483dfd38b Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Sat, 10 Mar 2018 22:06:34 +0100 Subject: [PATCH] OvmfPkg/PlatformDxe: list "PlatformConfig.h" in the INF file The header file declares the PlatformConfigSave() and PlatformConfigLoad() functions (and defines related types and macros). The functions are defined in "PlatformConfig.c" and called from "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 4276d363e3..41a110f774 100644 --- a/OvmfPkg/PlatformDxe/Platform.inf +++ b/OvmfPkg/PlatformDxe/Platform.inf @@ -29,6 +29,7 @@ Platform.h Platform.uni PlatformConfig.c + PlatformConfig.h PlatformForms.vfr [Packages] -- 2.39.2