os/persistentdata/loggingservices/eventlogger/group/logserv.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/persistentdata/loggingservices/eventlogger/group/logserv.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,132 @@
     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 +// T_LogBench test assumes that the default max heap size of Logeng server is 1M.
    1.18 +// If in the future EPOCHEAPSIZE keyword is used in this mmp file for
    1.19 +// heap size change - T_LogBench test source code has to be reviewed and updated too.
    1.20 +// logserv.exe Log server
    1.21 +// 
    1.22 +//
    1.23 +
    1.24 +/**
    1.25 + @file
    1.26 +*/
    1.27 +
    1.28 +#include "LogEng.cfg"
    1.29 +
    1.30 +TARGET				logserv.exe
    1.31 +CAPABILITY ProtServ WriteUserData ReadUserData
    1.32 +
    1.33 +TARGETTYPE			EXE
    1.34 +
    1.35 +//CodeWarrior compilation options - disable the "illegal pragma" warning
    1.36 +OPTION CW -w noillpragmas
    1.37 +
    1.38 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.39 +
    1.40 +USERINCLUDE			../LogServ/inc
    1.41 +USERINCLUDE			../logcntmodel/inc
    1.42 +USERINCLUDE			../Shared
    1.43 +
    1.44 +SOURCEPATH			.
    1.45 +DOCUMENT			LogEng.cfg
    1.46 +
    1.47 +SOURCEPATH			../LogServ/src
    1.48 +
    1.49 +SOURCE				LOGADD.CPP
    1.50 +SOURCE				LOGGET.CPP
    1.51 +SOURCE				LOGDUP.CPP
    1.52 +SOURCE				LOGQUERY.CPP
    1.53 +SOURCE				LOGFILTQ.CPP
    1.54 +SOURCE				LOGMAIN.CPP
    1.55 +SOURCE				LOGREC.CPP
    1.56 +SOURCE				LOGCOMP.CPP
    1.57 +SOURCE				LOGCHNGE.CPP
    1.58 +SOURCE				LOGDEL.CPP
    1.59 +SOURCE				LogNotify.cpp
    1.60 +SOURCE				LogDynBuf.cpp
    1.61 +
    1.62 +SOURCE				LogServServer.cpp
    1.63 +SOURCE				logservsession.cpp
    1.64 +
    1.65 +SOURCE				LogServRecentCondition.cpp
    1.66 +SOURCE				LogServRecentListManager.cpp
    1.67 +SOURCE				LogServRecentList.cpp
    1.68 +
    1.69 +SOURCE				LogServShutDownTimer.cpp
    1.70 +SOURCE				LogServStartup.cpp
    1.71 +SOURCE				LogServScheduler.cpp
    1.72 +SOURCE				LogServPanic.cpp
    1.73 +//
    1.74 +SOURCE				LogServView.cpp
    1.75 +SOURCE				LogServViewChangeManager.cpp
    1.76 +SOURCE				LogServViewWindowFetcher.cpp
    1.77 +//
    1.78 +SOURCE				LogServOperationFactory.cpp
    1.79 +SOURCE				LogServOperations.cpp
    1.80 +SOURCE				LogServOperationBase.cpp
    1.81 +SOURCE				LogServOperationQueue.cpp
    1.82 +//
    1.83 +SOURCE				LogServDatabaseDriver.cpp
    1.84 +SOURCE				LogServDatabaseMarshall.cpp
    1.85 +SOURCE				LogServDatabaseChangeTracker.cpp
    1.86 +SOURCE				LogServDatabaseChangeObserver.cpp
    1.87 +SOURCE				LogServDatabaseTransactionInterface.cpp
    1.88 +//
    1.89 +SOURCE				LogServResourceInterpreter.cpp
    1.90 +//
    1.91 +SOURCE				LogServBackupManager.cpp
    1.92 +SOURCE				LogServBackupInterface.cpp
    1.93 +//
    1.94 +SOURCE				LogServCacheStrings.cpp
    1.95 +SOURCE				LogServCacheConfig.cpp
    1.96 +SOURCE				LogServCacheTypes.cpp
    1.97 +SOURCE				logservsecurity.cpp
    1.98 +
    1.99 +SOURCE				LogServSqlStrings.cpp
   1.100 +
   1.101 +SOURCEPATH			../LogServ
   1.102 +START RESOURCE		LOGSERV.RSS
   1.103 +TARGETPATH 			private/101f401d
   1.104 +HEADER
   1.105 +END
   1.106 +
   1.107 +
   1.108 +LIBRARY				euser.lib
   1.109 +LIBRARY				efsrv.lib
   1.110 +LIBRARY				bafl.lib
   1.111 +LIBRARY				logwrap.lib
   1.112 +LIBRARY				edbms.lib
   1.113 +LIBRARY				logcli.lib
   1.114 +LIBRARY				estor.lib
   1.115 +LIBRARY				logcntmodel.lib
   1.116 +LIBRARY				centralrepository.lib
   1.117 +LIBRARY				ecom.lib
   1.118 +
   1.119 +#ifdef MMPSWITCH_LOGGING_ENABLED
   1.120 +LIBRARY				flogger.lib
   1.121 +MACRO				LOGGING_ENABLED
   1.122 +#endif
   1.123 +
   1.124 +#ifdef MMPSWITCH_LOGGING_CREATE_LOG_DIRECTORY
   1.125 +MACRO				LOGGING_CREATE_LOG_DIRECTORY
   1.126 +#endif
   1.127 +
   1.128 +#ifdef MMPSWITCH_LOGGING_WIPE_ON_BOOT
   1.129 +MACRO				LOGGING_WIPE_ON_BOOT
   1.130 +#endif
   1.131 +
   1.132 +UID					0x00000000 0x101f401d
   1.133 +VENDORID 0x70000001
   1.134 +
   1.135 +SMPSAFE