messagingappbase/smsmtm/servermtm/group/smss.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 // smss.dll SMS Server MTM
       
    15 // smss.rsc SMS Server MTM resource defining error actions
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 #include "../../../../../../mw/messagingmw/messagingfw/msgtests/group/msgopt.mph"
       
    25 
       
    26 TARGET		smss.dll
       
    27 CAPABILITY ReadDeviceData WriteDeviceData ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    28 TARGETPATH	/system/libs
       
    29 TARGETTYPE	dll
       
    30 
       
    31 #if defined(WINS)
       
    32 UID	0x10003C5E 0x10003C72
       
    33 VENDORID 0x70000001
       
    34 #else
       
    35 UID	0x10003C5E 0x10003C72
       
    36 VENDORID 0x70000001
       
    37 #endif
       
    38 
       
    39 VERSION 	10.0
       
    40 PAGED
       
    41 
       
    42 SOURCEPATH	../src
       
    43 USERINCLUDE	../inc 
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 SYSTEMINCLUDE /epoc32/include/ecom
       
    46 
       
    47 #if (defined SYMBIAN_USER_PROMPT_SERVICE)
       
    48 #endif
       
    49 
       
    50 SOURCE		SMSSMAIN.CPP
       
    51 SOURCE		SMSSSEND.CPP
       
    52 SOURCE		SMSSOUTB.CPP
       
    53 SOURCE		SMSSERV.CPP
       
    54 SOURCE		SMSSchSend.cpp
       
    55 SOURCE		SMSSendSession.cpp
       
    56 SOURCE		SMSRecipientSend.cpp
       
    57 SOURCE		TextRecipientSend.cpp
       
    58 SOURCE		WapRecipientSend.cpp
       
    59 SOURCE		smssactive.cpp
       
    60 SOURCE		SmssSimUtils.cpp
       
    61 
       
    62 LIBRARY		euser.lib
       
    63 LIBRARY		etext.lib
       
    64 LIBRARY		c32.lib
       
    65 LIBRARY		smcm.lib
       
    66 LIBRARY		msgs.lib
       
    67 LIBRARY		gsmu.lib
       
    68 LIBRARY		esock.lib
       
    69 LIBRARY		estor.lib
       
    70 LIBRARY		smsu.lib
       
    71 LIBRARY		biodb.lib
       
    72 LIBRARY		bifu.lib
       
    73 LIBRARY		etelmm.lib
       
    74 LIBRARY		centralrepository.lib
       
    75 LIBRARY		ecom.lib 
       
    76 
       
    77 #if (defined SYMBIAN_USER_PROMPT_SERVICE)
       
    78 LIBRARY upsclient.lib
       
    79 #endif
       
    80 
       
    81 #ifdef WINSCW
       
    82 DEFFILE 	SMSS.DEF
       
    83 #else
       
    84 DEFFILE		smss.DEF
       
    85 #endif
       
    86 
       
    87 #ifdef _MSG_NO_LOGGING_DEFINE
       
    88 DEBUGLIBRARY		flogger.lib
       
    89 #else
       
    90 LIBRARY		flogger.lib
       
    91 #endif
       
    92 
       
    93 LIBRARY		schsend.lib
       
    94 
       
    95 SOURCEPATH	.
       
    96 START RESOURCE	SMSS.rss
       
    97 TARGETPATH resource/messaging
       
    98 LANG	SC
       
    99 HEADER
       
   100 END
       
   101 
       
   102 START WINS
       
   103    BASEADDRESS 0x4AB20000
       
   104 END
       
   105 
       
   106 SMPSAFE