meetingrequest/mrmbutilsextension/inc/mrmbutilsextensioncrkeys.h
branchRCL_3
changeset 12 4ce476e64c59
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
       
     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 #ifndef MRMBUTILSCRKEYS_H
       
    18 #define MRMBUTILSCRKEYS_H
       
    19 
       
    20 #include "esmrinternaluid.h"
       
    21 
       
    22 /**
       
    23  * MRUI Feature local variation repository uid.
       
    24  * The repository contains read-only keys for supported features.
       
    25  * Values are on/off settings stored as integer data.
       
    26  */
       
    27 const TUid KCRUidMRDefaultCMailMRMailbox = { KMRDefaultCMailMRMailbox };
       
    28 
       
    29 /**
       
    30  * Link to S60 MR Framework Default mailbox setting.
       
    31  * 
       
    32  * Default value: 0 (invalid)
       
    33  */
       
    34 const TUint32 KMRUIS60DefMailbox = 0x1;
       
    35 
       
    36 /**
       
    37  * Defines the selected CMAIL mailboxes plug-in UID.
       
    38  * 
       
    39  * Default value: 0 (invalid)
       
    40  */
       
    41 const TUint32 KMRUICMailMailboxUID = 0x2;
       
    42 
       
    43 /**
       
    44  * Defines the selected CMAIL's mailboxes ID.
       
    45  * 
       
    46  * Default value: 0 (invalid)
       
    47  */
       
    48 const TUint32 KMRUICMailMailboxID = 0x3;
       
    49 
       
    50 const TInt KMRUICMailInvalidIntValue( 0 );
       
    51 
       
    52 #endif // MRMBUTILSCRKEYS_H