TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | BcfgLibraryRegisterBcfgCommand (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable, IN CONST CHAR16 *Name) |
EFI_STATUS EFIAPI | BcfgLibraryUnregisterBcfgCommand (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Header file for BCFG command library.
Copyright (c) 2014, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file BcfgCommandLib.h.
EFI_STATUS EFIAPI BcfgLibraryRegisterBcfgCommand | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable, | ||
IN CONST CHAR16 * | Name | ||
) |
"Constructor" for the library.
This will register the handler for the bcfg command.
[in] | ImageHandle | the image handle of the process |
[in] | SystemTable | the EFI System Table pointer |
[in] | Name | the profile name to use |
EFI_SUCCESS | the shell command handlers were installed successfully |
EFI_UNSUPPORTED | the shell level required was not found. |
Definition at line 1981 of file UefiShellBcfgCommandLib.c.
EFI_STATUS EFIAPI BcfgLibraryUnregisterBcfgCommand | ( | 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. |
Destructor for the library. free any resources.
ImageHandle | The image handle of the process. |
SystemTable | The EFI System Table pointer. |
Definition at line 2012 of file UefiShellBcfgCommandLib.c.