phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/inc/ccappcommlauncher.hrh
changeset 0 e686773b3f54
child 74 6b5524b4f673
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2007 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:  Commands for CCACommLauncherPlugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __CCAPPCOMMLAUNCHER_HRH__
       
    20 #define __CCAPPCOMMLAUNCHER_HRH__
       
    21 
       
    22 /** CCACommLauncherPlugin's enumerated command codes */
       
    23 enum TCCAppCommLauncherCmdIds
       
    24     {
       
    25     ECCAppCommLauncherSelectCmd = 1,// start value must not be 0
       
    26     ECCAppCommLauncherSelectOtherNmbCmd,
       
    27     ECCAppCommLauncherSelectOtherAddrCmd,
       
    28     ECCAppCommLauncherDefaultsCmd,
       
    29     ECCAppCommLauncherVoiceTagDetailsCmd,
       
    30     ECCAppCommLauncherStylusViewImageCmd,
       
    31     ECCAppCommLauncherStylusChangeImageCmd,
       
    32     ECCAppCommLauncherStylusRemoveImageCmd,
       
    33     ECCAppCommLauncherStylusAddImageCmd,
       
    34     ECCAppCommLauncherDeleteCmd,
       
    35     // KAiwCmdAssign AIW service cmd used as Edit Options-menu item
       
    36     // set AIW commands at last
       
    37     ECCAppCommLauncherAiwBaseCmd = 1000 // leave this last
       
    38     };
       
    39     
       
    40 // todo; these should be exported for us and not defined in here!
       
    41 // AIW command
       
    42 #define KAiwCmdSindInfoView 0x10281C83
       
    43 // dll uid
       
    44 #define KAspInfoViewProviderDllUid   0x10281C81    
       
    45 
       
    46 #endif // __CCAPPCOMMLAUNCHER_HRH__