harvester/monitorplugins/mmcplugin/group/mmcmonitorplugin.mmp
changeset 0 c53acadfccc6
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        mmcmonitorplugin.dll
       
    24 TARGETTYPE    PLUGIN
       
    25 UID           0x10009D8D 0x20007183
       
    26 
       
    27 CAPABILITY 	  CAP_ECOM_PLUGIN
       
    28 VENDORID      VID_DEFAULT
       
    29 
       
    30 start RESOURCE ../data/20007183.rss
       
    31 target mmcmonitorplugin.rsc
       
    32 end
       
    33 
       
    34 SYSTEMINCLUDE /epoc32/include/ecom
       
    35 
       
    36 USERINCLUDE   ../inc
       
    37 USERINCLUDE   ../../inc
       
    38 USERINCLUDE   ../../../../inc
       
    39 USERINCLUDE   ../../../common/inc
       
    40 
       
    41 SOURCEPATH    ../src
       
    42 SOURCE        mmcmonitorplugin.cpp
       
    43 SOURCE        proxy.cpp
       
    44 SOURCE        mmcmonitorao.cpp
       
    45 SOURCE        mmcmounttaskao.cpp
       
    46 SOURCE        mmcusbao.cpp
       
    47 SOURCE        mmcfilelist.cpp
       
    48 SOURCE        mmcscannerao.cpp
       
    49 
       
    50 MW_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 LIBRARY       PlatformEnv.lib
       
    53 LIBRARY       euser.lib
       
    54 LIBRARY       efsrv.lib
       
    55 LIBRARY       bafl.lib
       
    56 LIBRARY       monitorplugininterface.lib
       
    57 LIBRARY       mdeclient.lib
       
    58 LIBRARY	      harvesterdata.lib
       
    59 LIBRARY       harvestercommon.lib
       
    60 LIBRARY       centralrepository.lib
       
    61 
       
    62 OPTION ARMCC -O3 -OTime
       
    63