From 1d64c3892339f18e3c547155b496a06f0ba1543f Mon Sep 17 00:00:00 2001 From: jljusten Date: Tue, 1 Apr 2008 19:42:39 +0000 Subject: edk2/MdeModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf: Added package dependency of IntelFrameworkPkg/IntelFrameworkPkg.dec, which is caused by usage of GenericBdsLib. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4975 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'MdeModulePkg/Library') diff --git a/MdeModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf b/MdeModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf index ce8535f..cca4a32 100644 --- a/MdeModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf +++ b/MdeModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf @@ -40,6 +40,13 @@ [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec + # + # This dependency is because of gEfiLegacyBiosProtocolGuid from GenericBdsLib. + # It may be removed if a Library class is created to abstract away definition + # in Framework specification or PI spec incorporates the Legacy Booting + # Protocols. + # + IntelFrameworkPkg/IntelFrameworkPkg.dec [LibraryClasses] BaseLib -- cgit v1.1