email/pop3andsmtpmtm/autosend/group/autosend.mmp
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     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 // autosend.exe Executable that sends email when mail connection for POP/IMAP initiated
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 TARGET			autosend.exe
       
    24 TARGETTYPE		exe
       
    25 
       
    26 CAPABILITY NetworkServices LocalServices ReadUserData WriteUserData
       
    27 
       
    28 
       
    29 UID				0x1000007a 0x1000A402
       
    30 VENDORID 0x70000001
       
    31 SOURCEPATH		../src
       
    32 SOURCE			autosend.cpp
       
    33 USERINCLUDE		../inc ../../clientmtms/inc ../../servermtmutils/inc
       
    34 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 LIBRARY			euser.lib msgs.lib 
       
    36 
       
    37 #include	"../../../../../../mw/messagingmw/messagingfw/msgtests/group/msgopt.mph"
       
    38 
       
    39 // logging is happening
       
    40 //   - in DEBUG mode: always
       
    41 //   - in RELEASE mode, only if _MSG_NO_LOGGING_DEFINE is NOT defined 
       
    42 #ifdef _MSG_NO_LOGGING_DEFINE
       
    43 DEBUGLIBRARY flogger.lib
       
    44 #else
       
    45 LIBRARY flogger.lib
       
    46 #endif
       
    47 
       
    48 SMPSAFE