ccservices/cmsservices/cmsengine/Server/inc/cmsdefines.h
changeset 0 e686773b3f54
child 21 9da50d567e3c
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: 
       
    15 *       
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef __CMSDEFINES__
       
    21 #define __CMSDEFINES__
       
    22 
       
    23 // INCLUDES
       
    24 #include <e32base.h>
       
    25 #include <VPbkEng.rsg>
       
    26 
       
    27 
       
    28 //The types for voice calls
       
    29 const TInt KCmsVoiceCallGroup[] = {   R_VPBK_FIELD_TYPE_LANDPHONEGEN,
       
    30                                       R_VPBK_FIELD_TYPE_LANDPHONEHOME,
       
    31                                       R_VPBK_FIELD_TYPE_LANDPHONEWORK,
       
    32                                       R_VPBK_FIELD_TYPE_MOBILEPHONEGEN,
       
    33                                       R_VPBK_FIELD_TYPE_MOBILEPHONEWORK,
       
    34                                       R_VPBK_FIELD_TYPE_MOBILEPHONEHOME };
       
    35 
       
    36 //The types for messaging
       
    37 const TInt KCmsMsgGroup[] =        {  R_VPBK_FIELD_TYPE_MOBILEPHONEGEN,
       
    38                                       R_VPBK_FIELD_TYPE_MOBILEPHONEWORK,
       
    39                                       R_VPBK_FIELD_TYPE_MOBILEPHONEHOME,
       
    40                                       R_VPBK_FIELD_TYPE_LANDPHONEGEN,
       
    41                                       R_VPBK_FIELD_TYPE_LANDPHONEHOME,
       
    42                                       R_VPBK_FIELD_TYPE_LANDPHONEWORK,
       
    43                                       R_VPBK_FIELD_TYPE_EMAILGEN,
       
    44                                       R_VPBK_FIELD_TYPE_EMAILHOME,
       
    45                                       R_VPBK_FIELD_TYPE_EMAILWORK };
       
    46 
       
    47 //The types for VoIP calls
       
    48 const TInt KCmsVoIPGroup[] =        { R_VPBK_FIELD_TYPE_VOIPWORK,
       
    49                                       R_VPBK_FIELD_TYPE_VOIPHOME,
       
    50                                       R_VPBK_FIELD_TYPE_VOIPGEN };
       
    51 
       
    52 //The types for email addresses
       
    53 const TInt KCmsEmailAddressGroup[] = { R_VPBK_FIELD_TYPE_EMAILGEN,
       
    54                                        R_VPBK_FIELD_TYPE_EMAILHOME,
       
    55                                        R_VPBK_FIELD_TYPE_EMAILWORK };
       
    56 
       
    57 #endif  //__CMSDEFINES__
       
    58 
       
    59 // End of File
       
    60