ipcm_plat/extended_connection_settings_api/inc/cmmanagerkeys.h
changeset 2 086aae6fc07e
child 44 a0c4ceac30d0
equal deleted inserted replaced
1:40cb640ef159 2:086aae6fc07e
       
     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:  CmManager central repository keys.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef CMMANAGERKEYS_H
       
    19 #define CMMANAGERKEYS_H
       
    20 
       
    21 /**
       
    22  * UID of CmManager repository
       
    23  *
       
    24  * @since S60 5.1
       
    25  */
       
    26 const TUid KCRUidCmManager = {0x10207376}; 
       
    27 
       
    28 /**
       
    29  * Cellular data usage setting in current network.
       
    30  *
       
    31  * This means that the client does not need to take into account 
       
    32  * whether the device is in the home country or in a foreign country 
       
    33  * but the value is provided for the country the device is at the moment.
       
    34  * See TCmCellularDataUsage in cmgenconnsettings.h for more info.
       
    35  *
       
    36  * @since S60 5.1
       
    37  */
       
    38 const TUint32 KCurrentCellularDataUsage  = 0x00000001;
       
    39     
       
    40 #endif // CMMANAGERKEYS_H