Changeset 99404 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Universal/FileExplorerDxe
- Timestamp:
- Apr 14, 2023 3:17:44 PM (22 months ago)
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-145445 /vendor/edk2/current 103735-103757,103769-103776,129194-156846
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Universal/FileExplorerDxe/FileExplorerDxe.c
r80721 r99404 17 17 EFI_HANDLE mFileExplorerThunkHandle = NULL; 18 18 19 CONST EFI_FILE_EXPLORER_PROTOCOL mFileExplorerProtocol = {19 CONST EFI_FILE_EXPLORER_PROTOCOL mFileExplorerProtocol = { 20 20 ChooseFile 21 21 }; … … 36 36 EFIAPI 37 37 FileExplorerEntryPoint ( 38 IN EFI_HANDLE 39 IN EFI_SYSTEM_TABLE 38 IN EFI_HANDLE ImageHandle, 39 IN EFI_SYSTEM_TABLE *SystemTable 40 40 ) 41 41 { … … 44 44 Status = gBS->InstallMultipleProtocolInterfaces ( 45 45 &mFileExplorerThunkHandle, 46 &gEfiFileExplorerProtocolGuid, &mFileExplorerProtocol, 46 &gEfiFileExplorerProtocolGuid, 47 &mFileExplorerProtocol, 47 48 NULL 48 49 );
Note:
See TracChangeset
for help on using the changeset viewer.