realtimenetprots/rtp/shimrtp/test/rtpfilestreamer/group/rtpfilestreamer.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 // rtpfilestreamer.exe Application for basic file send,receive using rtp
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 TARGET		rtpfilestreamer.exe
       
    23 TARGETTYPE	EXE
       
    24 VENDORID 0x70000001
       
    25 
       
    26 SOURCEPATH	../src
       
    27 SOURCE		rtpfilestreamer.cpp
       
    28 SOURCE		demoapp.cpp
       
    29 
       
    30 USERINCLUDE	../inc
       
    31 SYSTEMINCLUDE	/epoc32/include
       
    32 LIBRARY		euser.lib
       
    33 LIBRARY		esock.lib
       
    34 LIBRARY		insock.lib
       
    35 LIBRARY		commdb.lib
       
    36 LIBRARY		rtp.lib
       
    37 LIBRARY     efsrv.lib
       
    38 LIBRARY		bafl.lib 
       
    39 LIBRARY 	nodemessages.lib
       
    40 
       
    41 SMPSAFE