launcher/inc/launcher.hrh
branchRCL_3
changeset 20 fad26422216a
equal deleted inserted replaced
19:b3cee849fa46 20:fad26422216a
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "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 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __LAUNCHER_HRH__
       
    21 #define __LAUNCHER_HRH__
       
    22 
       
    23 #include "../symbian_version.hrh"
       
    24 
       
    25 enum TLauncherCommandIds
       
    26     {
       
    27     ECmdLaunchApps = 1,
       
    28 	ECmdLaunchAppsWithAutoClose,
       
    29 	ECmdLaunchAppsWithoutAutoClose,
       
    30 	ECmdDLLInfo,
       
    31 	ECmdSetDLLFilename,
       
    32 	ECmdCompareDLLs,
       
    33 	ECmdRefreshList,
       
    34 	ECmdClearWindow,
       
    35 	ECmdStopLaunch,
       
    36 	ECmdLaunchOptions,
       
    37 	ECmdSkipHiddenAndEmbedOnly,
       
    38 	ECmdDoNotSkipAnyFiles,
       
    39 	ECmdDeleteLog,
       
    40 	ECmdAbout
       
    41 	#if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
       
    42 	,
       
    43 	ECmdSendUISystemDllFile,
       
    44 	ECmdSendUILogFile
       
    45 	#endif
       
    46     };
       
    47 
       
    48 enum TLauncherTabViewId
       
    49     {
       
    50     ELauncherView1Tab = 1,
       
    51     ELauncherView2Tab
       
    52     };
       
    53 
       
    54 enum TLauncherId
       
    55     {
       
    56     EWaitNote = 1,
       
    57     EProgressNote,
       
    58     EYesNoQuery
       
    59     };
       
    60 
       
    61 #endif // __LAUNCHER_HRH__