messagingfw/scheduledsendmtm/schedulesendmtm/group/schsend.mmp
changeset 62 db3f5fa34ec7
parent 0 8e480a14352b
equal deleted inserted replaced
60:9f5ae1728557 62:db3f5fa34ec7
       
     1 // Copyright (c) 1999-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 // schsend.dll Schedule sending utilties & framework
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 #include "../../../msgtests/group/msgopt.mph"
       
    24 
       
    25 TARGET          schsend.dll
       
    26 TARGETTYPE      dll
       
    27 
       
    28 CAPABILITY All -TCB
       
    29 UID      0x10003C5F 0x100056A0
       
    30 VENDORID 0x70000001
       
    31 SOURCEPATH	../src
       
    32 USERINCLUDE     ../inc
       
    33 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 SOURCE          MsvScheduleSend.cpp
       
    35 SOURCE          MsvScheduleSettings.cpp
       
    36 SOURCE		MsvEntryScheduleData.cpp
       
    37 SOURCE		ScheduleBaseServerMtm.cpp
       
    38 SOURCE		MsvSchedulePackage.cpp
       
    39 SOURCE		MsvOffPeakTime.cpp
       
    40 SOURCE		MsvSendErrorAction.cpp
       
    41 SOURCE		MsvScheduledEntry.cpp
       
    42 SOURCE		MsvSysAgentAction.cpp
       
    43 SOURCE     	tmsvschedulesettingsutils.cpp
       
    44 LIBRARY         euser.lib estor.lib efsrv.lib
       
    45 LIBRARY         msgs.lib
       
    46 LIBRARY         schsvr.lib
       
    47 LIBRARY			bafl.lib
       
    48 LIBRARY		centralrepository.lib
       
    49 
       
    50 #ifdef _MSG_NO_LOGGING_DEFINE
       
    51 DEBUGLIBRARY		flogger.lib
       
    52 #else
       
    53 LIBRARY		flogger.lib
       
    54 #endif
       
    55 
       
    56 
       
    57 
       
    58 START WINS
       
    59 	baseaddress     0x4AD40000
       
    60 END
       
    61 
       
    62 
       
    63 
       
    64 // This is the final version of the def-file - removed methods have been
       
    65 // replaced by panicking stub-functions.
       
    66 
       
    67 #ifdef WINSCW
       
    68 DEFFILE		V2_SCHSEND.DEF
       
    69 #else
       
    70 DEFFILE		v2_schsend.def
       
    71 #endif
       
    72 
       
    73 
       
    74 
       
    75 SMPSAFE