idlefw/plugins/mcsplugin/handler/inc/mcspluginparamval.h
changeset 0 79c6a41cd166
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     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 #ifndef __MCSPLUGINPARAMVAL_H__
       
    20 #define __MCSPLUGINPARAMVAL_H__
       
    21 
       
    22 
       
    23 /** Parameter value for new message shortcuts. */
       
    24 _LIT( KParamValueSelType, "messaging:seltype" );
       
    25 
       
    26 /** Parameter value for new message shortcuts. */
       
    27 _LIT( KParamValueMsg, "messaging:msg" );
       
    28 
       
    29 /** Parameter value for new email shortcuts */
       
    30 _LIT( KParamValueEmail, "messaging:email" );
       
    31 
       
    32 /** Parameter value for new syncml mail shortcuts */
       
    33 _LIT( KParamValueSyncMLMail, "messaging:syncmlmail" );
       
    34 
       
    35 /** Parameter value for new postcard shortcuts */
       
    36 _LIT( KParamValuePostcard, "messaging:postcard" );
       
    37 
       
    38 /** Parameter value for new audio message shortcuts */
       
    39 _LIT( KParamValueAudioMsg, "messaging:audiomsg" );
       
    40 
       
    41 /** Parameter value for mailbox shortcuts */
       
    42 _LIT( KParamValueMailbox, "mailbox:" );
       
    43 
       
    44 #endif // __MCSPLUGINPARAMVAL_H__