photosgallery/viewframework/medialists/tsrc/group/ut_cglxstaticitemlist.mmp
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 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:    Project definition file 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 #include "../../../../group/glxbuildcommon.mmh"
       
    23 
       
    24 TARGET          ut_cglxstaticitemlist.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000af5a 0x01700000
       
    27 
       
    28 CAPABILITY      ALL -TCB
       
    29 
       
    30 #ifndef WINSCW
       
    31 EPOCALLOWDLLDATA
       
    32 #endif
       
    33 
       
    34 SOURCEPATH              ../ut_cglxstaticitemlist
       
    35 SOURCE                  ut_cglxstaticitemlist.cpp
       
    36 SOURCEPATH             ../src
       
    37 SOURCE                  glxlistreconstruction.cpp
       
    38 SOURCE                  _glxnotification.cpp
       
    39 SOURCE                  _glxlisttesthelpers.cpp
       
    40 
       
    41 // Sources required by the test suite
       
    42 SOURCEPATH              ../../src
       
    43 SOURCE                  glxstaticitemlist.cpp
       
    44 SOURCE                  glxmedia.cpp
       
    45 SOURCE                  glxitemlist.cpp
       
    46 SOURCE                  glxthumbnailutility.cpp
       
    47 SOURCEPATH              ../ut_cglxstaticitemlist
       
    48 SOURCE                  ut_cglxstaticitemlist_dllmain.cpp
       
    49 
       
    50 USERINCLUDE             ../ut_cglxstaticitemlist
       
    51 
       
    52 // User include folders required by the tested code
       
    53 USERINCLUDE             ../src
       
    54 USERINCLUDE             ../../src
       
    55 USERINCLUDE             ../../inc
       
    56 
       
    57 
       
    58 // System include folders required by the tested code
       
    59 APP_LAYER_SYSTEMINCLUDE
       
    60 SYSTEMINCLUDE           ../../../../inc
       
    61 
       
    62 LIBRARY                 EUnit.lib
       
    63 LIBRARY                 EUnitUtil.lib
       
    64 LIBRARY                 euser.lib
       
    65 LIBRARY                 lbs.lib
       
    66 
       
    67 // Libraries required by the tested code
       
    68 LIBRARY                 mpxcommon.lib
       
    69 
       
    70 EXPORTUNFROZEN
       
    71 
       
    72 // End of file