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

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)
 

Detailed Description

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.

Function Documentation

◆ ShellInstall1CommandsLibConstructor()

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.

Parameters
ImageHandlethe image handle of the process
SystemTablethe EFI System Table pointer
Return values
EFI_SUCCESSthe shell command handlers were installed successfully
EFI_UNSUPPORTEDthe shell level required was not found.

Definition at line 24 of file UefiShellInstall1CommandsLib.c.

◆ ShellInstall1CommandsLibDestructor()

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

Destructor for the library. free any resources.

Parameters
ImageHandleThe image handle of the process.
SystemTableThe EFI System Table pointer.

Definition at line 47 of file UefiShellInstall1CommandsLib.c.