mobilemessaging/smsmtm/clientmtm/group/smcm.mmp
changeset 0 72b543305e3a
child 34 84197e66a4bd
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     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 SOURCEPATH	../src
       
    39 SOURCE       	SMCMMAIN.CPP  SMSCLNT.CPP SMUTSET.CPP SMUTHDR.CPP smut.cpp smutsimparam.cpp
       
    40 SOURCE			csmsemailfields.cpp
       
    41 SOURCE		csmssendmessageoperation.cpp
       
    42 SOURCE		csmsaccount.cpp
       
    43 USERINCLUDE 	../inc
       
    44 USERINCLUDE		../../../../../../mw/messagingmw/messagingfw/msgsrvnstore/server/inc
       
    45 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    46 
       
    47 LIBRARY       euser.lib estor.lib bafl.lib etext.lib 
       
    48 LIBRARY	      gsmu.lib msgs.lib cntmodel.lib biodb.lib efsrv.lib
       
    49 LIBRARY		commsdat.lib
       
    50 LIBRARY		etelmm.lib
       
    51 
       
    52 LIBRARY		schsend.lib centralrepository.lib
       
    53 
       
    54 START WINS
       
    55 	BASEADDRESS 0x4AB40000
       
    56 	COPY_FOR_STATIC_LINKAGE
       
    57 END
       
    58 
       
    59 
       
    60 
       
    61 // This is the final version of the def-file - removed methods have been
       
    62 // replaced by panicking stub-functions.
       
    63 
       
    64 #ifdef WINSCW
       
    65 DEFFILE		V2_SMCM.DEF
       
    66 #else
       
    67 DEFFILE		v2_smcm.def
       
    68 #endif
       
    69 
       
    70 SMPSAFE
       
    71 
       
    72