Searched defs:gShellInstall1HiiHandle (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellInstall1CommandsLib/
H A DUefiShellInstall1CommandsLib.c18 EFI_HANDLE gShellInstall1HiiHandle = NULL; variable
59 gShellInstall1HiiHandle = HiiAddPackages (&gShellInstall1HiiGuid, gImageHandle, UefiShellInstall1CommandsLibStrings, NULL);
60 if (gShellInstall1HiiHandle == NULL) {
67 ShellCommandRegisterCommandName(L"bcfg", ShellCommandRunBcfgInstall , ShellCommandGetManFileNameInstall1, 0, L"Install", FALSE, gShellInstall1HiiHandle, STRING_TOKEN(STR_GET_HELP_BCFG));
85 if (gShellInstall1HiiHandle != NULL) {
86 HiiRemovePackages(gShellInstall1HiiHandle);

Completed in 32 milliseconds