diff options
Diffstat (limited to 'Application/Loader/Loader.inf')
-rw-r--r-- | Application/Loader/Loader.inf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Application/Loader/Loader.inf b/Application/Loader/Loader.inf index 1e8e902..e817bd5 100644 --- a/Application/Loader/Loader.inf +++ b/Application/Loader/Loader.inf @@ -14,6 +14,7 @@ MdePkg/MdePkg.dec EfiGuardPkg/EfiGuardPkg.dec MdeModulePkg/MdeModulePkg.dec + OvmfPkg/OvmfPkg.dec [LibraryClasses] UefiApplicationEntryPoint @@ -52,6 +53,7 @@ gEfiFirmwareVolume2ProtocolGuid ## CONSUMES gEfiSimpleTextInProtocolGuid ## CONSUMES gEfiSimpleTextOutProtocolGuid ## CONSUMES + gEfiLegacyBiosProtocolGuid ## CONSUMES [BuildOptions.Common] *:DEBUG_*_*_PP_FLAGS = -D EFI_DEBUG |