TianoCore EDK2 master
|
#include "UefiShellNetwork2CommandsLib.h"
Go to the source code of this file.
Functions | |
CONST CHAR16 *EFIAPI | ShellCommandGetManFileNameNetwork2 (VOID) |
EFI_STATUS EFIAPI | ShellNetwork2CommandsLibConstructor (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
EFI_STATUS EFIAPI | ShellNetwork2CommandsLibDestructor (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Variables | |
CONST CHAR16 | gShellNetwork2FileName [] = L"ShellCommands" |
EFI_HII_HANDLE | gShellNetwork2HiiHandle = NULL |
Main file for NULL named library for network2 shell command functions.
Copyright (c) 2016, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file UefiShellNetwork2CommandsLib.c.
CONST CHAR16 *EFIAPI ShellCommandGetManFileNameNetwork2 | ( | VOID | ) |
return the file name of the help text file if not using HII.
Definition at line 20 of file UefiShellNetwork2CommandsLib.c.
EFI_STATUS EFIAPI ShellNetwork2CommandsLibConstructor | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Constructor for the Shell Network2 Commands library.
Install the handlers for Network2 UEFI Shell 2.0 profile commands.
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 UefiShellNetwork2CommandsLib.c.
EFI_STATUS EFIAPI ShellNetwork2CommandsLibDestructor | ( | 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 76 of file UefiShellNetwork2CommandsLib.c.
CONST CHAR16 gShellNetwork2FileName[] = L"ShellCommands" |
Definition at line 10 of file UefiShellNetwork2CommandsLib.c.
EFI_HII_HANDLE gShellNetwork2HiiHandle = NULL |
Definition at line 11 of file UefiShellNetwork2CommandsLib.c.