idlefw/plugins/mcsplugin/group/mcspluginhandler.mmp
changeset 0 79c6a41cd166
child 8 d0529222e3f0
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 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:
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 #include "../data/mcspluginuids.hrh"
       
    21 
       
    22 TARGET          mcspluginhandler.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009D8D AI_UID_ECOM_DLL_MCSPLUGIN_HANDLER
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../handler/src
       
    30 
       
    31 SOURCE          mcspluginhandler.cpp
       
    32 SOURCE          mcsplugincompletedoperation.cpp
       
    33 
       
    34 USERINCLUDE     ../data
       
    35 USERINCLUDE     ../handler/inc
       
    36 
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 LIBRARY         euser.lib
       
    40 LIBRARY         ecom.lib
       
    41 LIBRARY         cone.lib
       
    42 LIBRARY         mcsmenu.lib
       
    43 LIBRARY         mcsmenuutils.lib
       
    44 LIBRARY         sendui.lib
       
    45 LIBRARY         viewcli.lib
       
    46 LIBRARY         apparc.lib
       
    47 LIBRARY         apgrfx.lib
       
    48 
       
    49 SOURCEPATH      ../data
       
    50 START RESOURCE  mcspluginhandler.rss
       
    51 TARGET          mcspluginhandler.rsc
       
    52 END // RESOURCE
       
    53