summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellDriver1CommandsLib
diff options
context:
space:
mode:
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2011-05-16 22:12:20 +0000
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2011-05-16 22:12:20 +0000
commit82571fb5d1c9093fd2387fc4a35a9f6fe5d541f4 (patch)
tree7b327f325b33134d943ce2fa08795c365243032b /ShellPkg/Library/UefiShellDriver1CommandsLib
parent4880c2c94d100238b310579fbd95313893a5353f (diff)
downloadedk2-82571fb5d1c9093fd2387fc4a35a9f6fe5d541f4.tar.gz
edk2-82571fb5d1c9093fd2387fc4a35a9f6fe5d541f4.tar.bz2
edk2-82571fb5d1c9093fd2387fc4a35a9f6fe5d541f4.zip
add support to easily remove profiles and shell levels. the libraries will not do anything (but no longer fail), if the PCDs are changed to remove their functionality.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11666 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Library/UefiShellDriver1CommandsLib')
-rw-r--r--ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.c b/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.c
index d802a5d7d4..109fa72178 100644
--- a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.c
+++ b/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.c
@@ -57,7 +57,7 @@ UefiShellDriver1CommandsLibConstructor (
// check our bit of the profiles mask
//
if ((PcdGet8(PcdShellProfileMask) & BIT0) == 0) {
- return (EFI_UNSUPPORTED);
+ return (EFI_SUCCESS);
}
//