mmsharing/mmshengine/tsrc/ut_engine/group/ut_musengine.mmp
changeset 22 496ad160a278
equal deleted inserted replaced
15:ccd8e69b5392 22:496ad160a278
       
     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 
       
    31 MACRO                   UNIT_TESTING
       
    32 EPOCSTACKSIZE		0x14000
       
    33 EPOCHEAPSIZE		0x020000 0x800000
       
    34 
       
    35 // Test suite classes
       
    36 SOURCEPATH              ../src
       
    37 SOURCE                  ut_musenginedllmain.cpp
       
    38 
       
    39 // Defines, stubs and other test helpers
       
    40 SOURCEPATH              ../src
       
    41 SOURCE                  musengstubs.cpp
       
    42 
       
    43 SOURCEPATH              ../../../../../tsrc/sipprofilestub/src
       
    44 SOURCE                  sipstub.cpp
       
    45 SOURCE                  sipprofileregistrybasestub.cpp
       
    46 SOURCE                  sipprofileregistrystub.cpp
       
    47 SOURCE                  sipprofilestub.cpp
       
    48 
       
    49 SOURCEPATH              ../../../../../tsrc/telephonyaudioroutingstub/src
       
    50 SOURCE                  telephonyaudioroutingstub.cpp
       
    51 
       
    52 SOURCEPATH              ../../../../../tsrc/centralrepositorystub/src
       
    53 SOURCE                  centralrepositorystub.cpp
       
    54 
       
    55 SOURCEPATH              ../../../../../tsrc/drmstub/src
       
    56 SOURCE                  drmcommonstub.cpp
       
    57 
       
    58 SOURCEPATH              ../../../../../tsrc/mceclientstub/src
       
    59 SOURCE                  mcecamerasource.cpp
       
    60 SOURCE                  mcemediasource.cpp
       
    61 
       
    62 SOURCEPATH              ../../../../../tsrc/propertystub/src
       
    63 SOURCE		            e32property.cpp
       
    64 
       
    65 SOURCEPATH              ../../../../../tsrc/contactenginestub/src
       
    66 SOURCE		            contactenginestub.cpp
       
    67 
       
    68 // Test classes
       
    69 SOURCEPATH              ../src
       
    70 SOURCE                  ut_musengsessionmanager.cpp
       
    71 SOURCE                  ut_musengmcesession.cpp
       
    72 SOURCE                  ut_musengoutsession.cpp
       
    73 SOURCE                  ut_musenglivesession.cpp
       
    74 SOURCE                  ut_musengclipsession.cpp
       
    75 SOURCE                  ut_musengreceivesession.cpp
       
    76 SOURCE                  ut_musengtwowaysession.cpp
       
    77 SOURCE                  ut_musengtwowayrecvsession.cpp
       
    78 SOURCE                  ut_musengcamerahandler.cpp
       
    79 SOURCE                  ut_musengsipprofilehandler.cpp
       
    80 SOURCE                  ut_musengmceutils.cpp
       
    81 SOURCE                  ut_musengtelephoneutils.cpp
       
    82 SOURCE                  ut_musengsessiondurationtimer.cpp
       
    83 SOURCE                  ut_musenguriparser.cpp
       
    84 SOURCE                  ut_musenglivevideoplayer.cpp
       
    85 SOURCE                  ut_musengremotevideoplayer.cpp
       
    86 SOURCE                  ut_musengclipvideoplayer.cpp
       
    87 SOURCE                  ut_muspropertywatch.cpp
       
    88 
       
    89 // Tested classes
       
    90 SOURCEPATH              ../../../src
       
    91 SOURCE                  musengsessionmanager.cpp
       
    92 SOURCE                  musengmcesession.cpp
       
    93 SOURCE                  musengmceoutsession.cpp
       
    94 SOURCE                  musenglivesession.cpp
       
    95 SOURCE                  musengclipsession.cpp
       
    96 SOURCE                  musengreceivesession.cpp
       
    97 SOURCE                  musengtwowaysession.cpp
       
    98 SOURCE                  musengtwowayrecvsession.cpp
       
    99 SOURCE                  mussipprofilehandler.cpp
       
   100 SOURCE                  musengtelephoneutils.cpp
       
   101 SOURCE                  musengsessiondurationtimer.cpp
       
   102 SOURCE                  musengmceutils.cpp
       
   103 SOURCE                  musenguriparser.cpp
       
   104 SOURCE                  musengcamerahandler.cpp
       
   105 SOURCE                  musengvideoplayerbase.cpp
       
   106 SOURCE                  musenglocalvideoplayer.cpp
       
   107 SOURCE                  musenglivevideoplayer.cpp
       
   108 SOURCE                  musengremotevideoplayer.cpp
       
   109 SOURCE                  musengclipvideoplayer.cpp
       
   110 
       
   111 SOURCEPATH              ../../../../mmshshared/src
       
   112 SOURCE                  muspropertywatch.cpp
       
   113 
       
   114 // Includes
       
   115 
       
   116 USERINCLUDE             ../inc
       
   117 USERINCLUDE             ../../../inc
       
   118 USERINCLUDE             ../../../../mmshshared/inc
       
   119 USERINCLUDE             ../../../../inc
       
   120 USERINCLUDE             ../../../../../inc
       
   121 USERINCLUDE           	../../../../../tsrc/sipprofilestub/inc  
       
   122 USERINCLUDE             ../../../../../tsrc/centralrepositorystub/inc
       
   123 USERINCLUDE             ../../../../../tsrc/propertystub/inc
       
   124 USERINCLUDE             ../../../../../tsrc/telephonyaudioroutingstub/inc
       
   125 
       
   126 // to replace SIP profiles with a stub
       
   127 SYSTEMINCLUDE           ../inc
       
   128 SYSTEMINCLUDE           ../../../../../tsrc/sipprofilestub/inc 
       
   129 // to replace cenrep with a stub
       
   130 SYSTEMINCLUDE           ../../../../../tsrc/centralrepositorystub/inc 
       
   131 // to replace MCE API with a stub
       
   132 SYSTEMINCLUDE           ../../../../../tsrc/mceclientstub/inc 
       
   133 // to replace telephony audio routing with a stub
       
   134 SYSTEMINCLUDE           ../../../../../tsrc/telephonyaudioroutingstub/inc 
       
   135 // to replace DRMCommon with a stub
       
   136 SYSTEMINCLUDE           ../../../../../tsrc/drmstub/inc
       
   137 // to replace RProperty with a stub
       
   138 SYSTEMINCLUDE           ../../../../../tsrc/propertystub/inc
       
   139 // to replace certain parts of contact engine with a stub
       
   140 SYSTEMINCLUDE			../../../../../tsrc/contactenginestub/inc
       
   141 
       
   142 APP_LAYER_SYSTEMINCLUDE
       
   143 SYSTEMINCLUDE           /epoc32/include/ecom
       
   144 SYSTEMINCLUDE           /epoc32/include/platform/digia/EUnit
       
   145 
       
   146 
       
   147 LIBRARY     euser.lib
       
   148 LIBRARY     bafl.lib
       
   149 LIBRARY		phoneclient.lib
       
   150 LIBRARY     eunit.lib
       
   151 LIBRARY     charconv.lib
       
   152 LIBRARY     inetprotutil.lib
       
   153 LIBRARY     sipcodec.lib
       
   154 
       
   155 LIBRARY 	mceclientstub.lib  
       
   156 
       
   157 LIBRARY     cntmodel.lib
       
   158 LIBRARY		estor.lib
       
   159 
       
   160 DEBUGLIBRARY		flogger.lib
       
   161 
       
   162 //EXPORTUNFROZEN
       
   163 
       
   164 // End of file