]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.h
udk2010.up2.shell initial release.
[mirror_edk2.git] / ShellPkg / Library / UefiShellDriver1CommandsLib / UefiShellDriver1CommandsLib.h
CommitLineData
a405b86d 1/** @file\r
2 Main file for NULL named library for Profile1 shell command functions.\r
3\r
4 Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
5 This program and the accompanying materials\r
6 are licensed and made available under the terms and conditions of the BSD License\r
7 which accompanies this distribution. The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php\r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#include <Uefi.h>\r
16#include <ShellBase.h>\r
17\r
18#include <Protocol/EfiShell.h>\r
19#include <Protocol/EfiShellParameters.h>\r
20#include <Protocol/DevicePath.h>\r
21#include <Protocol/LoadedImage.h>\r
22#include <Protocol/UnicodeCollation.h>\r
23#include <Protocol/DevicePathToText.h>\r
24\r
25#include <Library/BaseLib.h>\r
26#include <Library/BaseMemoryLib.h>\r
27#include <Library/DebugLib.h>\r
28#include <Library/MemoryAllocationLib.h>\r
29#include <Library/PcdLib.h>\r
30#include <Library/ShellCommandLib.h>\r
31#include <Library/ShellLib.h>\r
32#include <Library/SortLib.h>\r
33#include <Library/UefiLib.h>\r
34#include <Library/UefiRuntimeServicesTableLib.h>\r
35#include <Library/UefiBootServicesTableLib.h>\r
36#include <Library/HiiLib.h>\r
37#include <Library/FileHandleLib.h>\r
38#include <Library/DevicePathLib.h>\r
39#include <Library/PrintLib.h>\r
40\r
41\r
42extern EFI_HANDLE gShellDriver1HiiHandle;\r
43extern CONST EFI_GUID gShellDriver1HiiGuid;\r
44\r
45EFI_HANDLE*\r
46EFIAPI\r
47GetHandleListByPotocol (\r
48 IN CONST EFI_GUID *ProtocolGuid\r
49 );\r
50\r
51SHELL_STATUS\r
52EFIAPI\r
53ShellCommandRunConnect (\r
54 VOID *RESERVED\r
55 );\r
56\r
57SHELL_STATUS\r
58EFIAPI\r
59ShellCommandRunDevices (\r
60 VOID *RESERVED\r
61 );\r
62\r
63SHELL_STATUS\r
64EFIAPI\r
65ShellCommandRunOpenInfo (\r
66 VOID *RESERVED\r
67 );\r
68\r
69\r
70\r
71\r