serviceproviders/sapi_messaging/tsrc/dev/tmessagingtest/tmsg_sendmessageiter1/group/tmsg_sendmessageiter1.mmp
changeset 19 989d2f495d90
child 22 fc9cf246af83
equal deleted inserted replaced
14:a36b1e19a461 19:989d2f495d90
       
     1 /*
       
     2 * Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <bldvariant.hrh>
       
    23 
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 MW_LAYER_SYSTEMINCLUDE
       
    27 
       
    28 TARGET          tmsg_sendmessageiter1.dll
       
    29 TARGETTYPE      dll
       
    30 UID             0x1000008D 0xE01FB709
       
    31 
       
    32 #if defined(EKA2)
       
    33 CAPABILITY      ALL -TCB
       
    34 #endif
       
    35 
       
    36 //TARGETPATH      ?target_path
       
    37 DEFFILE         tmsg_sendmessageiter1.def
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 SOURCE          sendmessage.cpp
       
    41 SOURCE          send_messageblocks.cpp
       
    42 SOURCE					sendmessage1.cpp
       
    43 SOURCE          sendmessage2.cpp
       
    44 SOURCE          sendmessage3.cpp
       
    45 SOURCE          sendmessage4.cpp
       
    46 SOURCE          sendmessage5.cpp
       
    47 SOURCE          sendmessage6.cpp
       
    48 SOURCE          sendmessage7.cpp
       
    49 SOURCE          sendmessage8.cpp
       
    50 SOURCE          sendmessage9.cpp
       
    51 SOURCE          sendmessage10.cpp
       
    52 
       
    53 
       
    54 //RESOURCE        resource_file
       
    55 //RESOURCE        resource_file2
       
    56 
       
    57 USERINCLUDE     ../inc 
       
    58 
       
    59 
       
    60 
       
    61 LIBRARY         euser.lib
       
    62 LIBRARY         stiftestinterface.lib
       
    63 LIBRARY         messagingservice.lib
       
    64 LIBRARY	     	bafl.lib 	
       
    65 LIBRARY           efsrv.lib
       
    66 LIBRARY           msgs.lib
       
    67 
       
    68 LANG            SC
       
    69 
       
    70 
       
    71 // End of File