audk/ShellPkg/Library
Brendan Jackman 3877d0f581 ShellPkg/UefiShellLib.c: Execute: Return a Command status even in the old shell
This means we can use ShellExecute without thinking which shell
environment is in use. However it still isn't ideal: if
mEfiShellEnvironment2->Execute returns EFI_INVALID_PARAMETER, we can't tell
whether Execute() received an invalid parameter (e.g. ParentImageHandle was
NULL), or whether we tried to execute a command with an invalid parameter
(for example CommandLine "ls -hurdygurdy").

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Brendan Jackman <Brendan.Jackman@arm.com>
Reviewed-by: Olivier Martin <olivier.martin@arm.com>
Reviewed-by: Jaben Carsey <Jaben.carsey@intel.com>



git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15183 6f19259b-4bc3-4df7-8a09-765794883524
2014-01-24 22:31:07 +00:00
..
BasePathLib
BaseSortLib
UefiDpLib Refine the select language logic. 2013-09-05 03:02:14 +00:00
UefiFileHandleLib ShellPkg: Handle pool allocation failure 2013-09-20 20:10:17 +00:00
UefiHandleParsingLib ShellPkg: Add EfiIdeControllerInitProtocol to Shell’s output 2013-11-19 22:18:33 +00:00
UefiShellCEntryLib
UefiShellCommandLib ShellPkg: remove memory leak in file handle list 2014-01-09 18:05:24 +00:00
UefiShellDebug1CommandsLib Update prints of variable attributes from 'RS' to 'RT' for 'Dmpstore' command. 2014-01-23 00:29:53 +00:00
UefiShellDriver1CommandsLib Refine the select language logic. 2013-09-05 03:02:14 +00:00
UefiShellInstall1CommandsLib Rollback the change to EFI_BOOT_KEY_DATA structure since UEFI Spec adds the clarification that bitfields are ordered such that bit 0 is the least significant bit. 2013-12-18 05:51:22 +00:00
UefiShellLevel1CommandsLib ShellPkg: Fix "for" command statement initialization. 2013-12-17 21:40:41 +00:00
UefiShellLevel2CommandsLib ShellPkg: Refactor Print logic out of main loop function 2014-01-24 20:33:17 +00:00
UefiShellLevel3CommandsLib ShellPkg: Fixes for the ‘type’ command: 2013-10-18 20:53:06 +00:00
UefiShellLib ShellPkg/UefiShellLib.c: Execute: Return a Command status even in the old shell 2014-01-24 22:31:07 +00:00
UefiShellNetwork1CommandsLib ShellPkg: Fix ‘ifconfig’ so it will build with NIC_IP4_CONFIG_INFO.Permanent change, and update the STR_IFCONFIG_PERMANENT_STATUS string token. 2013-10-04 16:34:19 +00:00
UefiSortLib