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 "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".
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;