homescreensrv_plat/sapi_actionhandler/inc/ahproperties.hrh
changeset 73 4bc7b118b3df
parent 66 32469d7d46ff
child 80 397d00875918
child 81 5ef31a21fdd5
equal deleted inserted replaced
66:32469d7d46ff 73:4bc7b118b3df
     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:  Resource headers for Action handler
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef T_ACTIONHANDLERPROPERTIES_HRH
       
    20 #define T_ACTIONHANDLERPROPERTIES_HRH
       
    21 
       
    22 const TUid KServerUid =
       
    23     {
       
    24     0x20016B7B
       
    25     };
       
    26 
       
    27 /** Publisher activate*/
       
    28 enum TPublisherActivate
       
    29     {
       
    30     ECPDeActivate = 0,
       
    31     ECPActivate = 1
       
    32     };
       
    33 
       
    34 /** Possible types of an action */
       
    35 //map values 
       
    36 _LIT( KActionValueLaunchApplication, "launch_application" );
       
    37 _LIT( KActionValueViewActivation, "view_activation" );
       
    38 _LIT( KActionValueSendSMS, "send_sms" );
       
    39 _LIT( KActionValueSendMMS, "send_mms" );
       
    40 _LIT( KActionValueSendEmail, "send_email" );
       
    41 _LIT( KLaunchMethodValueCmdLine, "cmd_line" );
       
    42 _LIT( KLaunchMethodValueMessageWithDoc, "message_with_doc" );
       
    43 _LIT( KLaunchMethodValueMessageWithTail, "message_with_tail" );
       
    44 /** The application is to open the document specified on the command line. */
       
    45 _LIT( KApaCommandOpen, "apa_command_open" );
       
    46 /** The application is to open the last used document and to run in the background. */
       
    47 _LIT( KApaCommandBackground, "apa_command_background" );
       
    48 
       
    49 //map kyes
       
    50 _LIT8( KApplicationUid, "application_uid" );
       
    51 _LIT8( KMessageUid, "message_uid" );
       
    52 _LIT8( KViewId, "view_id" );
       
    53 _LIT8( KApaCommand, "apa_command" );
       
    54 _LIT8( KViewAppUid, "view_app_uid" );
       
    55 _LIT8( KAdditionalData, "additional_data" );
       
    56 _LIT8( KDocumentName, "document_name" );
       
    57 
       
    58 _LIT8( KType, "type" );
       
    59 _LIT8( KLaunchMethod, "launch_method" );
       
    60 _LIT8( KAddress, "address" );
       
    61 _LIT8( KNumber, "number" );
       
    62 _LIT8( KAlias, "alias" );
       
    63 
       
    64 _LIT8( KHelpUid, "help_uid" );
       
    65 _LIT8( KHelpTopic, "help_topic" );
       
    66 
       
    67 _LIT8( KPublisher_Uid, "publisher_Uid" );
       
    68 _LIT8( KActivate, "Activate" );
       
    69 
       
    70 #endif // T_ACTIONHANDLERPROPERTIES_HRH