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: // T_LogBench test assumes that the default max heap size of Logeng server is 1M. sl@0: // If in the future EPOCHEAPSIZE keyword is used in this mmp file for sl@0: // heap size change - T_LogBench test source code has to be reviewed and updated too. sl@0: // logserv.exe Log server 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 logserv.exe sl@0: CAPABILITY ProtServ WriteUserData ReadUserData sl@0: sl@0: TARGETTYPE EXE sl@0: sl@0: //CodeWarrior compilation options - disable the "illegal pragma" warning sl@0: OPTION CW -w noillpragmas sl@0: sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: sl@0: USERINCLUDE ../LogServ/inc sl@0: USERINCLUDE ../logcntmodel/inc sl@0: USERINCLUDE ../Shared sl@0: sl@0: SOURCEPATH . sl@0: DOCUMENT LogEng.cfg sl@0: sl@0: SOURCEPATH ../LogServ/src sl@0: sl@0: SOURCE LOGADD.CPP sl@0: SOURCE LOGGET.CPP sl@0: SOURCE LOGDUP.CPP sl@0: SOURCE LOGQUERY.CPP sl@0: SOURCE LOGFILTQ.CPP sl@0: SOURCE LOGMAIN.CPP sl@0: SOURCE LOGREC.CPP sl@0: SOURCE LOGCOMP.CPP sl@0: SOURCE LOGCHNGE.CPP sl@0: SOURCE LOGDEL.CPP sl@0: SOURCE LogNotify.cpp sl@0: SOURCE LogDynBuf.cpp sl@0: sl@0: SOURCE LogServServer.cpp sl@0: SOURCE logservsession.cpp sl@0: sl@0: SOURCE LogServRecentCondition.cpp sl@0: SOURCE LogServRecentListManager.cpp sl@0: SOURCE LogServRecentList.cpp sl@0: sl@0: SOURCE LogServShutDownTimer.cpp sl@0: SOURCE LogServStartup.cpp sl@0: SOURCE LogServScheduler.cpp sl@0: SOURCE LogServPanic.cpp sl@0: // sl@0: SOURCE LogServView.cpp sl@0: SOURCE LogServViewChangeManager.cpp sl@0: SOURCE LogServViewWindowFetcher.cpp sl@0: // sl@0: SOURCE LogServOperationFactory.cpp sl@0: SOURCE LogServOperations.cpp sl@0: SOURCE LogServOperationBase.cpp sl@0: SOURCE LogServOperationQueue.cpp sl@0: // sl@0: SOURCE LogServDatabaseDriver.cpp sl@0: SOURCE LogServDatabaseMarshall.cpp sl@0: SOURCE LogServDatabaseChangeTracker.cpp sl@0: SOURCE LogServDatabaseChangeObserver.cpp sl@0: SOURCE LogServDatabaseTransactionInterface.cpp sl@0: // sl@0: SOURCE LogServResourceInterpreter.cpp sl@0: // sl@0: SOURCE LogServBackupManager.cpp sl@0: SOURCE LogServBackupInterface.cpp sl@0: // sl@0: SOURCE LogServCacheStrings.cpp sl@0: SOURCE LogServCacheConfig.cpp sl@0: SOURCE LogServCacheTypes.cpp sl@0: SOURCE logservsecurity.cpp sl@0: sl@0: SOURCE LogServSqlStrings.cpp sl@0: sl@0: SOURCEPATH ../LogServ sl@0: START RESOURCE LOGSERV.RSS sl@0: TARGETPATH private/101f401d sl@0: HEADER sl@0: END sl@0: sl@0: sl@0: LIBRARY euser.lib sl@0: LIBRARY efsrv.lib sl@0: LIBRARY bafl.lib sl@0: LIBRARY logwrap.lib sl@0: LIBRARY edbms.lib sl@0: LIBRARY logcli.lib sl@0: LIBRARY estor.lib sl@0: LIBRARY logcntmodel.lib sl@0: LIBRARY centralrepository.lib sl@0: LIBRARY ecom.lib sl@0: sl@0: #ifdef MMPSWITCH_LOGGING_ENABLED sl@0: LIBRARY flogger.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: UID 0x00000000 0x101f401d sl@0: VENDORID 0x70000001 sl@0: sl@0: SMPSAFE