wvuing/cenrep/IMNGInternalCRKeys.h
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     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: IM Internal CR Keys
       
    15 *
       
    16 */
       
    17 #ifndef IMNGINTERNALCRKEYS_H
       
    18 #define IMNGINTERNALCRKEYS_H
       
    19 
       
    20 // #include <IMSDKCRKeys.h>
       
    21 
       
    22 // IM Internal API
       
    23 
       
    24 const TUid KCRUidIM = {0x1028289C};
       
    25 
       
    26 // Authorization level of presence (EAll = 0, EFriends = 1,  ENobodyAll = 2)
       
    27 const TUint32 KIMAuthPresence  = 0x00000004;
       
    28 
       
    29 // IM Internal variation API
       
    30 const TUid KCRUidIMVariation = {0x1028289D};
       
    31 
       
    32 const TUid KCRUidIMNG = {0x1028289C};
       
    33 
       
    34 
       
    35 // Tone settings from IM application (Enabled/disabled)
       
    36 // If setting is disabled, tone is selected from Profiles else
       
    37 // settings is set from IM application and Profiles hides IM tone setting item
       
    38 const TUint32 KIMFeatBrandableTone = 0x00000001;
       
    39 
       
    40 #endif      // IMNGINTERNALCRKEYS_H