pressrv_plat/simple_settings_api/inc/simpleenginedomaincrkeys.h
changeset 0 c8caa15ef882
equal deleted inserted replaced
-1:000000000000 0:c8caa15ef882
       
     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:  SIMPLE engine CenRep keys
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef SIMPLEENGINEDOMAINCRKEYS_H
       
    21 #define SIMPLEENGINEDOMAINCRKEYS_H
       
    22 
       
    23 #include <e32base.h>
       
    24 
       
    25 const TUid KCRUIDSimpleOTA = {0x10281EEE};
       
    26 
       
    27 // SIMPLEEngine OMA Presence Client Provisioning
       
    28 
       
    29 // APPID
       
    30 const TUint32 KSimpleAppID =                0x00000001;
       
    31 
       
    32 // PROVIDER-ID
       
    33 const TUint32 KSimpleProviderID =           0x00000002;
       
    34 
       
    35 // ToConRef (SIP profile id)
       
    36 const TUint32 KSimpleSipProfile =           0x00000003;
       
    37 
       
    38 // NAME
       
    39 const TUint32 KSimpleSetName =              0x00000004;
       
    40 
       
    41 // Identifies a set in Presence Settings UI
       
    42 const TUint32 KSimpleSetId =	            0x00000005;
       
    43 			
       
    44 // XDM set id
       
    45 const TUint32 KSimpleXDMSet	=               0x00000006;
       
    46 		
       
    47 // Content Server address			
       
    48 const TUint32 KSimpleContentSvrAdd =	    0x00000007;
       
    49 
       
    50 // BitMasked status of each property
       
    51 const TUint32 KSimpleStatusofProps =	0x00000008;	
       
    52 
       
    53 // CLIENT-OBJ-DATA-LIMIT
       
    54 const TUint32 KSimpleClientObjDataLimit =   0x0000000A;
       
    55 
       
    56 // SOURCE-THROTTLE-PUBLISH
       
    57 const TUint32 KSimpleSourceThrottlePublish = 0x0000000B;
       
    58 
       
    59 // MAX-NUMBER-OF-PRESENCE-SUBSCRIPTIONS
       
    60 const TUint32 KSimpleMaxNbrPresenceSubs =   0x0000000C;
       
    61 
       
    62 // MAX-NUMBER-OF-SUBSCRIPTIONS-IN-PRESENCE-LIST
       
    63 const TUint32 KSimpleMaxNbrSubsInList =     0x0000000D;
       
    64 
       
    65 // SERVICE-URI-TEMPLATE
       
    66 const TUint32 KSimpleServiceUriTemplate =   0x0000000E;
       
    67 
       
    68 
       
    69 #endif      // SIMPLEENGINEDOMAINCRKEYS_H
       
    70 
       
    71 // End of File