From: Laszlo Ersek Date: Sat, 10 Mar 2018 21:06:34 +0000 (+0100) Subject: OvmfPkg/PlatformDxe: list "PlatformConfig.h" in the INF file X-Git-Tag: edk2-stable201903~2169 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=8bd85428c2846960888229ac8a42885483dfd38b 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 --- 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]