photosgallery/collectionframework/thumbnailcreator/group/glxthumbnailcreator.mmp
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2008-2009 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 information for the Thumbnail Creator Module
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include   <bldvariant.hrh>
       
    22 #include   <data_caging_paths.hrh>
       
    23 #include   <platform_paths.hrh>
       
    24 
       
    25 #include   "../../../group/glxbuildcommon.mmh"
       
    26 
       
    27 
       
    28 TARGET          glxthumbnailcreator.dll
       
    29 TARGETTYPE      dll
       
    30 UID             0x1000008d 0x02000A09
       
    31 
       
    32 #ifndef WINSCW
       
    33 EPOCALLOWDLLDATA
       
    34 #endif 
       
    35 CAPABILITY      CAP_GENERAL_DLL WriteDeviceData
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 
       
    39 SOURCE          glxtnbackgroundgenerationtask.cpp
       
    40 SOURCE          glxtncleanuptask.cpp
       
    41 SOURCE          glxtndatabase.cpp
       
    42 SOURCE          glxtndeletethumbnailstask.cpp
       
    43 SOURCE          glxtnfileinfo.cpp
       
    44 SOURCE          glxtnfileutility.cpp
       
    45 SOURCE          glxtnfilteravailabletask.cpp
       
    46 SOURCE          glxtngeneratethumbnailtask.cpp
       
    47 SOURCE          glxtnimagedecoderfactory.cpp
       
    48 SOURCE          glxtnimageutility.cpp
       
    49 SOURCE          glxtnloadthumbnailtask.cpp
       
    50 SOURCE          glxtnquickthumbnailtask.cpp
       
    51 SOURCE          glxtnsavethumbnailtask.cpp
       
    52 SOURCE          glxtntaskmanager.cpp
       
    53 SOURCE          glxtntask.cpp
       
    54 SOURCE          glxtnthumbnailcreator.cpp
       
    55 SOURCE          glxtnvideoutility.cpp
       
    56 SOURCE          glxtnvolumedatabase.cpp
       
    57 SOURCE          glxtnzoomedimagetask.cpp
       
    58 
       
    59 USERINCLUDE     ../inc
       
    60 // System includes from the source tree
       
    61 SYSTEMINCLUDE   ../../../inc
       
    62 SYSTEMINCLUDE   ../../../common/inc
       
    63 
       
    64 APP_LAYER_SYSTEMINCLUDE
       
    65 
       
    66 
       
    67 LIBRARY         ihl.lib						// For IHL Library
       
    68 LIBRARY         featmgr.lib
       
    69 LIBRARY         bitgdi.lib
       
    70 LIBRARY         caf.lib
       
    71 LIBRARY         bafl.lib
       
    72 LIBRARY         edbms.lib
       
    73 LIBRARY         efsrv.lib
       
    74 LIBRARY         estor.lib
       
    75 LIBRARY         euser.lib
       
    76 LIBRARY         exiflib.lib
       
    77 LIBRARY         fbscli.lib 
       
    78 LIBRARY         glxcommon.lib 
       
    79 LIBRARY         iclextjpegapi.lib
       
    80 LIBRARY         imageconversion.lib
       
    81 LIBRARY         platformenv.lib
       
    82 LIBRARY         centralrepository.lib
       
    83 LIBRARY         flogger.lib						// For Logging Tracer
       
    84 #ifdef ENABLE_VED
       
    85 LIBRARY         vedengine.lib
       
    86 #else
       
    87 LIBRARY         tneengine.lib
       
    88 #endif
       
    89 
       
    90 // End of File