photosgallery/slideshow/engine/tsrc/group/t_cshwviewcontrol.mmp
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     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 #include <data_caging_paths.hrh>
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 #include "../../../../inc/glxcapabilities.hrh"
       
    21 #include "../../../../group/glxbuildcommon.mmh"
       
    22 #include "../../../../inc/glxalfhelper.mmh"
       
    23 
       
    24 
       
    25 TARGET          t_cshwviewcontrol.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000af5a 0x01700000
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 
       
    31 // Test code
       
    32 SOURCEPATH	../t_cshwviewcontrol
       
    33 SOURCE			t_cshwviewcontrol.cpp
       
    34 SOURCE			t_cshwviewcontrol_dllmain.cpp
       
    35 
       
    36 // Code under test
       
    37 SOURCEPATH	../../controlsrc
       
    38 SOURCE			shwevent.cpp
       
    39 SOURCE			shwviewcontrol.cpp
       
    40 SOURCE			shweventpublisherbase.cpp
       
    41 
       
    42 // test code
       
    43 USERINCLUDE ../t_cshwviewcontrol
       
    44 USERINCLUDE	../../../../viewframework/medialists/tsrc/inc
       
    45 
       
    46 // User include folders required by the tested code
       
    47 USERINCLUDE	../../inc
       
    48 USERINCLUDE	../../coresrc
       
    49 USERINCLUDE	../../controlsrc
       
    50 USERINCLUDE	../../../utils
       
    51 
       
    52 
       
    53 // System include folders required by the tested code
       
    54 SYSTEMINCLUDE           ../../../../inc
       
    55 SYSTEMINCLUDE           ../../../../viewframework/medialists/inc
       
    56 SYSTEMINCLUDE           ../../../../viewframework/layouts/inc
       
    57 SYSTEMINCLUDE           ../../../../viewframework/visuallistmanager/inc
       
    58 APP_LAYER_SYSTEMINCLUDE
       
    59 
       
    60 
       
    61 LIBRARY                 EUnit.lib
       
    62 LIBRARY                 EUnitUtil.lib
       
    63 LIBRARY                 euser.lib
       
    64 LIBRARY                 mpxcommon.lib
       
    65 
       
    66 // allow static data
       
    67 #ifndef WINSCW
       
    68 EPOCALLOWDLLDATA
       
    69 #endif
       
    70 
       
    71 // no need to export test DLLs
       
    72 EXPORTUNFROZEN
       
    73 
       
    74 // End of file