photosgallery/slideshow/engine/tsrc/group/t_cshwplaybackfactory.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_cshwplaybackfactory.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000af5a 0x01700000
       
    26 
       
    27 CAPABILITY              ALL -TCB
       
    28 
       
    29 // test code
       
    30 SOURCEPATH      ../t_cshwplaybackfactory
       
    31 SOURCE          t_cshwplaybackfactory.cpp
       
    32 SOURCE          t_cshwplaybackfactory_dllmain.cpp
       
    33 
       
    34 // stubs for code under test
       
    35 SOURCEPATH      ../stubs
       
    36 SOURCE          tmglxvisuallist_adapter.cpp
       
    37 SOURCE          stub_glxfetchcontexts.cpp
       
    38 
       
    39 // code under test
       
    40 SOURCEPATH      ../../controlsrc
       
    41 SOURCE          shwevent.cpp
       
    42 SOURCE          shweffectcontrol.cpp
       
    43 SOURCE          shwviewcontrol.cpp
       
    44 SOURCE          shwtimercontrol.cpp
       
    45 SOURCE          shweventrouter.cpp
       
    46 SOURCE          shwmusiccontrol.cpp
       
    47 SOURCE          shweventpublisherbase.cpp
       
    48 SOURCEPATH      ../../effectsrc
       
    49 SOURCE          shwdefaulteffectmanager.cpp
       
    50 SOURCEPATH      ../../coresrc
       
    51 SOURCE          shwplaybackfactory.cpp
       
    52 SOURCE          shwthumbnailloader.cpp
       
    53 SOURCE          shwsettingsmodel.cpp
       
    54 SOURCE          shwtimer.cpp
       
    55 SOURCE          shwthumbnailcontext.cpp
       
    56 
       
    57 // test code
       
    58 USERINCLUDE     ../t_cshwplaybackfactory
       
    59 USERINCLUDE     ../stubs
       
    60 USERINCLUDE     ../../../../viewframework/medialists/tsrc/inc
       
    61 
       
    62 // User include folders required by the code under test
       
    63 USERINCLUDE     ../../inc
       
    64 USERINCLUDE     ../../coresrc
       
    65 USERINCLUDE     ../../../utils
       
    66 USERINCLUDE     ../../controlsrc
       
    67 USERINCLUDE     ../../effectsrc
       
    68 
       
    69 
       
    70 
       
    71 // System include folders required by the code under test
       
    72 SYSTEMINCLUDE   ../../../../commonui/inc
       
    73 SYSTEMINCLUDE   ../../../../viewframework/medialists/inc
       
    74 SYSTEMINCLUDE   ../../../../viewframework/layouts/inc
       
    75 SYSTEMINCLUDE   ../../../../viewframework/visuallistmanager/inc
       
    76 SYSTEMINCLUDE   ../../../../viewframework/uiutilities/inc // for attribute retriever
       
    77 SYSTEMINCLUDE   ../../../../inc
       
    78 APP_LAYER_SYSTEMINCLUDE
       
    79 
       
    80 
       
    81 LIBRARY         EUnit.lib
       
    82 LIBRARY         EUnitUtil.lib
       
    83 LIBRARY         euser.lib
       
    84 
       
    85 // Libraries required by the code under test
       
    86 LIBRARY         glxlayouts.lib
       
    87 LIBRARY         mpxplaybackutility.lib  // for music playback
       
    88 LIBRARY         efsrv.lib
       
    89 LIBRARY         mpxcommon.lib
       
    90 
       
    91 // For central repository
       
    92 LIBRARY         centralrepository.lib 
       
    93 
       
    94 // allow writeable statics
       
    95 #ifndef WINSCW
       
    96 EPOCALLOWDLLDATA
       
    97 #endif
       
    98 
       
    99 // no need to export test DLLs
       
   100 EXPORTUNFROZEN
       
   101 
       
   102 // End of file