photosgallery/viewframework/medialists/group/glxmedialists.mmp
changeset 0 4e91876724a2
child 9 6b87b143d312
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2008 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:    Project definition file for project glxmedialists.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 #include "../../../group/glxbuildcommon.mmh"
       
    25 #include  "../../../inc/glxalfhelper.mmh"
       
    26 
       
    27 TARGET                  glxmedialists.dll
       
    28 TARGETTYPE              DLL
       
    29 UID                     0x1000008d 0x200009F0
       
    30 
       
    31 #ifndef WINSCW
       
    32 EPOCALLOWDLLDATA
       
    33 #endif 
       
    34 CAPABILITY              CAP_GENERAL_DLL
       
    35 
       
    36 SOURCEPATH              ../src
       
    37 
       
    38 SOURCE                  glxattributecontext.cpp
       
    39 SOURCE                  glxcache.cpp
       
    40 SOURCE                  glxcachemanager.cpp
       
    41 SOURCE                  glxerrormanager.cpp
       
    42 SOURCE                  glxfetchcontextremover.cpp
       
    43 SOURCE                  glxfetcherror.cpp
       
    44 SOURCE                  glxfetcherrorarray.cpp
       
    45 SOURCE                  glxgarbagecollector.cpp
       
    46 SOURCE                  glxitemlist.cpp
       
    47 SOURCE                  glxlistutils.cpp
       
    48 SOURCE                  glxlistwindow.cpp
       
    49 SOURCE                  glxmedia.cpp
       
    50 SOURCE                 	glxustringconverter.cpp
       
    51 SOURCE                  glxmedialist.cpp
       
    52 SOURCE                  glxmedialistarray.cpp
       
    53 SOURCE                  glxmedialistiterator.cpp
       
    54 SOURCE                  glxnavigablelist.cpp
       
    55 SOURCE                  glxstaticitemlist.cpp
       
    56 SOURCE                  glxthumbnailcontext.cpp
       
    57 SOURCE                  glxthumbnailutility.cpp
       
    58 SOURCE                  mglxcache.cpp
       
    59 SOURCE                  mglxmedialist.cpp
       
    60 SOURCE                  glximagereader.cpp
       
    61 
       
    62 USERINCLUDE             ../inc
       
    63 // System includes from the source tree
       
    64 SYSTEMINCLUDE           ../../../common/inc
       
    65 SYSTEMINCLUDE           ../../../commonui/inc
       
    66 SYSTEMINCLUDE           ../../../inc
       
    67 SYSTEMINCLUDE           ../../drmutility/inc
       
    68 SYSTEMINCLUDE   		../../inc          // for GlxTvOut
       
    69 SYSTEMINCLUDE           ../../../gallery/inc
       
    70 
       
    71 APP_LAYER_SYSTEMINCLUDE
       
    72 
       
    73 // if you comment the lines below out, Photos dB will be used for thumbnail fetching
       
    74 MACRO USE_S60_TNM
       
    75 MACRO MEDIA_ID_BASED_TN_FETCH_ENABLED
       
    76 #define USE_S60_TNM
       
    77 
       
    78 LIBRARY                 avkon.lib					// CAknView
       
    79 LIBRARY                 cone.lib 					// MCoeView
       
    80 LIBRARY                 charconv.lib 				// CnvUtfConverter::ConvertFromUnicodeToUtf8L
       
    81 LIBRARY                 commonengine.lib 			// String Loader
       
    82 LIBRARY                 estor.lib 					// RBufWriteStream
       
    83 LIBRARY                 euser.lib					// RAllocator
       
    84 LIBRARY                 eikctl.lib					// for eik controls
       
    85 LIBRARY                 fbscli.lib 					// CFbsBitmap
       
    86 LIBRARY                 glxcommon.lib               // CGlxSingetonStore
       
    87 LIBRARY                 glxcommonui.lib             // CGlxResolutionUtility
       
    88 LIBRARY                 glxdrmutility.lib			// CGlxDrmUtility
       
    89 LIBRARY                 lbs.lib                     // TCoordinate
       
    90 LIBRARY                 mpxcollectionutility.lib	// MpxCollection Utility
       
    91 LIBRARY                 mpxcommon.lib				// Mpx Attributes
       
    92 LIBRARY	             	osncore.lib					// CAlfString
       
    93 LIBRARY	             	libstdcpp.lib				// STL code
       
    94 LIBRARY	             	flogger.lib
       
    95 LIBRARY                 hal.lib						// HAL
       
    96 LIBRARY                 featmgr.lib       // Feature Manager
       
    97 LIBRARY                 efsrv.lib 
       
    98 LIBRARY                 apgrfx.lib // For ImageViewer mime type extraction
       
    99 LIBRARY			apmime.lib // For ImageViewer mime type extraction
       
   100 LIBRARY			imageconversion.lib // icl decoder
       
   101 LIBRARY                 glximageviewermanager.lib
       
   102 LIBRARY                 caf.lib
       
   103 LIBRARY                 cafutils.lib
       
   104 #ifdef USE_S60_TNM
       
   105 LIBRARY                 thumbnailmanager.lib
       
   106 LIBRARY                 bitgdi.lib
       
   107 #endif
       
   108 
       
   109 // End of File
       
   110