meetingrequest/mrcommon/inc/mruidomaincrkeys.h
changeset 0 8466d47a6819
child 16 4ce476e64c59
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2007-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:  Central repository key definitions for project MRUI
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef MRUIDOMAINCRKEYS_H
       
    19 #define MRUIDOMAINCRKEYS_H
       
    20 
       
    21 #include "mruiuids.h"
       
    22 
       
    23 /**
       
    24  * MRUI Feature local variation repository uid.
       
    25  * The repository contains read-only keys for supported features.
       
    26  * Values are on/off settings stored as integer data.
       
    27  */
       
    28 const TUid KCRUidESMRUIFeatures = { KESMRUIFeaturesCRUid };
       
    29 
       
    30 /**
       
    31  * CenRep key for Map and Navigation framework integration feature setting.
       
    32  * 
       
    33  * Default value: 1 (on)
       
    34  */
       
    35 const TUint32 KESMRUIFeatureMnFwIntegration = 0x1;
       
    36 
       
    37 /**
       
    38  * CenRep key for Contacts integration feature setting.
       
    39  * 
       
    40  * Default value: 1 (on)
       
    41  */
       
    42 const TUint32 KESMRUIFeatureContactsIntegration = 0x2;
       
    43 
       
    44 /**
       
    45  * CenRep key for Landmakrs application integration feature setting.
       
    46  * 
       
    47  * Default value: 1 (on)
       
    48  */
       
    49 const TUint32 KESMRUIFeatureLandmarksIntegration = 0x3;
       
    50 
       
    51 /**
       
    52  * CenRep key for Previous locations list feature setting.
       
    53  * 
       
    54  * Default value: 1 (on)
       
    55  */
       
    56 const TUint32 KESMRUIFeaturePreviousLocationsList = 0x4;
       
    57 
       
    58 #endif // MRUIDOMAINCRKEYS_H