realtimenetprots/rtp/rtpcore/test/trtpsocket/group/trtpsocket.mmp
changeset 0 307788aac0a8
child 37 0295359a7673
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 // trtpsocket.exe Application for testing RTP internal APIs, unit tests
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 #if (defined WINS && !defined EKA2)
       
    23 TARGET      trtpsocket.dll
       
    24 TARGETTYPE  dll
       
    25 #else
       
    26 TARGET      trtpsocket.exe
       
    27 TARGETTYPE  exe
       
    28 #endif
       
    29 
       
    30 UID         0x1000008d 0x10201C95
       
    31 
       
    32 SOURCEPATH		../src
       
    33 SOURCE      	trtpcoreserver.cpp
       
    34 SOURCE          trtpcorestep.cpp
       
    35 
       
    36 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
    37 SOURCE			trtpsock_utils.cpp
       
    38 #endif
       
    39 
       
    40 
       
    41 // core RTP
       
    42 SOURCEPATH      ../../../src
       
    43 SOURCE          rtpcollisionmng.cpp
       
    44 SOURCE          rtpcontroller.cpp
       
    45 SOURCE          rtpcontrollerbase.cpp
       
    46 SOURCE          rtpsock.cpp
       
    47 SOURCE          rtpsourceentry.cpp
       
    48 SOURCE          rtpstatemachine.cpp
       
    49 SOURCE          rtpudphandler.cpp
       
    50 SOURCE          rtpbthandler.cpp
       
    51 SOURCE          rtputils.cpp
       
    52 // RTCP
       
    53 SOURCE		rtcppacket.cpp
       
    54 SOURCE		rtcpsender.cpp
       
    55 SOURCE		rtcpsessiondata.cpp
       
    56 // RTPAPI
       
    57 SOURCE   rtpapi.cpp rtpcontrollerdummy.cpp rtphandlerbase.cpp
       
    58 
       
    59 USERINCLUDE		../../../inc
       
    60 USERINCLUDE		../../../src
       
    61 
       
    62 
       
    63 SYSTEMINCLUDE /epoc32/include
       
    64 SYSTEMINCLUDE /epoc32/include/comms-infras
       
    65 SYSTEMINCLUDE /epoc32/include/test
       
    66 SYSTEMINCLUDE /epoc32/include/libc
       
    67 
       
    68 
       
    69 
       
    70 
       
    71 
       
    72 LIBRARY     euser.lib testexecuteutils.lib esock.lib insock.lib
       
    73 LIBRARY		testexecutelogclient.lib netmeta.lib
       
    74 LIBRARY		estlib.lib random.lib hal.lib bluetooth.lib
       
    75 LIBRARY 	nodemessages.lib
       
    76 //LIBRARY			efsrv.lib
       
    77 DEBUGLIBRARY			flogger.lib 
       
    78 //LIBRARY			bafl.lib
       
    79 
       
    80 //CAPABILITY ALL -TCB
       
    81 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    82 SMPSAFE