]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg: Fix style of BhyveFwCtlLib.inf
authorRebecca Cran <rebecca@bsdio.com>
Mon, 30 Nov 2020 05:34:10 +0000 (22:34 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 30 Nov 2020 17:49:39 +0000 (17:49 +0000)
Fix the order of libraries and update INF_VERSION to 1.29.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Message-Id: <20201130053412.2-4-rebecca@bsdio.com>
Acked-by: Peter Grehan <grehan@freebsd.org>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Build-tested-by: Laszlo Ersek <lersek@redhat.com>
OvmfPkg/Library/BhyveFwCtlLib/BhyveFwCtlLib.inf

index 4643de381e047d81641cf7259d33c5303111aa18..cf5e55d31334de960bf61fbe8d85bf0bba0f736a 100644 (file)
@@ -9,7 +9,7 @@
 ##\r
 \r
 [Defines]\r
-  INF_VERSION                    = 0x00010005\r
+  INF_VERSION                    = 1.29\r
   BASE_NAME                      = BhyveFwCtlLib\r
   FILE_GUID                      = fd982666-67f9-11e5-a42a-0025908602f6\r
   MODULE_TYPE                    = BASE\r
@@ -35,7 +35,6 @@
   BaseLib\r
   BaseMemoryLib\r
   DebugLib\r
+  IntrinsicLib\r
   IoLib\r
   MemoryAllocationLib\r
-  IntrinsicLib\r
-\r