summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-01 19:42:39 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-01 19:42:39 +0000
commit1d64c3892339f18e3c547155b496a06f0ba1543f (patch)
tree19cf32c48bf05a8293ce90925bdeeae5938d4eef /MdeModulePkg/Library
parent243324fc4d9f35847735776b2033004d05e66baa (diff)
downloadedk2-1d64c3892339f18e3c547155b496a06f0ba1543f.zip
edk2-1d64c3892339f18e3c547155b496a06f0ba1543f.tar.gz
edk2-1d64c3892339f18e3c547155b496a06f0ba1543f.tar.bz2
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
Diffstat (limited to 'MdeModulePkg/Library')
-rw-r--r--MdeModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf7
1 files changed, 7 insertions, 0 deletions
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