rtp/rtpstack/tsrc/ut_rtpstack/group/TestRTPService.mmp
changeset 0 307788aac0a8
child 56 2c7192069824
equal deleted inserted replaced
-1:000000000000 0:307788aac0a8
       
     1 /*
       
     2 * Copyright (c) 2004 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:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <eunitcaps.h>
       
    22 
       
    23 TARGET          testrtpservice.dll
       
    24 TARGETTYPE      dll
       
    25 TARGETPATH      /digiaeunit/tests
       
    26 
       
    27 
       
    28 
       
    29 UID             0x1000af5a 0x01700000
       
    30 
       
    31 MACRO           EUNIT_TESTING
       
    32 MACRO           RTP_UNIT_TEST_COVERAGE
       
    33 
       
    34 CAPABILITY      EUNIT_CAPS
       
    35 
       
    36 
       
    37 VENDORID                VID_DEFAULT
       
    38 
       
    39 
       
    40 SOURCEPATH          ../src
       
    41 SOURCE              TestRTPServiceDllMain.cpp
       
    42 SOURCE              UT_CLocalAddrResolver.cpp
       
    43 SOURCE              UT_CRtpAPI.cpp // Added by EUnit Wizard
       
    44 SOURCE              UT_CRtpComm.cpp // Added by EUnit Wizard
       
    45 SOURCE              UT_CRtpCommRecv.cpp // Added by EUnit Wizard
       
    46 SOURCE              UT_CRtpCommSend.cpp // Added by EUnit Wizard
       
    47 SOURCE              UT_CRtpManager.cpp // Added by EUnit Wizard
       
    48 SOURCE              UT_CRtpPacket.cpp // Added by EUnit Wizard
       
    49 SOURCE              UT_CRtpRecvStream.cpp // Added by EUnit Wizard
       
    50 SOURCE              UT_CRtpSDES.cpp // Added by EUnit Wizard
       
    51 SOURCE              UT_CRtpSendItem.cpp // Added by EUnit Wizard
       
    52 SOURCE              UT_CRtpSession.cpp // Added by EUnit Wizard
       
    53 SOURCE              UT_CRtpStream.cpp // Added by EUnit Wizard
       
    54 SOURCE              UT_CRtpTimer.cpp // Added by EUnit Wizard
       
    55 SOURCE              UT_CRtpTranStream.cpp // Added by EUnit Wizard
       
    56 SOURCE              UT_CRtpStpPacket.cpp // Added by EUnit Wizard
       
    57 SOURCE              UT_TRtpHeaderExtension.cpp // Added by EUnit Wizard
       
    58 SOURCE              UT_TRtpSendHeader.cpp // Added by EUnit Wizard
       
    59 SOURCE              UT_TRtpRecvHeader.cpp // Added by EUnit Wizard
       
    60 SOURCE              UT_TRtpUtil.cpp // Added by EUnit Wizard
       
    61 SOURCE              UT_CRtpSessionSRTP.cpp // Added by EUnit Wizard
       
    62 
       
    63 
       
    64 SOURCEPATH          ../stubs/src
       
    65 SOURCE		    esock_stubs.cpp 
       
    66 
       
    67 
       
    68 // Sources needed by the test
       
    69 SOURCEPATH          ../../../src
       
    70 SOURCE              localaddrresolver.cpp
       
    71 SOURCE              rtpapi.cpp // Added by EUnit Wizard
       
    72 SOURCE              rtpsdes.cpp // Added by EUnit Wizard
       
    73 SOURCE              rtpstream.cpp // Added by EUnit Wizard
       
    74 SOURCE              rtpsenditem.cpp // Added by EUnit Wizard
       
    75 SOURCE              rtpsession.cpp // Added by EUnit Wizard
       
    76 SOURCE				rtpsessionsrtp.cpp
       
    77 SOURCE              rtputil.cpp // Added by EUnit Wizard
       
    78 SOURCE              rtprecvstream.cpp // Added by EUnit Wizard
       
    79 SOURCE              rtppacket.cpp // Added by EUnit Wizard
       
    80 SOURCE              rtptimer.cpp // Added by EUnit Wizard
       
    81 SOURCE              rtpcommsend.cpp // Added by EUnit Wizard
       
    82 SOURCE              rtppacketparam.cpp // Added by EUnit Wizard
       
    83 SOURCE              rtpcommrecv.cpp // Added by EUnit Wizard
       
    84 SOURCE              rtptranstream.cpp // Added by EUnit Wizard
       
    85 SOURCE              rtpcomm.cpp // Added by EUnit Wizard
       
    86 SOURCE              rtpmanager.cpp // Added by EUnit Wizard
       
    87 SOURCE              rtpstppacket.cpp // Added by EUnit Wizard
       
    88 
       
    89 
       
    90 
       
    91 USERINCLUDE         ../inc
       
    92 USERINCLUDE         ../stubs/inc
       
    93 USERINCLUDE         ../../../inc
       
    94 
       
    95 MW_LAYER_SYSTEMINCLUDE
       
    96 
       
    97 LIBRARY         	cone.lib
       
    98 LIBRARY         	rtpservice.lib
       
    99 LIBRARY                 commdb.lib
       
   100 LIBRARY                 efsrv.lib
       
   101 LIBRARY                 eunit.lib
       
   102 LIBRARY                 euser.lib
       
   103 LIBRARY                 insock.lib
       
   104 LIBRARY             	srtp.lib
       
   105 LIBRARY                 cryptography.lib
       
   106 LIBRARY                 hash.lib
       
   107 LIBRARY			rtpstppacket.lib
       
   108 LIBRARY			charconv.lib
       
   109 
       
   110 // End of file