rtp/rtpstack/group/rtpservice.mmp
changeset 0 307788aac0a8
child 56 2c7192069824
equal deleted inserted replaced
-1:000000000000 0:307788aac0a8
       
     1 /*
       
     2 * Copyright (c) 2002 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:    RTP (Real-time Transport Protocol) library
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 //print to file
       
    23 //MACRO RTP_OUTPUT_TO_FILE
       
    24 
       
    25 TARGET          rtpservice.dll
       
    26 TARGETTYPE      dll
       
    27 
       
    28 // Bigger than default stack size is required because of  
       
    29 // heavy logging in debug mode 
       
    30 EPOCSTACKSIZE 0x5000
       
    31 
       
    32 
       
    33 UID             0x1000008d 0x101F85CF
       
    34 VENDORID        VID_DEFAULT
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 
       
    38 SOURCE          rtpapi.cpp 
       
    39 SOURCE          rtpmanager.cpp
       
    40 SOURCE          rtpsession.cpp
       
    41 SOURCE			rtpsessionsrtp.cpp
       
    42 SOURCE          rtputil.cpp
       
    43 SOURCE          rtptimer.cpp
       
    44 SOURCE          rtpsdes.cpp
       
    45 SOURCE          rtppacket.cpp
       
    46 SOURCE	        localaddrresolver.cpp
       
    47 SOURCE          rtppacketparam.cpp
       
    48 SOURCE          rtpstream.cpp
       
    49 SOURCE          rtprecvstream.cpp
       
    50 SOURCE          rtptranstream.cpp
       
    51 
       
    52 SOURCE          rtpcomm.cpp
       
    53 SOURCE          rtpcommsend.cpp
       
    54 SOURCE          rtpcommrecv.cpp
       
    55 SOURCE			rtpsenditem.cpp
       
    56 
       
    57 USERINCLUDE     ../inc
       
    58 
       
    59 MW_LAYER_SYSTEMINCLUDE
       
    60 
       
    61 LIBRARY         euser.lib     
       
    62 LIBRARY			insock.lib
       
    63 LIBRARY			esock.lib
       
    64 LIBRARY			commdb.lib
       
    65 LIBRARY			efsrv.lib
       
    66 LIBRARY			srtp.lib 
       
    67 LIBRARY			charconv.lib
       
    68 
       
    69 CAPABILITY      CAP_GENERAL_DLL
       
    70 
       
    71 // EXPORTUNFROZEN
       
    72 
       
    73 // End of File