TianoCore EDK2 master
|
#include "UefiShellDriver1CommandsLib.h"
Go to the source code of this file.
Functions | |
CONST CHAR16 *EFIAPI | ShellCommandGetManFileNameDriver1 (VOID) |
EFI_STATUS EFIAPI | UefiShellDriver1CommandsLibConstructor (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
EFI_STATUS EFIAPI | UefiShellDriver1CommandsLibDestructor (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Variables | |
STATIC CONST CHAR16 | mFileName [] = L"Driver1Commands" |
EFI_HII_HANDLE | gShellDriver1HiiHandle = NULL |
BOOLEAN | gInReconnect = FALSE |
Main file for NULL named library for level 1 shell command functions.
Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file UefiShellDriver1CommandsLib.c.
CONST CHAR16 *EFIAPI ShellCommandGetManFileNameDriver1 | ( | VOID | ) |
Function to return the name of the file containing help if HII will not be used.
Definition at line 22 of file UefiShellDriver1CommandsLib.c.
EFI_STATUS EFIAPI UefiShellDriver1CommandsLibConstructor | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Constructor for the Shell Driver1 Commands library.
ImageHandle | the image handle of the process |
SystemTable | the EFI System Table pointer |
EFI_SUCCESS | the shell command handlers were installed successfully |
EFI_UNSUPPORTED | the shell level required was not found. |
Definition at line 40 of file UefiShellDriver1CommandsLib.c.
EFI_STATUS EFIAPI UefiShellDriver1CommandsLibDestructor | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Destructor for the library. free any resources.
ImageHandle | The image handle of the process. |
SystemTable | The EFI System Table pointer. |
Definition at line 86 of file UefiShellDriver1CommandsLib.c.
BOOLEAN gInReconnect = FALSE |
Definition at line 13 of file UefiShellDriver1CommandsLib.c.
EFI_HII_HANDLE gShellDriver1HiiHandle = NULL |
Definition at line 12 of file UefiShellDriver1CommandsLib.c.
Definition at line 11 of file UefiShellDriver1CommandsLib.c.