From: Laszlo Ersek Date: Sat, 10 Mar 2018 17:10:02 +0000 (+0100) Subject: OvmfPkg/AcpiPlatformDxe: sort [Sources*] sections in the INF files X-Git-Tag: edk2-stable201903~2193 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=b15e00c823d330a058f25e8142acbd1a68998c1c OvmfPkg/AcpiPlatformDxe: sort [Sources*] sections in the INF files This makes it easier to insert future source files, and to see the source files that are unique to either INF file. No functional changes. Cc: Anthony Perard Cc: Ard Biesheuvel Cc: Jordan Justen Cc: Julien Grall Cc: Phil Dennis-Jordan Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek Reviewed-by: Ard Biesheuvel Reviewed-by: Jordan Justen --- diff --git a/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf b/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf index 9a9b2e6bb2..f1ab80db97 100644 --- a/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf +++ b/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf @@ -28,12 +28,12 @@ [Sources] AcpiPlatform.c + BootScript.c + EntryPoint.c + PciDecoding.c Qemu.c QemuFwCfgAcpi.c Xen.c - EntryPoint.c - PciDecoding.c - BootScript.c [Packages] MdePkg/MdePkg.dec diff --git a/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf b/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf index adc50cfd9f..6b6e7879be 100644 --- a/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf +++ b/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf @@ -27,11 +27,11 @@ # [Sources] - QemuFwCfgAcpiPlatform.c - QemuFwCfgAcpi.c + BootScript.c EntryPoint.c PciDecoding.c - BootScript.c + QemuFwCfgAcpi.c + QemuFwCfgAcpiPlatform.c [Packages] MdePkg/MdePkg.dec