messagingfw/scheduledsendmtm/schedulesendexe/group/SchSendExe.mmp
changeset 0 8e480a14352b
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 // Copyright (c) 2004-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 // schsendexe.exe Executable that launches sending server MTM
       
    15 // 
       
    16 //
       
    17 /**
       
    18  @file
       
    19 */
       
    20 
       
    21 
       
    22 #include "../../../msgtests/group/msgopt.mph"
       
    23 
       
    24 	target          schsendexe.exe
       
    25 	targettype      exe
       
    26 
       
    27 CAPABILITY ReadDeviceData NetworkServices LocalServices ReadUserData WriteUserData WriteDeviceData
       
    28 
       
    29 
       
    30 	UID      0x1000008C 0x100056A1
       
    31 
       
    32 SOURCEPATH	../src
       
    33 userinclude     ../inc
       
    34 // MW_LAYER_SYSTEMINCLUDE_SYMBIAN Illegal dependency on miutset.h in App layer. Needs to be fixed
       
    35 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 
       
    37 source          SchSendExe.cpp SchSendExeActive.cpp
       
    38 library         euser.lib
       
    39 library         msgs.lib
       
    40 library         schsvr.lib
       
    41 library         efsrv.lib estor.lib
       
    42 library			schsend.lib
       
    43 LIBRARY		centralrepository.lib
       
    44 
       
    45 // if we have no logging in release mode then flogger.lib is a debug only
       
    46 // library, otherwise it is used in release and debug
       
    47 #ifdef _MSG_NO_LOGGING_DEFINE
       
    48 DEBUGLIBRARY		flogger.lib
       
    49 #else
       
    50 LIBRARY		flogger.lib
       
    51 #endif
       
    52 
       
    53 VENDORID 0x70000001
       
    54 
       
    55 
       
    56 SMPSAFE