summaryrefslogtreecommitdiff
path: root/DuetPkg/BiosVideoThunkDxe/BiosVideo.inf
diff options
context:
space:
mode:
Diffstat (limited to 'DuetPkg/BiosVideoThunkDxe/BiosVideo.inf')
-rw-r--r--DuetPkg/BiosVideoThunkDxe/BiosVideo.inf6
1 files changed, 5 insertions, 1 deletions
diff --git a/DuetPkg/BiosVideoThunkDxe/BiosVideo.inf b/DuetPkg/BiosVideoThunkDxe/BiosVideo.inf
index d8ac37f34f..93db736b0b 100644
--- a/DuetPkg/BiosVideoThunkDxe/BiosVideo.inf
+++ b/DuetPkg/BiosVideoThunkDxe/BiosVideo.inf
@@ -39,14 +39,18 @@
UefiBootServicesTableLib
BaseMemoryLib
UefiDriverEntryPoint
+ DevicePathLib
[Sources.common]
BiosVideo.h
BiosVideo.c
ComponentName.c
VesaBiosExtensions.h
-
+ LegacyBiosThunk.c
+
[Protocols]
gEfiPciIoProtocolGuid
gEfiVgaMiniPortProtocolGuid
gEfiLegacy8259ProtocolGuid
+ gEfiEdidDiscoveredProtocolGuid
+ gEfiEdidActiveProtocolGuid \ No newline at end of file