diff options
author | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-01 19:42:39 +0000 |
---|---|---|
committer | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-01 19:42:39 +0000 |
commit | 1d64c3892339f18e3c547155b496a06f0ba1543f (patch) | |
tree | 19cf32c48bf05a8293ce90925bdeeae5938d4eef /MdeModulePkg/Library | |
parent | 243324fc4d9f35847735776b2033004d05e66baa (diff) | |
download | edk2-platforms-1d64c3892339f18e3c547155b496a06f0ba1543f.tar.xz |
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.inf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf b/MdeModulePkg/Library/PlatformBdsLibNull/PlatformBdsLibNull.inf index ce8535f26e..cca4a32647 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
|