cellularsrvapitest/telephonyhaitest/etelmm/group/t_etelmm.mmp
changeset 0 3553901f7fa8
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 /*
       
     2 * Copyright (c) 2005-2009 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 "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:
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 OS_LAYER_SYSTEMINCLUDE
       
    20 
       
    21 TARGET			t_etelmm.exe
       
    22 TARGETTYPE		exe
       
    23 UID				0x102863E1 0x200041CC
       
    24 VENDORID		0x70000001
       
    25 
       
    26 capability		All -Tcb
       
    27 
       
    28 SOURCEPATH		../src
       
    29 SOURCE 			t_etelmmserver.cpp 
       
    30 SOURCE			t_rmobileconferencecalldata.cpp 
       
    31 SOURCE			t_rmobilelinedata.cpp 
       
    32 SOURCE			t_rmmcustomapidata.cpp 
       
    33 SOURCE			t_rtelserverdata.cpp
       
    34 SOURCE			t_rmobilephonedata.cpp
       
    35 SOURCE			t_rmobilecalldata.cpp
       
    36 
       
    37 SOURCEPATH 		../../common/src
       
    38 SOURCE 	    	datawrapperbase.cpp 
       
    39 
       
    40 
       
    41 USERINCLUDE		../inc
       
    42 USERINCLUDE		../../common/inc 
       
    43 
       
    44 SYSTEMINCLUDE	/epoc32/include
       
    45 SYSTEMINCLUDE	/epoc32/include/test
       
    46 SYSTEMINCLUDE	/epoc32/include/kernel
       
    47 SYSTEMINCLUDE   /epoc32/include/internal   
       
    48 
       
    49 LIBRARY			euser.lib
       
    50 LIBRARY			efsrv.lib
       
    51 LIBRARY			testexecuteutils.lib
       
    52 LIBRARY			testexecutelogclient.lib
       
    53 LIBRARY			iniparser.lib
       
    54 LIBRARY         ecom.lib
       
    55 LIBRARY         etel.lib              // ETel
       
    56 LIBRARY         etelmm.lib            // ETel
       
    57 LIBRARY         commdb.lib            // CommsDat
       
    58 LIBRARY         customapi.lib         // RMMCustomAPI
       
    59 LIBRARY         esock.lib             // ESock
       
    60 LIBRARY         etelpckt.lib          // RPacketService
       
    61 LIBRARY         hash.lib
       
    62 LIBRARY 		dsclient.lib
       
    63 
       
    64 
       
    65 SMPSAFE