mmsharing/mmshengine/tsrc/ut_engine/group/ut_musengine.mmp
changeset 0 f0cf47e981f9
child 11 ff8a573c0e2e
equal deleted inserted replaced
-1:000000000000 0:f0cf47e981f9
       
     1 /*
       
     2 * Copyright (c) 2009 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 #include <platform_paths.hrh>
       
    19 #include <eunitcaps.h>
       
    20 
       
    21 TARGET          ut_musengine.dll
       
    22 TARGETTYPE      dll
       
    23 EPOCALLOWDLLDATA
       
    24 TARGETPATH      /DigiaEUnit/Tests
       
    25 UID             0x1000af5a 0x10282394
       
    26 
       
    27 CAPABILITY              EUNIT_CAPS
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 MACRO                   UNIT_TESTING
       
    31 
       
    32 // Test suite classes
       
    33 SOURCEPATH              ../src
       
    34 SOURCE                  ut_musenginedllmain.cpp
       
    35 
       
    36 // Defines, stubs and other test helpers
       
    37 SOURCEPATH              ../src
       
    38 SOURCE                  musengstubs.cpp
       
    39 
       
    40 SOURCEPATH              ../../../../../tsrc/sipprofilestub/src
       
    41 SOURCE                  sipstub.cpp
       
    42 SOURCE                  sipprofileregistrybasestub.cpp
       
    43 SOURCE                  sipprofileregistrystub.cpp
       
    44 SOURCE                  sipprofilestub.cpp
       
    45 
       
    46 SOURCEPATH              ../../../../../tsrc/telephonyaudioroutingstub/src
       
    47 SOURCE                  telephonyaudioroutingstub.cpp
       
    48 
       
    49 SOURCEPATH              ../../../../../tsrc/centralrepositorystub/src
       
    50 SOURCE                  centralrepositorystub.cpp
       
    51 
       
    52 SOURCEPATH              ../../../../../tsrc/drmstub/src
       
    53 SOURCE                  drmcommonstub.cpp
       
    54 
       
    55 SOURCEPATH              ../../../../../tsrc/mceclientstub/src
       
    56 SOURCE                  mcecamerasource.cpp
       
    57 SOURCE                  mcemediasource.cpp
       
    58 
       
    59 
       
    60 
       
    61 // Test classes
       
    62 SOURCEPATH              ../src
       
    63 SOURCE                  ut_musengsession.cpp
       
    64 SOURCE                  ut_musengmcesession.cpp
       
    65 SOURCE                  ut_musengoutsession.cpp
       
    66 SOURCE                  ut_musenglivesession.cpp
       
    67 SOURCE                  ut_musengclipsession.cpp
       
    68 SOURCE                  ut_musengreceivesession.cpp
       
    69 SOURCE                  ut_musengsipprofilehandler.cpp
       
    70 SOURCE                  ut_musengmceutils.cpp
       
    71 SOURCE                  ut_musengtelephoneutils.cpp
       
    72 SOURCE                  ut_musengsessiondurationtimer.cpp
       
    73 SOURCE                  ut_musenguriparser.cpp
       
    74 
       
    75 // Tested classes
       
    76 SOURCEPATH              ../../../src
       
    77 SOURCE                  musengsession.cpp
       
    78 SOURCE                  musengmcesession.cpp
       
    79 SOURCE                  musengmceoutsession.cpp
       
    80 SOURCE                  musenglivesession.cpp
       
    81 SOURCE                  musengclipsession.cpp
       
    82 SOURCE                  musengreceivesession.cpp
       
    83 SOURCE                  mussipprofilehandler.cpp
       
    84 SOURCE                  musengtelephoneutils.cpp
       
    85 SOURCE                  musengsessiondurationtimer.cpp
       
    86 SOURCE                  musengmceutils.cpp
       
    87 SOURCE                  musenguriparser.cpp
       
    88 
       
    89 // Includes
       
    90 
       
    91 USERINCLUDE             ../inc
       
    92 USERINCLUDE             ../../../inc
       
    93 USERINCLUDE             ../../../../mmshshared/inc
       
    94 USERINCLUDE             ../../../../inc
       
    95 USERINCLUDE             ../../../../../inc
       
    96 USERINCLUDE             ../../../../../tsrc/sipprofilestub/inc
       
    97 USERINCLUDE		../../../../../tsrc/centralrepositorystub/inc
       
    98 
       
    99 // to replace SIP profiles with a stub
       
   100 SYSTEMINCLUDE           ../inc
       
   101 // to replace profile with a stub
       
   102 SYSTEMINCLUDE           ../../../../../tsrc/sipprofilestub/inc 
       
   103 // to replace cenrep with a stub
       
   104 SYSTEMINCLUDE           ../../../../../tsrc/centralrepositorystub/inc 
       
   105 // to replace MCE API with a stub
       
   106 SYSTEMINCLUDE           ../../../../../tsrc/mceclientstub/inc 
       
   107 // to replace telephony audio routing with a stub
       
   108 SYSTEMINCLUDE           ../../../../../tsrc/telephonyaudioroutingstub/inc 
       
   109 // to replace DRMCommon with a stub
       
   110 SYSTEMINCLUDE           ../../../../../tsrc/drmstub/inc
       
   111 
       
   112 #if defined ( APP_LAYER_SYSTEMINCLUDE )
       
   113 APP_LAYER_SYSTEMINCLUDE
       
   114 #else
       
   115 SYSTEMINCLUDE     /epoc32/include
       
   116 #endif
       
   117 
       
   118 LIBRARY     euser.lib
       
   119 LIBRARY     bafl.lib
       
   120 LIBRARY		phoneclient.lib
       
   121 LIBRARY     eunit.lib
       
   122 LIBRARY     charconv.lib
       
   123 LIBRARY     inetprotutil.lib
       
   124 LIBRARY     sipcodec.lib
       
   125 LIBRARY     efsrv.lib
       
   126 LIBRARY 	mceclientstub.lib  
       
   127 
       
   128 DEBUGLIBRARY		flogger.lib
       
   129 
       
   130 //EXPORTUNFROZEN
       
   131 
       
   132 // End of file