TianoCore EDK2 master
|
#include <Library/BcfgCommandLib.h>
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | ShellInstall1CommandsLibConstructor (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
EFI_STATUS EFIAPI | ShellInstall1CommandsLibDestructor (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Main file for NULL named library for install1 shell command functions.
Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file UefiShellInstall1CommandsLib.c.
EFI_STATUS EFIAPI ShellInstall1CommandsLibConstructor | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Constructor for the Shell Level 1 Commands library.
Install the handlers for level 1 UEFI Shell 2.0 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 24 of file UefiShellInstall1CommandsLib.c.
EFI_STATUS EFIAPI ShellInstall1CommandsLibDestructor | ( | 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 47 of file UefiShellInstall1CommandsLib.c.