# HG changeset patch # User Pat Downey # Date 1273577527 -3600 # Node ID d219857afeec2a276c5156c2cda204f1979576c1 # Parent d7fc66ccd6fb6ab43a361d08be165865495af500 Add missing docml files. diff -r d7fc66ccd6fb -r d219857afeec cbs/cbsui/resources/Copy of cbs_app.docml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cbs/cbsui/resources/Copy of cbs_app.docml Tue May 11 12:32:07 2010 +0100 @@ -0,0 +1,1 @@ +
\ No newline at end of file diff -r d7fc66ccd6fb -r d219857afeec cbs/cbsui/resources/cbs_app.docml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cbs/cbsui/resources/cbs_app.docml Tue May 11 12:32:07 2010 +0100 @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r d7fc66ccd6fb -r d219857afeec cbs/cbsui/resources/cbs_topic_view.docml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cbs/cbsui/resources/cbs_topic_view.docml Tue May 11 12:32:07 2010 +0100 @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r d7fc66ccd6fb -r d219857afeec phoneclientserver/phoneclient/Inc/UssdWrapper/cphcltussdcommonconstant.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/phoneclientserver/phoneclient/Inc/UssdWrapper/cphcltussdcommonconstant.h Tue May 11 12:32:07 2010 +0100 @@ -0,0 +1,35 @@ +/* +* Copyright (c) 2010 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: +* +*/ + +#ifndef CPHCLTUSSDCOMMONCONSTANT_H +#define CPHCLTUSSDCOMMONCONSTANT_H + +// CONSTANTS + + +/**num for Ussd information type*/ +enum TPhCltUssdInformationType + { + EPhCltUssdUnconfirme = 1, + EPhCltUssdNotallowed, + EPhCltUssdNoservice, + EPhCltUssdOffline, + EPhCltUssdDone, + EPhCltUssdNotDone + }; + +#endif // CPHCLTUSSDCOMMONCONSTANT_H diff -r d7fc66ccd6fb -r d219857afeec phoneclientserver/phoneclient/Inc/UssdWrapper/tflogger.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/phoneclientserver/phoneclient/Inc/UssdWrapper/tflogger.h Tue May 11 12:32:07 2010 +0100 @@ -0,0 +1,106 @@ +/* +* Copyright (c) 2002-2010 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: +* +* +*/ + +#ifndef __TFLOGGER_H__ +#define __TFLOGGER_H__ + +#include +#include + +_LIT(KTfLogFolder, "phcltussd"); +_LIT(KTfLogFile, "ussd.txt"); + +/** +* ------------------------------------------------------------------------------ +* +* Remove #define LOGGING_ENABLED from comments to enable logging +* +* ------------------------------------------------------------------------------ +*/ + +#ifdef _DEBUG +#define LOGGING_ENABLED +#endif + +/** +* ------------------------------------------------------------------------------ +* +* LOGGING MACROs +* +* USE THESE MACROS IN YOUR CODE +* +* Example: TFLOGTEXT(own_desc) +* Example: TFLOGSTRING("Test") +* Example: TFLOGSTRING("Test %i", aValue) +* Example: TFLOGSTRING("Test %i %i", aValue1, aValue2) +* +* ------------------------------------------------------------------------------ +*/ + +#ifdef LOGGING_ENABLED + + #define TFLOGTEXT(TEXT) \ + { \ + RFileLogger::Write(KTfLogFolder,KTfLogFile, \ + EFileLoggingModeAppend, TEXT); \ + RDebug::Print(TEXT); \ + } + + #define TFLOGSTRING(TEXT) \ + { \ + _LIT(tempLogDes, TEXT); \ + RFileLogger::Write(\ + KTfLogFolder, \ + KTfLogFile, \ + EFileLoggingModeAppend, \ + tempLogDes()); \ + RDebug::Print(_L(TEXT)); \ + } + + #define TFLOGSTRING2(TEXT, VAR1) \ + { \ + _LIT(tempLogDes, TEXT); \ + RFileLogger::WriteFormat(\ + KTfLogFolder, \ + KTfLogFile, \ + EFileLoggingModeAppend, \ + TRefByValue(tempLogDes()), VAR1); \ + RDebug::Print(_L(TEXT), VAR1); \ + } + + #define TFLOGSTRING3(TEXT, VAR1, VAR2) \ + { \ + _LIT(tempLogDes, TEXT); \ + RFileLogger::WriteFormat(\ + KTfLogFolder, \ + KTfLogFile, \ + EFileLoggingModeAppend, \ + TRefByValue(tempLogDes()), VAR1, VAR2); \ + RDebug::Print(_L(TEXT), VAR1, VAR2); \ + } + +#else + + #define TFLOGTEXT(TEXT) + #define TFLOGSTRING(TEXT) + #define TFLOGSTRING2(TEXT, VAR1) + #define TFLOGSTRING3(TEXT, VAR1, VAR2) + +#endif // LOGGING_ENABLED + +#endif // __TFLOGGER_H__ diff -r d7fc66ccd6fb -r d219857afeec satui/satapp/resource/satapp.docml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/satui/satapp/resource/satapp.docml Tue May 11 12:32:07 2010 +0100 @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +