remotemgmt_plat/syncml_notifier_roaming_api/inc/SyncMLNotifierDomainCRKeys.h
changeset 55 1c556dee8eb1
parent 54 085438c28042
child 60 eb6690d0d439
equal deleted inserted replaced
54:085438c28042 55:1c556dee8eb1
     1 /*
       
     2 * Copyright (c) 2007 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:  SyncMLNotifier Domain CenRep key definitions
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef SYNCMLNOTIFIER_DOMAIN_CR_KEYS_H
       
    20 #define SYNCMLNOTIFIER_DOMAIN_CR_KEYS_H
       
    21 
       
    22 // CONSTANTS
       
    23 
       
    24 // SyncMLNotifier key UID
       
    25 const TUid KCRUidNSmlNotifierDomainKeys = {0x101F8769};
       
    26 
       
    27 // CenRep key used in variation of the aspects of
       
    28 // the roaming feature. The flag values are
       
    29 // commented below.
       
    30 const TUint32 KNSmlDMBlockedInRoaming = 0x00000001;
       
    31 
       
    32 
       
    33 // CenRep key for variable DM UI UID
       
    34 const TUint32 KNSmlDMAppName = 0x00000002;
       
    35 
       
    36 // CenRep key for variable DM UI UID
       
    37 const TUint32 KNSmlDMChargingNote = 0x00000003;
       
    38 
       
    39 #endif // NSMLDMSYNCAPP_PRIVATE_CR_KEYS_H
       
    40             
       
    41 // End of File