syncmlfw/syncmlnotifier/inc/SyncMLNotifPrivateCRKeys.h
branchRCL_3
changeset 26 19bba8228ff0
parent 0 b497e44ab2fc
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
       
     1 /*
       
     2 * Copyright (c) 2002-2006 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 *     SyncML Notifier  private CenRep key definitions
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef SYNCML_NOTIF_PRIVATE_CR_KEYS_H
       
    21 #define SYNCML_NOTIF_PRIVATE_CR_KEYS_H
       
    22 
       
    23 
       
    24 /**
       
    25 * SyncML Notifier Private Keys UID
       
    26 */
       
    27 const TUid KCRUidNSmlNotifierPrivateKeys = {0x101F8769};
       
    28 
       
    29 
       
    30 // Device manager key UID
       
    31 const TUid KPSUidNSmlDMSyncApp = {0x101f6de5};
       
    32 
       
    33 
       
    34 
       
    35 //PubSub key used to mark which application is handling the process of download
       
    36 //Sets by DM UI, NSC or NSCBackground
       
    37 const TUint32 KNSmlCurrentFotaUpdateAppName = 0x0000000A;
       
    38 
       
    39 
       
    40 //PubSub key used to define should "Install Now?" query be shown or not
       
    41 //Sets by DM UI or NSC
       
    42 const TUint32 KDevManShowInstallNowQuery = 0x0000000B;
       
    43 
       
    44 
       
    45 /**
       
    46 * CenRep key for defining whether DM session blocked in roaming or not.
       
    47 * 
       
    48 *
       
    49 * Possible integer values:
       
    50 * 0 or 1
       
    51 * 0 means that feature is disabled
       
    52 * 1 means feature is enabled
       
    53 * Default value: 0 (not enabled)
       
    54 *
       
    55 * If 1 then if the phone is in roaming server alert message is not 
       
    56 * processed hence DM session doesnot get started
       
    57 */
       
    58 //const TUint32 KNSmlDMBlockedInRoaming = 0x00000001;
       
    59 
       
    60 #endif // SYNCML_NOTIF_PRIVATE_CR_KEYS_H
       
    61