diff options
author | Laszlo Ersek <lersek@redhat.com> | 2018-03-10 22:06:34 +0100 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2018-03-13 14:31:09 +0100 |
commit | 8bd85428c2846960888229ac8a42885483dfd38b (patch) | |
tree | d40a2328d1f161343233ee3dd6d35ede184f8844 /OvmfPkg/PlatformDxe | |
parent | 3f20f9cf4febf0683b0d54a48aaff93eec41b0e5 (diff) | |
download | edk2-8bd85428c2846960888229ac8a42885483dfd38b.tar.gz edk2-8bd85428c2846960888229ac8a42885483dfd38b.tar.bz2 edk2-8bd85428c2846960888229ac8a42885483dfd38b.zip |
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 <ard.biesheuvel@linaro.org>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Suggested-by: Michael Kinney <michael.d.kinney@intel.com>
Ref: http://mid.mail-archive.com/E92EE9817A31E24EB0585FDF735412F56327F7D3@ORSMSX113.amr.corp.intel.com
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'OvmfPkg/PlatformDxe')
-rw-r--r-- | OvmfPkg/PlatformDxe/Platform.inf | 1 |
1 files changed, 1 insertions, 0 deletions
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]
|