mmshplugins/mmshsipcrplugin/tsrc/ut_sipcrplugin/group/ut_sipcrplugin.mmp
changeset 22 496ad160a278
equal deleted inserted replaced
15:ccd8e69b5392 22:496ad160a278
       
     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 #include <platform_paths.hrh>
       
    20 #include <eunitcaps.h>
       
    21 
       
    22 TARGET                  ut_sipcrplugin.dll
       
    23 TARGETTYPE              dll
       
    24 EPOCALLOWDLLDATA
       
    25 TARGETPATH              /DigiaEUnit/Tests
       
    26 UID                     0x1000af5a 0x01700a21
       
    27 
       
    28 CAPABILITY              EUNIT_CAPS
       
    29 VENDORID                VID_DEFAULT
       
    30 
       
    31 MACRO                   UNIT_TESTING
       
    32 
       
    33 SOURCEPATH              ../src
       
    34 SOURCE                  ut_mussipcrplugindllmain.cpp
       
    35 SOURCE                  mussipcrplugintest.cpp
       
    36 
       
    37 SOURCEPATH              ../../../src
       
    38 SOURCE                  mussipcrplugin.cpp
       
    39 SOURCE                  mussipcrpluginmain.cpp
       
    40 
       
    41 SOURCEPATH              ../../../../../tsrc/musmanagerstub/src
       
    42 SOURCE    		          musmanagerstub.cpp
       
    43 
       
    44 SOURCEPATH              ../../../../../tsrc/multimediasharingsettingsstub/src
       
    45 SOURCE                  mussettings.cpp
       
    46 
       
    47 USERINCLUDE             ../../../../../tsrc/multimediasharingsettingsstub/inc 
       
    48 USERINCLUDE             ../inc
       
    49 USERINCLUDE             ../../../inc
       
    50 USERINCLUDE             ../../../../../inc
       
    51 USERINCLUDE             ../../../../../tsrc/musmanagerstub/inc
       
    52 
       
    53 APP_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 LIBRARY                 connmon.lib           
       
    56 LIBRARY                 ecom.lib                
       
    57 LIBRARY                 eunit.lib
       
    58 LIBRARY                 euser.lib
       
    59 LIBRARY                 flogger.lib 
       
    60 LIBRARY                 sipclient.lib      // SIP Client API
       
    61 LIBRARY                 sipprofilecli.lib  // SIP Profile Agent Client API
       
    62 LIBRARY                 sipcodec.lib       // SIP Codec
       
    63 LIBRARY					sdpcodec.lib       // SDP Codec
       
    64 LIBRARY                 bafl.lib           // Basic Application Framework Library
       
    65 
       
    66 
       
    67 EXPORTUNFROZEN
       
    68 
       
    69 // End of file