diff options
-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
|