author | sl@SLION-WIN7.fritz.box |
Fri, 15 Jun 2012 03:10:57 +0200 | |
changeset 0 | bde4ae8d615e |
permissions | -rw-r--r-- |
sl@0 | 1 |
// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). |
sl@0 | 2 |
// All rights reserved. |
sl@0 | 3 |
// This component and the accompanying materials are made available |
sl@0 | 4 |
// under the terms of "Eclipse Public License v1.0" |
sl@0 | 5 |
// which accompanies this distribution, and is available |
sl@0 | 6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html". |
sl@0 | 7 |
// |
sl@0 | 8 |
// Initial Contributors: |
sl@0 | 9 |
// Nokia Corporation - initial contribution. |
sl@0 | 10 |
// |
sl@0 | 11 |
// Contributors: |
sl@0 | 12 |
// |
sl@0 | 13 |
// Description: |
sl@0 | 14 |
// T_LogBench test assumes that the default max heap size of Logeng server is 1M. |
sl@0 | 15 |
// If in the future EPOCHEAPSIZE keyword is used in this mmp file for |
sl@0 | 16 |
// heap size change - T_LogBench test source code has to be reviewed and updated too. |
sl@0 | 17 |
// logserv.exe Log server |
sl@0 | 18 |
// |
sl@0 | 19 |
// |
sl@0 | 20 |
|
sl@0 | 21 |
/** |
sl@0 | 22 |
@file |
sl@0 | 23 |
*/ |
sl@0 | 24 |
|
sl@0 | 25 |
#include "LogEng.cfg" |
sl@0 | 26 |
|
sl@0 | 27 |
TARGET logserv.exe |
sl@0 | 28 |
CAPABILITY ProtServ WriteUserData ReadUserData |
sl@0 | 29 |
|
sl@0 | 30 |
TARGETTYPE EXE |
sl@0 | 31 |
|
sl@0 | 32 |
//CodeWarrior compilation options - disable the "illegal pragma" warning |
sl@0 | 33 |
OPTION CW -w noillpragmas |
sl@0 | 34 |
|
sl@0 | 35 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
sl@0 | 36 |
|
sl@0 | 37 |
USERINCLUDE ../LogServ/inc |
sl@0 | 38 |
USERINCLUDE ../logcntmodel/inc |
sl@0 | 39 |
USERINCLUDE ../Shared |
sl@0 | 40 |
|
sl@0 | 41 |
SOURCEPATH . |
sl@0 | 42 |
DOCUMENT LogEng.cfg |
sl@0 | 43 |
|
sl@0 | 44 |
SOURCEPATH ../LogServ/src |
sl@0 | 45 |
|
sl@0 | 46 |
SOURCE LOGADD.CPP |
sl@0 | 47 |
SOURCE LOGGET.CPP |
sl@0 | 48 |
SOURCE LOGDUP.CPP |
sl@0 | 49 |
SOURCE LOGQUERY.CPP |
sl@0 | 50 |
SOURCE LOGFILTQ.CPP |
sl@0 | 51 |
SOURCE LOGMAIN.CPP |
sl@0 | 52 |
SOURCE LOGREC.CPP |
sl@0 | 53 |
SOURCE LOGCOMP.CPP |
sl@0 | 54 |
SOURCE LOGCHNGE.CPP |
sl@0 | 55 |
SOURCE LOGDEL.CPP |
sl@0 | 56 |
SOURCE LogNotify.cpp |
sl@0 | 57 |
SOURCE LogDynBuf.cpp |
sl@0 | 58 |
|
sl@0 | 59 |
SOURCE LogServServer.cpp |
sl@0 | 60 |
SOURCE logservsession.cpp |
sl@0 | 61 |
|
sl@0 | 62 |
SOURCE LogServRecentCondition.cpp |
sl@0 | 63 |
SOURCE LogServRecentListManager.cpp |
sl@0 | 64 |
SOURCE LogServRecentList.cpp |
sl@0 | 65 |
|
sl@0 | 66 |
SOURCE LogServShutDownTimer.cpp |
sl@0 | 67 |
SOURCE LogServStartup.cpp |
sl@0 | 68 |
SOURCE LogServScheduler.cpp |
sl@0 | 69 |
SOURCE LogServPanic.cpp |
sl@0 | 70 |
// |
sl@0 | 71 |
SOURCE LogServView.cpp |
sl@0 | 72 |
SOURCE LogServViewChangeManager.cpp |
sl@0 | 73 |
SOURCE LogServViewWindowFetcher.cpp |
sl@0 | 74 |
// |
sl@0 | 75 |
SOURCE LogServOperationFactory.cpp |
sl@0 | 76 |
SOURCE LogServOperations.cpp |
sl@0 | 77 |
SOURCE LogServOperationBase.cpp |
sl@0 | 78 |
SOURCE LogServOperationQueue.cpp |
sl@0 | 79 |
// |
sl@0 | 80 |
SOURCE LogServDatabaseDriver.cpp |
sl@0 | 81 |
SOURCE LogServDatabaseMarshall.cpp |
sl@0 | 82 |
SOURCE LogServDatabaseChangeTracker.cpp |
sl@0 | 83 |
SOURCE LogServDatabaseChangeObserver.cpp |
sl@0 | 84 |
SOURCE LogServDatabaseTransactionInterface.cpp |
sl@0 | 85 |
// |
sl@0 | 86 |
SOURCE LogServResourceInterpreter.cpp |
sl@0 | 87 |
// |
sl@0 | 88 |
SOURCE LogServBackupManager.cpp |
sl@0 | 89 |
SOURCE LogServBackupInterface.cpp |
sl@0 | 90 |
// |
sl@0 | 91 |
SOURCE LogServCacheStrings.cpp |
sl@0 | 92 |
SOURCE LogServCacheConfig.cpp |
sl@0 | 93 |
SOURCE LogServCacheTypes.cpp |
sl@0 | 94 |
SOURCE logservsecurity.cpp |
sl@0 | 95 |
|
sl@0 | 96 |
SOURCE LogServSqlStrings.cpp |
sl@0 | 97 |
|
sl@0 | 98 |
SOURCEPATH ../LogServ |
sl@0 | 99 |
START RESOURCE LOGSERV.RSS |
sl@0 | 100 |
TARGETPATH private/101f401d |
sl@0 | 101 |
HEADER |
sl@0 | 102 |
END |
sl@0 | 103 |
|
sl@0 | 104 |
|
sl@0 | 105 |
LIBRARY euser.lib |
sl@0 | 106 |
LIBRARY efsrv.lib |
sl@0 | 107 |
LIBRARY bafl.lib |
sl@0 | 108 |
LIBRARY logwrap.lib |
sl@0 | 109 |
LIBRARY edbms.lib |
sl@0 | 110 |
LIBRARY logcli.lib |
sl@0 | 111 |
LIBRARY estor.lib |
sl@0 | 112 |
LIBRARY logcntmodel.lib |
sl@0 | 113 |
LIBRARY centralrepository.lib |
sl@0 | 114 |
LIBRARY ecom.lib |
sl@0 | 115 |
|
sl@0 | 116 |
#ifdef MMPSWITCH_LOGGING_ENABLED |
sl@0 | 117 |
LIBRARY flogger.lib |
sl@0 | 118 |
MACRO LOGGING_ENABLED |
sl@0 | 119 |
#endif |
sl@0 | 120 |
|
sl@0 | 121 |
#ifdef MMPSWITCH_LOGGING_CREATE_LOG_DIRECTORY |
sl@0 | 122 |
MACRO LOGGING_CREATE_LOG_DIRECTORY |
sl@0 | 123 |
#endif |
sl@0 | 124 |
|
sl@0 | 125 |
#ifdef MMPSWITCH_LOGGING_WIPE_ON_BOOT |
sl@0 | 126 |
MACRO LOGGING_WIPE_ON_BOOT |
sl@0 | 127 |
#endif |
sl@0 | 128 |
|
sl@0 | 129 |
UID 0x00000000 0x101f401d |
sl@0 | 130 |
VENDORID 0x70000001 |
sl@0 | 131 |
|
sl@0 | 132 |
SMPSAFE |