photosgallery/viewframework/medialists/tsrc/group/ut_cglxmedialist.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:    CGlxMediaList unit test project file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include "../../../../group/glxbuildcommon.mmh"
       
    22 
       
    23 TARGET          ut_cglxmedialist.dll
       
    24 TARGETTYPE      dll
       
    25 TARGETPATH      /DigiaEUnit/Tests
       
    26 UID             0x1000af5a 0x01700000
       
    27 
       
    28 CAPABILITY      ALL -TCB
       
    29 
       
    30 #ifndef WINSCW
       
    31 EPOCALLOWDLLDATA
       
    32 #endif
       
    33 
       
    34 SOURCEPATH              ../ut_cglxmedialist
       
    35 SOURCE                  ut_cglxmedialistdllmain.cpp
       
    36 SOURCE                  ut_cglxmedialist.cpp
       
    37  
       
    38 // Sources needed by the test
       
    39 SOURCEPATH              ../../src
       
    40 SOURCE                  glxattributecontext.cpp
       
    41 SOURCE                  glxcachemanager.cpp
       
    42 SOURCE                  glxerrormanager.cpp
       
    43 SOURCE                  glxfetcherror.cpp
       
    44 SOURCE                  glxfetcherrorarray.cpp
       
    45 SOURCE                  glxfetchcontextremover.cpp
       
    46 SOURCE                  glxgarbagecollector.cpp
       
    47 SOURCE                  glxcache.cpp
       
    48 SOURCE                  glxitemlist.cpp
       
    49 SOURCE                  glxlistutils.cpp
       
    50 SOURCE                  glxlistwindow.cpp
       
    51 SOURCE                  glxmedia.cpp
       
    52 SOURCE                  glxmedialist.cpp
       
    53 SOURCE                  glxmedialistiterator.cpp
       
    54 SOURCE                  glxnavigablelist.cpp
       
    55 SOURCE                  glxstaticitemlist.cpp
       
    56 SOURCE                  glxthumbnailcontext.cpp
       
    57 SOURCE                  glxthumbnailutility.cpp
       
    58 SOURCE                  mglxcache.cpp
       
    59 SOURCE                  mglxmedialist.cpp
       
    60 SOURCE                  glxmedialistarray.cpp
       
    61 
       
    62 USERINCLUDE             ../ut_cglxmedialist
       
    63 
       
    64 SYSTEMINCLUDE           ../../inc
       
    65 SYSTEMINCLUDE           ../../../../inc
       
    66 SYSTEMINCLUDE           ../../../../commonui/inc
       
    67 SYSTEMINCLUDE           ../../../../common/inc
       
    68 SYSTEMINCLUDE           ../../../drmutility/inc
       
    69 APP_LAYER_SYSTEMINCLUDE
       
    70 
       
    71 LIBRARY                 EUnit.lib
       
    72 LIBRARY                 euser.lib
       
    73 LIBRARY                 fbscli.lib
       
    74 LIBRARY                 mpxcollectionutility.lib
       
    75 LIBRARY                 mpxcommon.lib
       
    76 LIBRARY                 estor.lib
       
    77 LIBRARY                 glxcommonui.lib               
       
    78 LIBRARY                 glxcommon.lib     
       
    79 LIBRARY                 lbs.lib // TCoordinate
       
    80 LIBRARY                 hal.lib 
       
    81 
       
    82 EXPORTUNFROZEN 
       
    83 // End of file