photosgallery/viewframework/medialists/tsrc/group/ut_cglxattributecontext.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:    CGlxAttributeContext unit test project file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include   <platform_paths.hrh>
       
    21 #include "../../../../group/glxbuildcommon.mmh"
       
    22 
       
    23 TARGET          ut_cglxattributecontext.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 MACRO USE_S60_TNM
       
    34 #define USE_S60_TNM
       
    35 SOURCEPATH              ../ut_cglxattributecontext
       
    36 SOURCE                  ut_cglxattributecontextdllmain.cpp
       
    37 SOURCE                  ut_cglxattributecontext.cpp
       
    38  
       
    39 // Sources needed by the test
       
    40 SOURCEPATH              ../../src
       
    41 SOURCE                  glxattributecontext.cpp
       
    42 SOURCE                  glxcachemanager.cpp
       
    43 SOURCE                  glxerrormanager.cpp
       
    44 SOURCE                  glxfetcherror.cpp
       
    45 SOURCE                  glxfetcherrorarray.cpp
       
    46 SOURCE                  glxfetchcontextremover.cpp
       
    47 SOURCE                  glxgarbagecollector.cpp
       
    48 SOURCE                  glxcache.cpp
       
    49 SOURCE                  glxitemlist.cpp
       
    50 SOURCE                  glxlistutils.cpp
       
    51 SOURCE                  glxlistwindow.cpp
       
    52 SOURCE                  glxmedia.cpp
       
    53 SOURCE                  glxmedialist.cpp
       
    54 SOURCE                  glxmedialistiterator.cpp
       
    55 SOURCE                  glxnavigablelist.cpp
       
    56 SOURCE                  glxstaticitemlist.cpp
       
    57 SOURCE                  glxthumbnailcontext.cpp
       
    58 SOURCE                  glxthumbnailutility.cpp
       
    59 SOURCE                  mglxcache.cpp
       
    60 SOURCE                  mglxmedialist.cpp
       
    61 SOURCE                  glxmedialistarray.cpp
       
    62 SOURCE                  glximagereader.cpp
       
    63 
       
    64 USERINCLUDE             ../ut_cglxattributecontext
       
    65 
       
    66 SYSTEMINCLUDE           ../../inc
       
    67 SYSTEMINCLUDE           ../../../../inc
       
    68 
       
    69 SYSTEMINCLUDE           ../../../../commonui/inc
       
    70 SYSTEMINCLUDE           ../../../../common/inc
       
    71 SYSTEMINCLUDE           ../../../drmutility/inc
       
    72 SYSTEMINCLUDE           ../../../../gallery/inc
       
    73 APP_LAYER_SYSTEMINCLUDE
       
    74 
       
    75 
       
    76 LIBRARY                 apparc.lib
       
    77 LIBRARY                 bafl.lib
       
    78 LIBRARY                 edbms.lib
       
    79 LIBRARY                 eikcore.lib
       
    80 LIBRARY                 estor.lib
       
    81 LIBRARY                 EUnit.lib
       
    82 LIBRARY                 euser.lib
       
    83 LIBRARY                 fbscli.lib
       
    84 LIBRARY                 glxcommonui.lib               // for CGlxResolutionUtility
       
    85 LIBRARY                 glxcommon.lib
       
    86 LIBRARY                 glxmedialists.lib
       
    87 LIBRARY                 mpxcollectionutility.lib
       
    88 LIBRARY                 mpxcommon.lib
       
    89 LIBRARY                 lbs.lib // TCoordinate
       
    90 LIBRARY                 hal.lib
       
    91 LIBRARY                 avkon.lib
       
    92 LIBRARY                 featmgr.lib       // Feature Manager
       
    93 LIBRARY                 efsrv.lib 
       
    94 LIBRARY                 apgrfx.lib // For ImageViewer mime type extraction
       
    95 LIBRARY			apmime.lib // For ImageViewer mime type extraction
       
    96 LIBRARY			imageconversion.lib // icl decoder
       
    97 LIBRARY                 glximageviewermanager.lib
       
    98 LIBRARY                 caf.lib
       
    99 LIBRARY                 cafutils.lib
       
   100 LIBRARY                 cone.lib 					// MCoeView
       
   101 #ifdef USE_S60_TNM
       
   102 LIBRARY                 thumbnailmanager.lib
       
   103 LIBRARY                 bitgdi.lib
       
   104 #endif
       
   105 
       
   106 EXPORTUNFROZEN
       
   107 
       
   108 // End of file