ui/uiengine/medialists/test/group/ut_cglxmedialist.mmp
changeset 23 74c9f037fd5d
child 45 863223ea6961
equal deleted inserted replaced
5:f7f0874bfe7d 23:74c9f037fd5d
       
     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 "../../../../../group/glxbuildcommon.mmh"
       
    21 
       
    22 TARGET          ut_cglxmedialist.dll
       
    23 TARGETTYPE      dll
       
    24 TARGETPATH      /DigiaEUnit/Tests
       
    25 UID             0x1000af5a 0x01700000
       
    26 
       
    27 CAPABILITY              ALL -TCB
       
    28 
       
    29 #ifndef WINSCW
       
    30 EPOCALLOWDLLDATA
       
    31 #endif
       
    32 
       
    33 SOURCEPATH              ../ut_cglxmedialist
       
    34 SOURCE                  ut_cglxmedialistdllmain.cpp
       
    35 SOURCE                  ut_cglxmedialist.cpp
       
    36  
       
    37 // Sources needed by the test
       
    38 SOURCEPATH              ../../src
       
    39 SOURCE                  glxattributecontext.cpp
       
    40 SOURCE                  glxcachemanager.cpp
       
    41 SOURCE                  glxerrormanager.cpp
       
    42 SOURCE                  glxfetcherror.cpp
       
    43 SOURCE                  glxfetcherrorarray.cpp
       
    44 SOURCE                  glxfetchcontextremover.cpp
       
    45 SOURCE                  glxgarbagecollector.cpp
       
    46 SOURCE                  glxcache.cpp
       
    47 SOURCE                  glxitemlist.cpp
       
    48 SOURCE                  glxlistutils.cpp
       
    49 SOURCE                  glxlistwindow.cpp
       
    50 SOURCE                  glxmedia.cpp
       
    51 SOURCE                  glxmedialist.cpp
       
    52 SOURCE                  glxmedialistiterator.cpp
       
    53 SOURCE                  glxnavigablelist.cpp
       
    54 SOURCE                  glxstaticitemlist.cpp
       
    55 SOURCE                  glxthumbnailcontext.cpp
       
    56 SOURCE                  glxthumbnailutility.cpp
       
    57 SOURCE                  mglxcache.cpp
       
    58 SOURCE                  mglxmedialist.cpp
       
    59 SOURCE                  glxmedialistarray.cpp
       
    60 
       
    61 USERINCLUDE             ../ut_cglxmedialist
       
    62 
       
    63 SYSTEMINCLUDE           ../../inc
       
    64 SYSTEMINCLUDE           ../../../../inc
       
    65 SYSTEMINCLUDE           ../../../../commonui/inc
       
    66 SYSTEMINCLUDE           ../../../../common/inc
       
    67 SYSTEMINCLUDE           ../../../drmutility/inc
       
    68 APP_LAYER_SYSTEMINCLUDE
       
    69 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    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 
       
    81 EXPORTUNFROZEN 
       
    82 // End of file