commands/ecom/ecom.cif
changeset 0 7f656887cf89
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 # ecom.cif
       
     2 # 
       
     3 # Copyright (c) 2010 Accenture. All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of the "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 # 
       
     9 # Initial Contributors:
       
    10 # Accenture - Initial contribution
       
    11 #
       
    12 
       
    13 ==name ecom
       
    14 
       
    15 ==short-description
       
    16 
       
    17 Query available ECOM plugins and test loading them.
       
    18 
       
    19 ==long-description
       
    20 
       
    21 This command has no capabilities to ensure that it can see all plugins regardless of their capabilties. To see how plugins behave with different capabilities, try using the sudo command. For example to run at All -TCB do: C<sudo --add-cap All --remove-cap TCB fshell_ecom.exe list xyz>.
       
    22 
       
    23 ==argument enum command
       
    24 
       
    25 The command to execute.
       
    26 
       
    27 ==enum-value list
       
    28 
       
    29 List the available interface implementations (by executing C<REComSession::ListImplementationsL>).
       
    30 
       
    31 ==enum-value create
       
    32 
       
    33 Attempt to create an instance of an interface implementation (by executing C<REComSession::CreateImplementationL>).
       
    34 
       
    35 ==argument uint uid
       
    36 
       
    37 The interface UID to list (for the C<list> command), or implementation UID to create (for the C<create> command).
       
    38 
       
    39 ==option bool v verbose
       
    40 
       
    41 For the C<list> command, display all available information about the implementations. For the C<create> command, attempt to use memoryaccess to figure out the DLL the plugin was loaded from.
       
    42 
       
    43 ==copyright
       
    44 
       
    45 Copyright (c) 2009-2010 Accenture. All rights reserved.
       
    46