From: Laszlo Ersek Date: Sat, 10 Mar 2018 21:40:32 +0000 (+0100) Subject: OvmfPkg/PlatformPei: list "Xen.h" in the INF file X-Git-Tag: edk2-stable201903~2166 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=8186fb67e1e2bb621ed2cd7bafc355ec541f4155 OvmfPkg/PlatformPei: list "Xen.h" in the INF file The header defines the OVMF_INFO_PHYSICAL_ADDRESS macro and the EFI_XEN_OVMF_INFO structure, which are used in "Xen.c". Cc: Anthony Perard Cc: Ard Biesheuvel Cc: Jordan Justen Cc: Julien Grall 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/PlatformPei/PlatformPei.inf b/OvmfPkg/PlatformPei/PlatformPei.inf index c10936af32..30ceb4bbb1 100644 --- a/OvmfPkg/PlatformPei/PlatformPei.inf +++ b/OvmfPkg/PlatformPei/PlatformPei.inf @@ -38,6 +38,7 @@ Platform.c Platform.h Xen.c + Xen.h [Packages] IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec