2 * Copyright (c) 2004-2006 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
14 * Description: Contains Central Repository keys needed in logging GPRS/WLAN
22 const TUid KCRUidDCLLogs = {0x101F4CD5};
24 // Amount of total sent bytes using GPRS.
25 const TUint32 KLogsGPRSSentCounter = 0x0000000C;
27 // Amount of total received bytes using GPRS.
28 const TUint32 KLogsGPRSReceivedCounter = 0x0000000D;
30 // Amount of total sent bytes using WLAN.
31 const TUint32 KLogsWLANSentCounter = 0x00000014;
33 // Amount of total received bytes using WLAN.
34 const TUint32 KLogsWLANReceivedCounter = 0x00000015;