photosgallery/viewframework/medialists/tsrc/group/ut_glxerrormanager.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:    GlxErrorManager unit test project file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include "../../../../group/glxbuildcommon.mmh"
       
    22 
       
    23 TARGET          ut_glxerrormanager.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000af5a 0x01700000
       
    26 
       
    27 CAPABILITY      ALL -TCB
       
    28 
       
    29 #ifndef WINSCW
       
    30 EPOCALLOWDLLDATA
       
    31 #endif
       
    32 MACRO USE_S60_TNM
       
    33 #define USE_S60_TNM
       
    34 SOURCEPATH              ../ut_glxerrormanager
       
    35 SOURCE                  ut_glxerrormanager.cpp
       
    36 
       
    37 // Sources required by the test suite
       
    38 SOURCE                  ut_glxerrormanager_DllMain.cpp
       
    39 
       
    40 // Sources needed by the test
       
    41 SOURCEPATH              ../../src
       
    42 SOURCE                  glxattributecontext.cpp
       
    43 SOURCE                  glxcachemanager.cpp
       
    44 SOURCE                  glxerrormanager.cpp
       
    45 SOURCE                  glxfetcherror.cpp
       
    46 SOURCE                  glxfetcherrorarray.cpp
       
    47 SOURCE                  glxfetchcontextremover.cpp
       
    48 SOURCE                  glxgarbagecollector.cpp
       
    49 SOURCE                  glxcache.cpp
       
    50 SOURCE                  glxitemlist.cpp
       
    51 SOURCE                  glxlistutils.cpp
       
    52 SOURCE                  glxlistwindow.cpp
       
    53 SOURCE                  glxmedia.cpp
       
    54 SOURCE                  glxmedialist.cpp
       
    55 SOURCE                  glxmedialistiterator.cpp
       
    56 SOURCE                  glxnavigablelist.cpp
       
    57 SOURCE                  glxstaticitemlist.cpp
       
    58 SOURCE                  glxthumbnailcontext.cpp
       
    59 SOURCE                  glxthumbnailutility.cpp
       
    60 SOURCE                  mglxcache.cpp
       
    61 SOURCE                  mglxmedialist.cpp
       
    62 SOURCE                  glxmedialistarray.cpp
       
    63 SOURCE                  glximagereader.cpp
       
    64 
       
    65 USERINCLUDE             ../ut_glxerrormanager
       
    66 
       
    67 SYSTEMINCLUDE           ../../inc
       
    68 SYSTEMINCLUDE           ../../../../inc
       
    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                 cone.lib
       
    79 LIBRARY                 edbms.lib
       
    80 LIBRARY                 efsrv.lib
       
    81 LIBRARY                 eikcore.lib
       
    82 LIBRARY                 estor.lib
       
    83 LIBRARY                 EUnit.lib
       
    84 LIBRARY                 euser.lib
       
    85 LIBRARY                 fbscli.lib
       
    86 LIBRARY                 glxcommonui.lib
       
    87 LIBRARY                 glxcommon.lib
       
    88 LIBRARY                 mpxcollectionutility.lib
       
    89 LIBRARY                 mpxcommon.lib
       
    90 LIBRARY                 lbs.lib // TCoordinate
       
    91 LIBRARY                 hal.lib
       
    92 LIBRARY                 avkon.lib
       
    93 LIBRARY                 featmgr.lib       // Feature Manager
       
    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 #ifdef USE_S60_TNM
       
   101 LIBRARY                 thumbnailmanager.lib
       
   102 LIBRARY                 bitgdi.lib
       
   103 #endif
       
   104 
       
   105 EXPORTUNFROZEN
       
   106 // End of file