]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg/PlatformBootManagerLib: link to UefiBootManagerLib
authorRuiyu Ni <ruiyu.ni@intel.com>
Wed, 20 Apr 2016 09:20:31 +0000 (17:20 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Wed, 4 May 2016 00:47:37 +0000 (08:47 +0800)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h
OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf

index 84f5b6f9b90f1d902b23cea61f66ffe125cfcb6d..922744f68a29984cdd2c617854467e3acdd9a7a4 100644 (file)
@@ -39,7 +39,7 @@ Abstract:
 #include <Library/BaseLib.h>\r
 #include <Library/PcdLib.h>\r
 #include <Library/PciLib.h>\r
-#include <Library/GenericBdsLib.h>\r
+#include <Library/UefiBootManagerLib.h>\r
 #include <Library/HobLib.h>\r
 #include <Library/UefiLib.h>\r
 #include <Library/DxeServicesTableLib.h>\r
index abac516607ae59937311992683aacdd81d093a65..2bb43d08a4d519f3bf5a5e1088132b8cfcdf965c 100644 (file)
@@ -45,7 +45,7 @@
   BaseMemoryLib\r
   DebugLib\r
   PcdLib\r
-  GenericBdsLib\r
+  UefiBootManagerLib\r
   PciLib\r
   NvVarsFileLib\r
   QemuFwCfgLib\r