diff -r 608f67c22514 -r 896e9dbc5f19 internetradio2.0/irsessionlog/inc/irreportsettings.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/internetradio2.0/irsessionlog/inc/irreportsettings.h Wed Aug 18 09:40:26 2010 +0300 @@ -0,0 +1,111 @@ +/* +* 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: The implementation for presentation elements. +* +*/ + + +#ifndef IRREPORTSETTINGS_H +#define IRREPORTSETTINGS_H + +#include + +_LIT( KSession, "Session" ); + +_LIT( KNmsLog, "NmsLog" ); + +_LIT( KLogFileName, "RadioReport.xml" ); + +_LIT( KGZipLogFileName, "LogUsage.gz" ); + +_LIT( KField, "Field" ); + +_LIT( KXmlHeader, "" ); + + +//RadioReport + +_LIT(KRPSTARTTAG,""); + +_LIT( KRPENDTAG, "" ); + +//Session log + +_LIT( KSESSIONSTARTTAG, "Field" ); + +_LIT( KSERVERRESULTTAG, "Field" ); + +_LIT( KCONNECTIONTAG, "" ); + +_LIT( KSESSIONENDTAG, "" ); + +//Browse log + +_LIT( KBROWSESTARTTAG, "" ); + +_LIT( KBROWSEENDTAG, "" ); + +_LIT( KBROWSETAG, "" ); + + +/** + * for nmsLogs ( Nokia Music Store Logs Information ) + * + */ +_LIT( KNMSLOGSTARTTAG, "" ); +_LIT( KNMSLOGENDTAG, "" ); +_LIT(KNMSEVENTTAG, "" ); + +/** + * for song recognition Logs (Shazam Logs Information) + * + */ +_LIT(KSONGRECOGLOGSTARTTAG, ""); +_LIT(KSONGRECOGLOGENDTAG, ""); +_LIT(KSONGRECOGEVENTTAG, ""); + + +//Advertisement log + +//Terminatedby +_LIT( KUSER, "user" ); + +_LIT( KNOCONNECTIONTOSERVER, "noConnectionToServer" ); + +_LIT( KNOCONNECTIONTONETWORK, "noConnectionToNetwork" ); + +//Connected from + +_LIT( KISDS,"isds" ); + +_LIT( KPRESETADHOC,"preset-adhoc" ); +_LIT( KPRESETISDS,"preset-isds" ); + +_LIT( KHISTORYADHOC,"history-adhoc" ); +_LIT( KHISTORYISDS,"history-isds" ); +_LIT( KADHOCMANUAL,"adhoc-manual" ); +_LIT( KADHOCEXTERNAL,"adhoc-external" ); + +//Connection type + +//ServerResult +_LIT( KConnected, "Connected" ); + +_LIT( KFull, "ServerFull" ); + +_LIT( KConnTimeOut, "ConnectionTimeOut" ); + +_LIT( KConnectionFailed, "ConnectionFailed" ); + +#endif //IRREPORTSETTINGS_H