photosgallery/slideshow/engine/tsrc/group/t_cshwslideshowengine.mmp
branchRCL_3
changeset 24 ea65f74e6de4
parent 23 b023a8d2866a
child 25 8e5f6eea9c9f
equal deleted inserted replaced
23:b023a8d2866a 24:ea65f74e6de4
     1 /*
       
     2 * Copyright (c) 2007-2007 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:  Slideshow engine build file for test
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include        <platform_paths.hrh>
       
    21 #include "../../../../group/glxbuildcommon.mmh"
       
    22 
       
    23 TARGET          t_cshwslideshowengine.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000af5a 0x01700000
       
    26 
       
    27 CAPABILITY              ALL -TCB
       
    28 
       
    29 // test code
       
    30 SOURCEPATH              ../t_cshwslideshowengine
       
    31 SOURCE                  t_cshwslideshowengine.cpp
       
    32 SOURCE                  t_cshwslideshowengine_dllmain.cpp
       
    33 
       
    34 // stubs for code under test
       
    35 SOURCEPATH              ../stubs
       
    36 SOURCE                  tmglxvisuallist_adapter.cpp
       
    37 SOURCE                  tmshweventobserver_adapter.cpp
       
    38 SOURCE                  stub_tglxlayoutsplitter.cpp
       
    39 SOURCE                  stub_glxfetchcontexts.cpp
       
    40 
       
    41 // code under test
       
    42 SOURCEPATH              ../../controlsrc
       
    43 SOURCE                  shwevent.cpp
       
    44 SOURCE                  shweffectcontrol.cpp
       
    45 SOURCE                  shwviewcontrol.cpp
       
    46 SOURCE                  shwtimercontrol.cpp
       
    47 SOURCE                  shwmusiccontrol.cpp
       
    48 SOURCE                  shweventrouter.cpp
       
    49 SOURCE                  shweventpublisherbase.cpp
       
    50 SOURCEPATH              ../../coresrc
       
    51 SOURCE                  shwslideshowengine.cpp
       
    52 SOURCE                  shwslideshowengineimpl.cpp
       
    53 SOURCE                  shwthumbnailloader.cpp
       
    54 SOURCE                  shwtimer.cpp
       
    55 SOURCE                  shwthumbnailcontext.cpp
       
    56 
       
    57 // test code
       
    58 USERINCLUDE ../t_cshwslideshowengine
       
    59 USERINCLUDE ../stubs
       
    60 USERINCLUDE	../../../../viewframework/medialists/tsrc/inc
       
    61 
       
    62 // code under test
       
    63 USERINCLUDE             ../../inc
       
    64 USERINCLUDE             ../../coresrc
       
    65 USERINCLUDE             ../../controlsrc
       
    66 USERINCLUDE             ../../effectsrc
       
    67 USERINCLUDE             ../../../utils
       
    68 
       
    69 
       
    70 // System include folders required by the tested code
       
    71 APP_LAYER_SYSTEMINCLUDE
       
    72 
       
    73 SYSTEMINCLUDE           ../../../../commonui/inc
       
    74 SYSTEMINCLUDE           ../../../../inc
       
    75 SYSTEMINCLUDE           ../../../../viewframework/medialists/inc
       
    76 SYSTEMINCLUDE           ../../../../viewframework/layouts/inc
       
    77 SYSTEMINCLUDE           ../../../../viewframework/visuallistmanager/inc
       
    78 SYSTEMINCLUDE           ../../../../viewframework/uiutilities/inc // for attribute retriever
       
    79 
       
    80 LIBRARY                 EUnit.lib
       
    81 LIBRARY                 EUnitUtil.lib
       
    82 LIBRARY                 euser.lib
       
    83 
       
    84 // cshwmusiccontrol libraries
       
    85 LIBRARY                 efsrv.lib 
       
    86 LIBRARY                 mpxplaybackutility.lib
       
    87 LIBRARY                 mpxcommon.lib
       
    88 
       
    89 // Libraries required by the tested code
       
    90 LIBRARY glxlayouts.lib
       
    91 
       
    92 // allow static data
       
    93 #ifndef WINSCW
       
    94 EPOCALLOWDLLDATA
       
    95 #endif
       
    96 
       
    97 // no need to export test DLLs
       
    98 EXPORTUNFROZEN
       
    99 
       
   100 // End of file