sl@0: // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // logcli.dll Log engine, to be included in ROM only if logwrap.dll is included sl@0: // logcli.rsc Resource definitions for log engine sl@0: // sl@0: // sl@0: sl@0: /** sl@0: @file sl@0: */ sl@0: sl@0: #include "LogEng.cfg" sl@0: sl@0: TARGET logcli.dll sl@0: CAPABILITY All -Tcb sl@0: TARGETTYPE dll sl@0: UID 0x1000008d 0x10005343 sl@0: VENDORID 0x70000001 sl@0: sl@0: SMPSAFE sl@0: //CodeWarrior compilation options - disable the "illegal pragma" warning sl@0: OPTION CW -w noillpragmas sl@0: sl@0: SOURCEPATH . sl@0: DOCUMENT LogEng.cfg sl@0: sl@0: SOURCEPATH ../LogCli/src sl@0: SOURCE LOGTYPE.CPP sl@0: SOURCE LOGCLI.CPP sl@0: SOURCE LOGDLL.CPP sl@0: SOURCE LOGFILT.CPP sl@0: SOURCE logpackage.cpp sl@0: SOURCE LOGVIEW.CPP sl@0: SOURCE LogViewObserver.cpp sl@0: sl@0: SOURCE LogChangeDefinition.cpp sl@0: SOURCE logservcli.cpp sl@0: SOURCE logclientop.cpp sl@0: SOURCE LogClientObserver.cpp sl@0: SOURCE LogClientChangeObserver.cpp sl@0: sl@0: SOURCE LogViewWindow.cpp sl@0: SOURCE LogViewWindowFetcher.cpp sl@0: SOURCE LogViewWindowLockObserver.cpp sl@0: SOURCE LogViewWindowChangeObserver.cpp sl@0: sl@0: SOURCE LogCliServerShared.cpp sl@0: sl@0: USERINCLUDE ../LogCli/inc sl@0: USERINCLUDE ../logcntmodel/inc sl@0: USERINCLUDE ../Shared sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: sl@0: LIBRARY euser.lib sl@0: LIBRARY logwrap.lib sl@0: LIBRARY bafl.lib sl@0: LIBRARY estor.lib sl@0: sl@0: START WINS sl@0: BASEADDRESS 0x4AD80000 sl@0: END sl@0: sl@0: #ifdef MMPSWITCH_LOGGING_ENABLED sl@0: LIBRARY flogger.lib sl@0: LIBRARY efsrv.lib sl@0: MACRO LOGGING_ENABLED sl@0: #endif sl@0: sl@0: #ifdef MMPSWITCH_LOGGING_CREATE_LOG_DIRECTORY sl@0: MACRO LOGGING_CREATE_LOG_DIRECTORY sl@0: #endif sl@0: sl@0: #ifdef MMPSWITCH_LOGGING_WIPE_ON_BOOT sl@0: MACRO LOGGING_WIPE_ON_BOOT sl@0: #endif sl@0: sl@0: