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