os/persistentdata/loggingservices/eventlogger/group/LOGCLI.MMP
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/persistentdata/loggingservices/eventlogger/group/LOGCLI.MMP	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,88 @@
     1.4 +// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// logcli.dll Log engine, to be included in ROM only if logwrap.dll is included
    1.18 +// logcli.rsc Resource definitions for log engine
    1.19 +// 
    1.20 +//
    1.21 +
    1.22 +/**
    1.23 + @file
    1.24 +*/
    1.25 +
    1.26 +#include "LogEng.cfg"
    1.27 +
    1.28 +TARGET				logcli.dll
    1.29 +CAPABILITY 			All -Tcb
    1.30 +TARGETTYPE			dll
    1.31 +UID					0x1000008d		0x10005343
    1.32 +VENDORID 			0x70000001
    1.33 +
    1.34 +SMPSAFE
    1.35 +//CodeWarrior compilation options - disable the "illegal pragma" warning
    1.36 +OPTION CW -w noillpragmas
    1.37 +
    1.38 +SOURCEPATH			.
    1.39 +DOCUMENT			LogEng.cfg
    1.40 +
    1.41 +SOURCEPATH			../LogCli/src
    1.42 +SOURCE				LOGTYPE.CPP
    1.43 +SOURCE				LOGCLI.CPP
    1.44 +SOURCE				LOGDLL.CPP
    1.45 +SOURCE				LOGFILT.CPP
    1.46 +SOURCE				logpackage.cpp
    1.47 +SOURCE				LOGVIEW.CPP
    1.48 +SOURCE				LogViewObserver.cpp
    1.49 +
    1.50 +SOURCE				LogChangeDefinition.cpp
    1.51 +SOURCE				logservcli.cpp
    1.52 +SOURCE				logclientop.cpp
    1.53 +SOURCE				LogClientObserver.cpp
    1.54 +SOURCE				LogClientChangeObserver.cpp
    1.55 +
    1.56 +SOURCE				LogViewWindow.cpp
    1.57 +SOURCE				LogViewWindowFetcher.cpp
    1.58 +SOURCE				LogViewWindowLockObserver.cpp
    1.59 +SOURCE				LogViewWindowChangeObserver.cpp
    1.60 +
    1.61 +SOURCE				LogCliServerShared.cpp
    1.62 +
    1.63 +USERINCLUDE			../LogCli/inc
    1.64 +USERINCLUDE			../logcntmodel/inc
    1.65 +USERINCLUDE			../Shared
    1.66 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.67 +
    1.68 +LIBRARY				euser.lib
    1.69 +LIBRARY				logwrap.lib
    1.70 +LIBRARY				bafl.lib
    1.71 +LIBRARY				estor.lib
    1.72 +
    1.73 +START WINS
    1.74 +   BASEADDRESS 0x4AD80000
    1.75 +END
    1.76 +
    1.77 +#ifdef MMPSWITCH_LOGGING_ENABLED
    1.78 +LIBRARY				flogger.lib
    1.79 +LIBRARY				efsrv.lib
    1.80 +MACRO				LOGGING_ENABLED
    1.81 +#endif
    1.82 +
    1.83 +#ifdef MMPSWITCH_LOGGING_CREATE_LOG_DIRECTORY
    1.84 +MACRO				LOGGING_CREATE_LOG_DIRECTORY
    1.85 +#endif
    1.86 +
    1.87 +#ifdef MMPSWITCH_LOGGING_WIPE_ON_BOOT
    1.88 +MACRO				LOGGING_WIPE_ON_BOOT
    1.89 +#endif
    1.90 +
    1.91 +