From 2b23b8d45b629886aaf477ae8a408624c3924c2b Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Wed, 20 Apr 2016 17:20:31 +0800 Subject: OvmfPkg/PlatformBootManagerLib: link to UefiBootManagerLib Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Reviewed-by: Laszlo Ersek --- OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h | 2 +- OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'OvmfPkg/Library/PlatformBootManagerLib') diff --git a/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h b/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h index 84f5b6f9b9..922744f68a 100644 --- a/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h +++ b/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h @@ -39,7 +39,7 @@ Abstract: #include #include #include -#include +#include #include #include #include diff --git a/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf b/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf index abac516607..2bb43d08a4 100644 --- a/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf +++ b/OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf @@ -45,7 +45,7 @@ BaseMemoryLib DebugLib PcdLib - GenericBdsLib + UefiBootManagerLib PciLib NvVarsFileLib QemuFwCfgLib -- cgit v1.2.3