[edk2] [PATCH 44/45] OvmfPkg/XenPvBlkDxe: sort [Sources*] sections in the INF file

Laszlo Ersek posted 45 patches 7 years, 3 months ago
[edk2] [PATCH 44/45] OvmfPkg/XenPvBlkDxe: sort [Sources*] sections in the INF file
Posted by Laszlo Ersek 7 years, 3 months ago
This makes it easier to insert future source files. No functional changes.

Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Julien Grall <julien.grall@linaro.org>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
---
 OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf b/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
index c9ac15586112..c202e71246ef 100644
--- a/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
+++ b/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
@@ -29,14 +29,14 @@ [Packages]
   OvmfPkg/OvmfPkg.dec
 
 [Sources]
-  XenPvBlkDxe.h
-  XenPvBlkDxe.c
-  ComponentName.c
-  ComponentName.h
   BlockFront.c
   BlockFront.h
   BlockIo.c
   BlockIo.h
+  ComponentName.c
+  ComponentName.h
+  XenPvBlkDxe.c
+  XenPvBlkDxe.h
 
 
 [LibraryClasses]
-- 
2.14.1.3.gb7cf6e02401b


_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel