imagehandlingutilities/thumbnailmanager/thumbnailserver/group/thumbnailserver.mmp
changeset 0 2014ca87e772
child 5 82749d516180
child 14 2edacbf5d3f9
equal deleted inserted replaced
-1:000000000000 0:2014ca87e772
       
     1 /*
       
     2 * Copyright (c) 2006-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:  Project definition file for project ?myapp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include "../../inc/thumbnailmanageruids.hrh"
       
    24 
       
    25 VERSION					10.0
       
    26 TARGET                  thumbnailserver.exe
       
    27 TARGETTYPE              EXE
       
    28 UID                     0x0 THUMBNAIL_MANAGER_SERVER_UID
       
    29 
       
    30 #ifdef WINSCW
       
    31 EPOCHEAPSIZE            4096 0x800000 // heap 8MB
       
    32 #else
       
    33 EPOCHEAPSIZE            4096 0x3000000 // max heap 48MB
       
    34 #endif
       
    35 
       
    36 
       
    37 CAPABILITY              ALL -TCB -DRM
       
    38 VENDORID                VID_DEFAULT
       
    39 
       
    40 SOURCEPATH              ../src
       
    41 SOURCE                  thumbnailserver.cpp
       
    42 SOURCE                  thumbnailserversession.cpp
       
    43 SOURCE                  thumbnailtaskprocessor.cpp
       
    44 SOURCE                  thumbnailtask.cpp
       
    45 SOURCE                  thumbnailgeneratetask.cpp
       
    46 SOURCE                  thumbnailscaletask.cpp
       
    47 SOURCE                  thumbnailstore.cpp
       
    48 SOURCE                  thumbnailprovider.cpp
       
    49 SOURCE                  thumbnaildiskunmountobserver.cpp
       
    50 SOURCE                  thumbnailcenrep.cpp 
       
    51 SOURCE                  thumbnailmemorycardobserver.cpp 
       
    52 SOURCE			        tmshutdownobserver.cpp 
       
    53 SOURCE 			        thumbnaildecodetask.cpp
       
    54 #ifdef RD_MDS_2_5
       
    55 SOURCE					thumbnailmdsquerytask.cpp
       
    56 #endif // RD_MDS_2_5
       
    57 SOURCE					tnmgetimei.cc
       
    58 SOURCE					thumbnailformatobserver.cpp
       
    59 
       
    60 // Default system include paths for middleware layer modules.
       
    61 MW_LAYER_SYSTEMINCLUDE
       
    62 
       
    63 USERINCLUDE             ../inc
       
    64 USERINCLUDE             ../../inc
       
    65 
       
    66 LIBRARY                 fbscli.lib
       
    67 LIBRARY                 euser.lib
       
    68 LIBRARY                 ecom.lib
       
    69 LIBRARY                 efsrv.lib
       
    70 LIBRARY                 apmime.lib
       
    71 LIBRARY                 sqldb.lib
       
    72 LIBRARY                 apgrfx.lib
       
    73 LIBRARY                 estor.lib
       
    74 LIBRARY                 ihl.lib
       
    75 LIBRARY                 centralrepository.lib
       
    76 LIBRARY                 platformenv.lib
       
    77 LIBRARY					imageconversion.lib 
       
    78 LIBRARY         		caf.lib
       
    79 LIBRARY         		cafutils.lib
       
    80 LIBRARY         		mdeclient.lib
       
    81 LIBRARY					etel3rdparty.lib
       
    82 LIBRARY					bafl.lib
       
    83 LIBRARY					bitgdi.lib
       
    84 
       
    85 DEBUGLIBRARY            flogger.lib
       
    86 
       
    87 PAGED
       
    88 BYTEPAIRCOMPRESSTARGET
       
    89 EPOCPROCESSPRIORITY foreground