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
This commit is contained in:
jljusten 2008-04-01 19:42:39 +00:00
parent 243324fc4d
commit 1d64c38923
1 changed files with 7 additions and 0 deletions

View File

@ -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