msg_plat/messaging_center_ui_utilities_api/inc/MessagingDomainCRKeys.h
changeset 0 72b543305e3a
child 25 fa1df4b99609
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002-2004 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:   Central repository keys and repository identifiers related to
       
    15 *                the S60 messaging components visible in the domain APIs
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #ifndef MESSAGINGDOMAINCRKEYS_H
       
    22 #define MESSAGINGDOMAINCRKEYS_H
       
    23 
       
    24 //
       
    25 // Messaging Configuration API
       
    26 const TUid KCRUidMuiuMessagingConfiguration = {0x102824A0};
       
    27 
       
    28 //
       
    29 // The field controlling the usage of the soft notifications
       
    30 // and constants defining the usage of the bits of the field
       
    31 const TUint32 KMuiuSoftNotificationConfiguration = 0x00000001;
       
    32 const TUint32 KMuiuMissedCallSNFlag     = 1;
       
    33 const TUint32 KMuiuNewMessageSNFlag     = 2;
       
    34 const TUint32 KMuiuNewVoiceMailSNFlag   = 4;
       
    35 const TUint32 KMuiuNewEmailSNFlag       = 8;
       
    36 const TUint32 KMuiuInstantMessageSNFlag = 16;
       
    37 const TUint32 KMuiuAudioMessageSNFlag   = 32;
       
    38 
       
    39 //
       
    40 // The field instructing the clients of Send UI service
       
    41 // and constants defining the usage of the bits of the field
       
    42 const TUint32  KMuiuSendUiConfiguration          = 0x00000002;
       
    43 const TUint32 KMuiuEmailDisabledInMultimedia = 1;
       
    44 
       
    45 // Selectable Default email related settings
       
    46 const TUid KCRUidSelectableDefaultEmailSettings = {0x101F8F28};
       
    47 const TUint32 KSelectableDefaultMailAccount = 0x00000001;
       
    48 const TUint32 KIntegratedEmailAppMtmPluginId = 0x00000002; 
       
    49 //
       
    50 // The field controlling the Display Lights of the soft notifications
       
    51 // and constants defining the usage of the bits of the field
       
    52 const TUint32 KMuiuDisplayLightsConfiguration = 0x00000003;
       
    53 const TUint32 KMuiuDLMissedCallFlag     = 1;
       
    54 const TUint32 KMuiuDLNewMessageFlag     = 2;
       
    55 const TUint32 KMuiuDLNewVoiceMailFlag   = 4;
       
    56 const TUint32 KMuiuDLNewEmailFlag       = 8;
       
    57 const TUint32 KMuiuDLInstantMessageFlag = 16;
       
    58 const TUint32 KMuiuDLAudioMessageFlag   = 32;
       
    59 #endif // MESSAGINGDOMAINCRKEYS_H