photosgallery/slideshow/engine/tsrc/group/t_cshweffectcontrol.mmp
branchRCL_3
changeset 75 01504893d9cb
parent 0 4e91876724a2
equal deleted inserted replaced
68:5b238bc8ffb6 75:01504893d9cb
       
     1 /*
       
     2 * Copyright (c) 2006-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_cshweffectcontrol.dll
       
    24 TARGETTYPE	dll
       
    25 UID			0x1000af5a 0x01700000
       
    26 
       
    27 CAPABILITY	ALL -TCB
       
    28 
       
    29 SOURCEPATH	../t_cshweffectcontrol
       
    30 SOURCE		t_cshweffectcontrol.cpp
       
    31 SOURCE		t_cshweffectcontrol_dllmain.cpp
       
    32 
       
    33 SOURCEPATH	../stubs
       
    34 SOURCE		tmglxvisuallist_adapter.cpp
       
    35 SOURCE		stub_tglxlayoutsplitter.cpp
       
    36 SOURCE		tmshweffectmanager_adapter.cpp
       
    37 SOURCE		stub_glxfetchcontexts.cpp
       
    38 
       
    39 // Sources required by the test suite
       
    40 SOURCEPATH	../../controlsrc
       
    41 SOURCE		shweffectcontrol.cpp
       
    42 SOURCE		shweventpublisherbase.cpp
       
    43 SOURCE		shwevent.cpp
       
    44 SOURCEPATH	../../coresrc
       
    45 SOURCE		shwthumbnailloader.cpp
       
    46 SOURCE		shwthumbnailcontext.cpp
       
    47 SOURCE		shwtimer.cpp
       
    48 
       
    49 USERINCLUDE	../t_cshweffectcontrol
       
    50 USERINCLUDE	../stubs
       
    51 USERINCLUDE	../../../../viewframework/medialists/tsrc/inc
       
    52 
       
    53 // User include folders required by the tested code
       
    54 SYSTEMINCLUDE   ../../inc
       
    55 SYSTEMINCLUDE   ../../controlsrc
       
    56 SYSTEMINCLUDE   ../../coresrc
       
    57 SYSTEMINCLUDE   ../../effectsrc
       
    58 SYSTEMINCLUDE   ../../../utils
       
    59 SYSTEMINCLUDE   ../../../../commonui/inc
       
    60 SYSTEMINCLUDE   ../../../../inc
       
    61 SYSTEMINCLUDE   ../../../../viewframework/medialists/inc
       
    62 SYSTEMINCLUDE   ../../../../viewframework/layouts/inc
       
    63 SYSTEMINCLUDE   ../../../../viewframework/visuallistmanager/inc
       
    64 SYSTEMINCLUDE   ../../../../viewframework/uiutilities/inc // for attribute retriever
       
    65 
       
    66 
       
    67 // System include folders required by the tested code
       
    68 APP_LAYER_SYSTEMINCLUDE
       
    69 
       
    70 LIBRARY EUnit.lib
       
    71 LIBRARY EUnitUtil.lib
       
    72 LIBRARY euser.lib
       
    73 LIBRARY mpxcommon.lib
       
    74 // glx dependencies
       
    75 LIBRARY	 glxlayouts.lib
       
    76 
       
    77 // allow static data
       
    78 #ifndef WINSCW
       
    79 EPOCALLOWDLLDATA
       
    80 #endif
       
    81 
       
    82 // no need to export test DLLs
       
    83 EXPORTUNFROZEN
       
    84 
       
    85 // End of file