realtimenetprots/rtp/shimrtp/test/trtp/group/trtp.mmp
changeset 0 307788aac0a8
child 19 b5e99d8877c7
equal deleted inserted replaced
-1:000000000000 0:307788aac0a8
       
     1 // Copyright (c) 2005-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 // trtp.exe Application for testing RTP APIs, unit tests using loopback
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 #if (defined WINS && !defined EKA2)
       
    23 TARGET      trtp.dll
       
    24 TARGETTYPE  dll
       
    25 UID         0x1000008d 0x101FACF7
       
    26 VENDORID 0x10202901
       
    27 #else
       
    28 TARGET      trtp.exe
       
    29 TARGETTYPE  exe
       
    30 UID         0x1000008d 0x101FACF7
       
    31 VENDORID 0x10202901
       
    32 #endif
       
    33 
       
    34 SOURCEPATH  ../src
       
    35 SOURCE		trtpserver.cpp
       
    36 SOURCE		trtpstep.cpp	
       
    37 
       
    38 
       
    39 SYSTEMINCLUDE /epoc32/include/comms-infras
       
    40 SYSTEMINCLUDE /epoc32/include
       
    41 SYSTEMINCLUDE /epoc32/include/test
       
    42 SYSTEMINCLUDE /epoc32/include/libc
       
    43 
       
    44 
       
    45 LIBRARY     euser.lib estlib.lib
       
    46 LIBRARY		testexecuteutils.lib testexecutelogclient.lib
       
    47 LIBRARY		efsrv.lib 
       
    48 LIBRARY		rtp.lib netmeta.lib
       
    49 LIBRARY		esock.lib insock.lib
       
    50 LIBRARY		commdb.lib
       
    51 LIBRARY 	nodemessages.lib
       
    52 
       
    53 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    54 
       
    55 SMPSAFE