loggingservices/eventlogger/group/LOGCLI.MMP
changeset 0 08ec8eefde2f
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // logcli.dll Log engine, to be included in ROM only if logwrap.dll is included
       
    15 // logcli.rsc Resource definitions for log engine
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 #include "LogEng.cfg"
       
    24 
       
    25 TARGET				logcli.dll
       
    26 CAPABILITY 			All -Tcb
       
    27 TARGETTYPE			dll
       
    28 UID					0x1000008d		0x10005343
       
    29 VENDORID 			0x70000001
       
    30 
       
    31 SMPSAFE
       
    32 //CodeWarrior compilation options - disable the "illegal pragma" warning
       
    33 OPTION CW -w noillpragmas
       
    34 
       
    35 SOURCEPATH			.
       
    36 DOCUMENT			LogEng.cfg
       
    37 
       
    38 SOURCEPATH			../LogCli/src
       
    39 SOURCE				LOGTYPE.CPP
       
    40 SOURCE				LOGCLI.CPP
       
    41 SOURCE				LOGDLL.CPP
       
    42 SOURCE				LOGFILT.CPP
       
    43 SOURCE				logpackage.cpp
       
    44 SOURCE				LOGVIEW.CPP
       
    45 SOURCE				LogViewObserver.cpp
       
    46 
       
    47 SOURCE				LogChangeDefinition.cpp
       
    48 SOURCE				logservcli.cpp
       
    49 SOURCE				logclientop.cpp
       
    50 SOURCE				LogClientObserver.cpp
       
    51 SOURCE				LogClientChangeObserver.cpp
       
    52 
       
    53 SOURCE				LogViewWindow.cpp
       
    54 SOURCE				LogViewWindowFetcher.cpp
       
    55 SOURCE				LogViewWindowLockObserver.cpp
       
    56 SOURCE				LogViewWindowChangeObserver.cpp
       
    57 
       
    58 SOURCE				LogCliServerShared.cpp
       
    59 
       
    60 USERINCLUDE			../LogCli/inc
       
    61 USERINCLUDE			../logcntmodel/inc
       
    62 USERINCLUDE			../Shared
       
    63 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    64 
       
    65 LIBRARY				euser.lib
       
    66 LIBRARY				logwrap.lib
       
    67 LIBRARY				bafl.lib
       
    68 LIBRARY				estor.lib
       
    69 
       
    70 START WINS
       
    71    BASEADDRESS 0x4AD80000
       
    72 END
       
    73 
       
    74 #ifdef MMPSWITCH_LOGGING_ENABLED
       
    75 LIBRARY				flogger.lib
       
    76 LIBRARY				efsrv.lib
       
    77 MACRO				LOGGING_ENABLED
       
    78 #endif
       
    79 
       
    80 #ifdef MMPSWITCH_LOGGING_CREATE_LOG_DIRECTORY
       
    81 MACRO				LOGGING_CREATE_LOG_DIRECTORY
       
    82 #endif
       
    83 
       
    84 #ifdef MMPSWITCH_LOGGING_WIPE_ON_BOOT
       
    85 MACRO				LOGGING_WIPE_ON_BOOT
       
    86 #endif
       
    87 
       
    88