realtimenetprots/rtp/rtpcore/group/rtpcore.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 // rtpcore.dll Realtime Transport Protocol
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 MACRO LOG_TO_DEBUGOUT
       
    23 
       
    24 TARGET rtpcore.dll
       
    25 
       
    26 TARGETTYPE dll
       
    27 
       
    28 UID         0x1000008d 0x20023C45
       
    29 
       
    30 VENDORID 0x70000001
       
    31 
       
    32 USERINCLUDE ../inc
       
    33 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 
       
    35 
       
    36 SOURCEPATH ../src
       
    37 
       
    38 SOURCE   rtpcontrollerbase.cpp
       
    39 SOURCE   rtpcollisionmng.cpp
       
    40 SOURCE   rtpcontroller.cpp
       
    41 SOURCE   rtpsock.cpp
       
    42 SOURCE   rtpsourceentry.cpp
       
    43 SOURCE   rtpstatemachine.cpp
       
    44 SOURCE   rtpudphandler.cpp
       
    45 SOURCE   rtpbthandler.cpp
       
    46 SOURCE   rtputils.cpp
       
    47 SOURCE	 rtcppacket.cpp
       
    48 SOURCE	 rtcpsender.cpp
       
    49 SOURCE	 rtcpsessiondata.cpp
       
    50 SOURCE   rtpcontrollerdummy.cpp
       
    51 SOURCE   rtphandlerbase.cpp
       
    52 // RTPAPI
       
    53 SOURCE   rtpapi.cpp
       
    54 
       
    55 
       
    56 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    57 
       
    58 
       
    59 LIBRARY	                euser.lib esock.lib insock.lib random.lib bluetooth.lib commsfw.lib
       
    60 LIBRARY	                hal.lib
       
    61 DEBUGLIBRARY            flogger.lib
       
    62 
       
    63 // Core RTP
       
    64 CAPABILITY ALL -TCB
       
    65 SMPSAFE