TianoCore EDK2 master
Loading...
Searching...
No Matches
UefiShellLevel3CommandsLib.h
Go to the documentation of this file.
1
9#ifndef _UEFI_SHELL_LEVEL3_COMMANDS_LIB_H_
10#define _UEFI_SHELL_LEVEL3_COMMANDS_LIB_H_
11
12#include <Uefi.h>
13
15
16#include <Protocol/Shell.h>
18#include <Protocol/DevicePath.h>
21
22#include <Library/BaseLib.h>
24#include <Library/DebugLib.h>
26#include <Library/PcdLib.h>
28#include <Library/ShellLib.h>
29#include <Library/UefiLib.h>
32#include <Library/HiiLib.h>
34
35extern EFI_HII_HANDLE gShellLevel3HiiHandle;
36
44EFIAPI
46 IN EFI_HANDLE ImageHandle,
47 IN EFI_SYSTEM_TABLE *SystemTable
48 );
49
57EFIAPI
59 IN EFI_HANDLE ImageHandle,
60 IN EFI_SYSTEM_TABLE *SystemTable
61 );
62
70EFIAPI
72 IN EFI_HANDLE ImageHandle,
73 IN EFI_SYSTEM_TABLE *SystemTable
74 );
75
83EFIAPI
85 IN EFI_HANDLE ImageHandle,
86 IN EFI_SYSTEM_TABLE *SystemTable
87 );
88
96EFIAPI
98 IN EFI_HANDLE ImageHandle,
99 IN EFI_SYSTEM_TABLE *SystemTable
100 );
101
109EFIAPI
111 IN EFI_HANDLE ImageHandle,
112 IN EFI_SYSTEM_TABLE *SystemTable
113 );
114
122EFIAPI
124 IN EFI_HANDLE ImageHandle,
125 IN EFI_SYSTEM_TABLE *SystemTable
126 );
127
135EFIAPI
137 IN EFI_HANDLE ImageHandle,
138 IN EFI_SYSTEM_TABLE *SystemTable
139 );
140
148EFIAPI
150 IN EFI_HANDLE ImageHandle,
151 IN EFI_SYSTEM_TABLE *SystemTable
152 );
153
154#endif
#define IN
Definition: Base.h:279
SHELL_STATUS
Definition: Shell.h:21
VOID * EFI_HANDLE
Definition: UefiBaseType.h:33
VOID * EFI_HII_HANDLE
SHELL_STATUS EFIAPI ShellCommandRunVer(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
Definition: Ver.c:31
SHELL_STATUS EFIAPI ShellCommandRunCls(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
Definition: Cls.c:26
SHELL_STATUS EFIAPI ShellCommandRunHelp(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
Definition: Help.c:298
SHELL_STATUS EFIAPI ShellCommandRunGetMtc(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
Definition: GetMtc.c:22
SHELL_STATUS EFIAPI ShellCommandRunType(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
Definition: Type.c:174
SHELL_STATUS EFIAPI ShellCommandRunPause(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
Definition: Pause.c:25
SHELL_STATUS EFIAPI ShellCommandRunEcho(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
Definition: Echo.c:28
SHELL_STATUS EFIAPI ShellCommandRunAlias(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
Definition: Alias.c:154
SHELL_STATUS EFIAPI ShellCommandRunTouch(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
Definition: Touch.c:163