harvester/harvesterplugins/ImagePlugin/group/harvesterimageplugin.mmp
changeset 0 c53acadfccc6
child 27 4a4892eec172
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        harvesterimageplugin.dll
       
    24 TARGETTYPE    PLUGIN
       
    25 UID           0x10009D8D 0x200009FB
       
    26 
       
    27 CAPABILITY 	  CAP_ECOM_PLUGIN
       
    28 VENDORID      VID_DEFAULT
       
    29 
       
    30 start RESOURCE ../data/200009fb.rss
       
    31 target harvesterimageplugin.rsc
       
    32 end
       
    33 
       
    34 SYSTEMINCLUDE /epoc32/include/ecom
       
    35 SYSTEMINCLUDE /epoc32/include/connect
       
    36 
       
    37 USERINCLUDE   ../../../../inc
       
    38 USERINCLUDE   ../../../common/inc
       
    39 USERINCLUDE   ../inc
       
    40 
       
    41 SOURCEPATH    ../src
       
    42 SOURCE        harvesterimageplugin.cpp
       
    43 SOURCE        proxy.cpp
       
    44 
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 LIBRARY       euser.lib
       
    48 LIBRARY       efsrv.lib
       
    49 LIBRARY       imageconversion.lib
       
    50 LIBRARY       fbscli.lib 
       
    51 LIBRARY	  lbs.lib
       
    52 LIBRARY	  etel3rdparty.lib
       
    53 LIBRARY       harvesterplugininterface.lib
       
    54 LIBRARY       mdeclient.lib
       
    55 LIBRARY	  harvesterdata.lib
       
    56 LIBRARY	  harvestercommon.lib
       
    57 
       
    58 PAGED
       
    59 BYTEPAIRCOMPRESSTARGET
       
    60 OPTION ARMCC -O3 -OTime
       
    61 
       
    62 
       
    63