photosgallery/viewframework/medialists/tsrc/group/t_cglxcache.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:    CGlxCache unit test project file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include   <platform_paths.hrh>
       
    20 
       
    21 TARGET          t_cglxcache.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000af5a 0x01700000
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26  
       
    27 
       
    28 #ifndef WINSCW
       
    29 EPOCALLOWDLLDATA
       
    30 #endif
       
    31 
       
    32 MACRO USE_S60_TNM
       
    33 #define USE_S60_TNM
       
    34 
       
    35 SOURCEPATH              ../t_cglxcache
       
    36 SOURCE                  t_cglxcache_dllmain.cpp
       
    37 SOURCE                  t_cglxcache.cpp
       
    38 
       
    39 // Sources required by the test suite
       
    40 SOURCEPATH              ../../src
       
    41 SOURCE                  glxcache.cpp
       
    42 
       
    43 SOURCE                  glxcachemanager.cpp
       
    44 SOURCE                  glxerrormanager.cpp
       
    45 SOURCE                  glxfetcherror.cpp
       
    46 SOURCE                  glxfetcherrorarray.cpp
       
    47 SOURCE                  glxgarbagecollector.cpp
       
    48 SOURCE                  glxitemlist.cpp
       
    49 SOURCE                  glxlistutils.cpp
       
    50 SOURCE                  glxmedia.cpp
       
    51 SOURCE                  glxmedialist.cpp
       
    52 SOURCE                  glxnavigablelist.cpp
       
    53 SOURCE                  glxstaticitemlist.cpp
       
    54 SOURCE                  glxmedialistarray.cpp
       
    55 SOURCE                  glximagereader.cpp
       
    56 
       
    57 USERINCLUDE             ../t_cglxcache
       
    58 
       
    59 // User include folders required by the tested code
       
    60 USERINCLUDE             ../inc
       
    61 USERINCLUDE             ../../inc
       
    62 
       
    63 SYSTEMINCLUDE           ../../../../inc
       
    64 SYSTEMINCLUDE           ../../../../commonui/inc
       
    65 SYSTEMINCLUDE           ../../../../common/inc
       
    66 SYSTEMINCLUDE           ../../../../gallery/inc
       
    67 
       
    68 APP_LAYER_SYSTEMINCLUDE
       
    69 
       
    70 
       
    71 LIBRARY                 EUnit.lib
       
    72 LIBRARY                 EUnitUtil.lib
       
    73 LIBRARY                 euser.lib
       
    74 LIBRARY                 estor.lib
       
    75 LIBRARY                 fbscli.lib
       
    76 LIBRARY                 lbs.lib
       
    77 
       
    78 LIBRARY                 mpxcollectionutility.lib
       
    79 LIBRARY                 mpxcommon.lib
       
    80 
       
    81 LIBRARY                 glxcommonui.lib
       
    82 LIBRARY                 glxcommon.lib
       
    83 LIBRARY                 glxmedialists.lib
       
    84 LIBRARY                 glxlogging.lib
       
    85 LIBRARY                 hal.lib						// HAL
       
    86 LIBRARY                 featmgr.lib       // Feature Manager
       
    87 LIBRARY                 efsrv.lib 
       
    88 LIBRARY                 apgrfx.lib // For ImageViewer mime type extraction
       
    89 LIBRARY			apmime.lib // For ImageViewer mime type extraction
       
    90 LIBRARY			imageconversion.lib // icl decoder
       
    91 LIBRARY                 glximageviewermanager.lib
       
    92 LIBRARY                 caf.lib
       
    93 LIBRARY                 cafutils.lib
       
    94 LIBRARY                 cone.lib 					// MCoeView
       
    95 
       
    96 #ifdef USE_S60_TNM
       
    97 LIBRARY                 thumbnailmanager.lib
       
    98 LIBRARY                 bitgdi.lib
       
    99 #endif
       
   100 
       
   101 // End of file