ipcm_plat/extended_connection_settings_api/inc/cmmanagerkeys.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 18 Jan 2010 20:33:49 +0200
changeset 2 086aae6fc07e
child 44 a0c4ceac30d0
permissions -rw-r--r--
Revision: 201001 Kit: 201003

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  CmManager central repository keys.
*
*/

#ifndef CMMANAGERKEYS_H
#define CMMANAGERKEYS_H

/**
 * UID of CmManager repository
 *
 * @since S60 5.1
 */
const TUid KCRUidCmManager = {0x10207376}; 

/**
 * Cellular data usage setting in current network.
 *
 * This means that the client does not need to take into account 
 * whether the device is in the home country or in a foreign country 
 * but the value is provided for the country the device is at the moment.
 * See TCmCellularDataUsage in cmgenconnsettings.h for more info.
 *
 * @since S60 5.1
 */
const TUint32 KCurrentCellularDataUsage  = 0x00000001;
    
#endif // CMMANAGERKEYS_H