ipcm_plat/extended_connection_settings_api/inc/cmmanagerkeys.h
changeset 2 086aae6fc07e
child 44 a0c4ceac30d0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ipcm_plat/extended_connection_settings_api/inc/cmmanagerkeys.h	Mon Jan 18 20:33:49 2010 +0200
@@ -0,0 +1,40 @@
+/*
+* 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