messagingfw/watcherfw/group/watcher.mmp
changeset 0 8e480a14352b
child 28 10ce313e5859
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 // Copyright (c) 2000-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 // watcher.exe Executable to start watchers
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 #include "../../msgtests/group/msgopt.mph"
       
    23 TARGET			watcher.exe
       
    24 TARGETTYPE		exexp
       
    25 
       
    26 CAPABILITY ReadDeviceData WriteDeviceData NetworkServices LocalServices ReadUserData WriteUserData 
       
    27 UID		0x1000008c 0x1020D684
       
    28 TARGETPATH		system/libs
       
    29 SOURCEPATH		../src
       
    30 SOURCE			watcher.cpp watcherlog.cpp  watcherwait.cpp
       
    31 USERINCLUDE		../inc
       
    32 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 LIBRARY			euser.lib efsrv.lib bafl.lib msgs.lib
       
    34 
       
    35 SOURCEPATH		../src
       
    36 SOURCE			cwatcherlauncher.cpp cwatcherssastartupmgr.cpp
       
    37 
       
    38 LIBRARY			ecom.lib domaincli.lib
       
    39 
       
    40 #ifdef WINS
       
    41 START WINS
       
    42 	WIN32_LIBRARY	kernel32.lib
       
    43 	WIN32_LIBRARY	user32.lib
       
    44 END
       
    45 #endif
       
    46 
       
    47 #ifdef _MSG_NO_LOGGING_DEFINE
       
    48 DEBUGLIBRARY flogger.lib
       
    49 #else
       
    50 LIBRARY flogger.lib
       
    51 #endif
       
    52 
       
    53 DEFFILE		V2_WATCHER.DEF
       
    54 
       
    55 VENDORID 0x70000001
       
    56 
       
    57 SMPSAFE