TianoCore EDK2 master
Loading...
Searching...
No Matches
FileExplorerDxe.c File Reference

Go to the source code of this file.

Functions

EFI_STATUS EFIAPI FileExplorerEntryPoint (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
 

Variables

EFI_HANDLE mFileExplorerThunkHandle = NULL
 
CONST EFI_FILE_EXPLORER_PROTOCOL mFileExplorerProtocol
 

Detailed Description

This driver produces file explorer protocol layered on top of the FileExplorerLib from the MdeModulePkg.

Copyright (c) 2015, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file FileExplorerDxe.c.

Function Documentation

◆ FileExplorerEntryPoint()

EFI_STATUS EFIAPI FileExplorerEntryPoint ( IN EFI_HANDLE  ImageHandle,
IN EFI_SYSTEM_TABLE SystemTable 
)

The user Entry Point for File explorer module.

This is the entry point for Print DXE Driver. It installs the file explorer Protocol.

Parameters
[in]ImageHandleThe firmware allocated handle for the EFI image.
[in]SystemTableA pointer to the EFI System Table.
Return values
EFI_SUCCESSThe entry point is executed successfully.
OthersSome error occurs when executing this entry point.

Definition at line 37 of file FileExplorerDxe.c.

Variable Documentation

◆ mFileExplorerProtocol

CONST EFI_FILE_EXPLORER_PROTOCOL mFileExplorerProtocol
Initial value:
= {
}
EFI_STATUS EFIAPI ChooseFile(IN EFI_DEVICE_PATH_PROTOCOL *RootDirectory, IN CHAR16 *FileType OPTIONAL, IN CHOOSE_HANDLER ChooseHandler OPTIONAL, OUT EFI_DEVICE_PATH_PROTOCOL **File OPTIONAL)

Definition at line 19 of file FileExplorerDxe.c.

◆ mFileExplorerThunkHandle

EFI_HANDLE mFileExplorerThunkHandle = NULL

Definition at line 17 of file FileExplorerDxe.c.