hs_app_idlefw/plugins/mcsplugin/group/mcspluginhandler.mmp
changeset 48 0d4ac38889fc
parent 43 690b4f151c12
equal deleted inserted replaced
47:61e9ae0acf5f 48:0d4ac38889fc
       
     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/hs_app_mcspluginuids.hrh"
       
    21 
       
    22 TARGET          hs_app_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          hs_app_mcspluginhandler.cpp
       
    32 SOURCE          hs_app_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  hs_app_mcspluginhandler.rss
       
    51 TARGET          hs_app_mcspluginhandler.rsc
       
    52 END // RESOURCE
       
    53