messagingappbase/smsmtm/clientmtm/group/smcm.mmp
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 27 e4592d119491
child 37 518b245aa84c
child 79 2981cb3aa489
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
     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 //
       
    15 // Description:
       
    16 // smcm.dll SMS Client MTM
       
    17 //
       
    18 
       
    19 
       
    20 
       
    21 /**
       
    22  @file
       
    23 */
       
    24 
       
    25 TARGET        smcm.dll
       
    26 CAPABILITY All -TCB
       
    27 TARGETPATH    /system/libs
       
    28 TARGETTYPE    dll
       
    29 
       
    30 #if defined(WINS)
       
    31 UID    0x10006666 0x1000483B
       
    32 VENDORID 0x70000001
       
    33 #else
       
    34 UID    0x10003C5F 0x1000483B
       
    35 VENDORID 0x70000001
       
    36 #endif
       
    37 
       
    38 VERSION 	10.0
       
    39 PAGED
       
    40 
       
    41 SOURCEPATH	../src
       
    42 SOURCE       	SMCMMAIN.CPP  SMSCLNT.CPP SMUTSET.CPP SMUTHDR.CPP smut.cpp smutsimparam.cpp
       
    43 SOURCE			csmsemailfields.cpp
       
    44 SOURCE		csmssendmessageoperation.cpp
       
    45 SOURCE		csmsaccount.cpp
       
    46 USERINCLUDE 	../inc
       
    47 USERINCLUDE		../../../../../../mw/messagingmw/messagingfw/msgsrvnstore/server/inc
       
    48 APP_LAYER_SYSTEMINCLUDE
       
    49 SYSTEMINCLUDE /epoc32/include/ecom
       
    50 
       
    51 LIBRARY       euser.lib estor.lib bafl.lib etext.lib 
       
    52 LIBRARY	      gsmu.lib msgs.lib  biodb.lib efsrv.lib
       
    53 LIBRARY       cntmodel.lib
       
    54 LIBRARY		commsdat.lib
       
    55 LIBRARY		etelmm.lib
       
    56 
       
    57 LIBRARY		schsend.lib centralrepository.lib
       
    58 
       
    59 START WINS
       
    60 	BASEADDRESS 0x4AB40000
       
    61 	COPY_FOR_STATIC_LINKAGE
       
    62 END
       
    63 
       
    64 
       
    65 
       
    66 // This is the final version of the def-file - removed methods have been
       
    67 // replaced by panicking stub-functions.
       
    68 
       
    69 #ifdef WINSCW
       
    70 DEFFILE		V2_SMCM.DEF
       
    71 #else
       
    72 DEFFILE		v2_smcm.def
       
    73 #endif
       
    74 
       
    75 SMPSAFE
       
    76 
       
    77