harvester/common/group/harvestercommon.mmp
changeset 0 c53acadfccc6
child 18 63c982fb92f2
equal deleted inserted replaced
-1:000000000000 0:c53acadfccc6
       
     1 /*
       
     2 * Copyright (c) 2005-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 definition file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 VERSION           10.0
       
    23 TARGET            harvestercommon.dll
       
    24 TARGETTYPE        dll
       
    25 UID               0x1000008D 0x200009FE
       
    26 
       
    27 VENDORID        	VID_DEFAULT
       
    28 CAPABILITY 		CAP_GENERAL_DLL
       
    29 
       
    30 #if defined(WINSCW)
       
    31 deffile ../bwincw/harvestercommonwinscw.def
       
    32 #elif defined(ARMCC)
       
    33 deffile ../eabi/harvestercommonarm.def
       
    34 #endif
       
    35 nostrictdef
       
    36 
       
    37 SYSTEMINCLUDE     /epoc32/include/ecom
       
    38 SYSTEMINCLUDE     /epoc32/include/connect
       
    39 
       
    40 USERINCLUDE       ../../../inc
       
    41 USERINCLUDE       ../inc
       
    42 USERINCLUDE       ../../monitorplugins/inc
       
    43 
       
    44 SOURCEPATH        ../src
       
    45 SOURCE            harvesterblacklist.cpp
       
    46 SOURCE			  harvesterpluginfactory.cpp
       
    47 SOURCE            harvesterexifutil.cpp
       
    48 SOURCE            mdeobjectwrapper.cpp
       
    49 SOURCE            harvestercenreputil.cpp
       
    50 SOURCE            harvestereventmanager.cpp
       
    51 SOURCE            propertywatcher.cpp
       
    52 SOURCE  		  listener.cpp
       
    53 SOURCE            harvestermediaidutil.cpp
       
    54 
       
    55 MW_LAYER_SYSTEMINCLUDE
       
    56 
       
    57 LIBRARY           euser.lib
       
    58 LIBRARY           efsrv.lib 
       
    59 LIBRARY           mdeclient.lib
       
    60 LIBRARY			  ecom.lib
       
    61 LIBRARY			  harvesterdata.lib
       
    62 LIBRARY			  harvesterplugininterface.lib
       
    63 LIBRARY           ExifLib.lib
       
    64 LIBRARY           charconv.lib 
       
    65 LIBRARY           tzclient.lib
       
    66 LIBRARY           centralrepository.lib 
       
    67 LIBRARY           blacklistclient.lib
       
    68 
       
    69 PAGED
       
    70 BYTEPAIRCOMPRESSTARGET
       
    71 OPTION ARMCC -O3 -OTime
       
    72