imagehandlingutilities/thumbnailmanager/thumbagdaemon/group/thumbagdaemon.mmp
changeset 54 48dd0f169f0d
parent 42 2e2a89493e2b
equal deleted inserted replaced
42:2e2a89493e2b 54:48dd0f169f0d
     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
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include "../../inc/thumbnailmanageruids.hrh"
       
    22 
       
    23 VERSION					10.0
       
    24 TARGET                  thumbagdaemon.exe
       
    25 TARGETTYPE              EXE
       
    26 UID                     0x0 THUMBAGDAEMON_UID
       
    27 
       
    28 #ifdef WINSCW
       
    29 EPOCHEAPSIZE            4096 0x200000 // heap 2MB
       
    30 #else
       
    31 EPOCHEAPSIZE            4096 0x800000 // max heap 8MB
       
    32 #endif
       
    33 
       
    34 CAPABILITY              ALL -AllFiles -DRM -TCB  
       
    35 VENDORID                VID_DEFAULT
       
    36 
       
    37 EPOCPROCESSPRIORITY 	background
       
    38 
       
    39 MACRO MDS_URI_OBSERVER
       
    40 MACRO MDS_MODIFY_OBSERVER
       
    41 
       
    42 SOURCEPATH              ../src
       
    43 SOURCE                  thumbagdaemon.cpp
       
    44 SOURCE			thumbagprocessor.cpp
       
    45 
       
    46 SOURCEPATH 		../../tmcommon/src
       
    47 SOURCE			tmactivitymanager.cpp 
       
    48 SOURCE			tmshutdownobserver.cpp 
       
    49 SOURCE			tmformatobserver.cpp 
       
    50 SOURCE			tmsrproptertyobserver.cpp
       
    51 
       
    52 SOURCEPATH              ../src
       
    53 SOURCE 			thumbagimageobserver.cpp 
       
    54 SOURCE			thumbagcameraobserver.cpp
       
    55 SOURCE			thumbagaudioobserver.cpp 
       
    56 SOURCE			thumbagvideoobserver.cpp
       
    57 
       
    58 // Default system include paths for middleware layer modules.
       
    59 MW_LAYER_SYSTEMINCLUDE
       
    60 
       
    61 USERINCLUDE             ../inc
       
    62 USERINCLUDE             ../../inc
       
    63 USERINCLUDE             ../../tmcommon/inc ../traces ../../thumbnailserver/traces
       
    64 
       
    65 LIBRARY                 euser.lib
       
    66 LIBRARY         	mdeclient.lib
       
    67 LIBRARY           	thumbnailmanager.lib 
       
    68 LIBRARY                 centralrepository.lib
       
    69 LIBRARY 		harvesterclient.lib
       
    70 LIBRARY			bafl.lib 
       
    71 LIBRARY			mpxcollectionhelper.lib mpxcollectionutility.lib mpxcommon.lib 
       
    72 LIBRARY 		hwrmlightclient.lib
       
    73 
       
    74 DEBUGLIBRARY            flogger.lib
       
    75 
       
    76 OPTION ARMCC -O3 -OTime
       
    77 
       
    78 PAGED
       
    79 BYTEPAIRCOMPRESSTARGET
       
    80 
       
    81 // End of File
       
    82 
       
    83