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