commands/startup/startup.cif
changeset 0 7f656887cf89
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 # startup.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 startup
       
    14 
       
    15 ==short-description
       
    16 
       
    17 Manipulate the Dynamic Startup Configuration API.
       
    18 
       
    19 ==long-description
       
    20 
       
    21 Uses the RDscStore API to examine the Dynamic Startup Configuration (DSC). For reference the underlying database is stored at c:\private\100012a5\DBS_2000836D_DBS_DSC.db.
       
    22 
       
    23 ==argument enum command optional
       
    24 
       
    25 The operation to perform.
       
    26 
       
    27 ==enum-value list
       
    28 
       
    29 List the current contents of the specified DSC.
       
    30 
       
    31 ==enum-value add
       
    32 
       
    33 Add an item to the specified DSC. The C<filename> argument must be specified, arguments are optional.
       
    34 
       
    35 ==enum-value delete
       
    36 
       
    37 Deletes an item from a DSC. The filename and arguments must be specified and must match what is in the DSC item.
       
    38 
       
    39 ==argument string filename optional
       
    40 
       
    41 Not applicable for 'list' command. The name of the exe to launch. May be unqualified (eg 'fshell.exe') or a full path ('z:\sys\bin\fshell.exe').
       
    42 
       
    43 ==argument string arguments optional
       
    44 
       
    45 Not applicable for 'list' command. The arguments to pass to the launched exe. The underlying SQL implementation does not appear to support putting quotes in the args.
       
    46 
       
    47 
       
    48 ==option uint u dsc-uid
       
    49 
       
    50 The UID of the DSC to use. If not specified, all commands assume the default DSC C<KDefaultSymbianDsc>.
       
    51 
       
    52 ==option bool c create
       
    53 
       
    54 Creates the DSC if it doesn't already exist.
       
    55 
       
    56 ==copyright
       
    57 
       
    58 Copyright (c) 2009-2010 Accenture. All rights reserved.
       
    59