menucontentsrv/group/mcsmenuhandler.mmp
branchRCL_3
changeset 114 a5a39a295112
equal deleted inserted replaced
113:0efa10d348c0 114:a5a39a295112
       
     1 /*
       
     2 * Copyright (c) 2008 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 
       
    21 TARGET          mcsmenuhandler.dll
       
    22 TARGETTYPE      PLUGIN
       
    23 UID             0x10009D8D 0x200113DE
       
    24 
       
    25 CAPABILITY      CAP_ECOM_PLUGIN
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 SOURCEPATH      ../handlersrc
       
    29 
       
    30 SOURCE          menuhandlerproxy.cpp
       
    31 SOURCE          menuapphandler.cpp
       
    32 SOURCE          menuurlhandler.cpp
       
    33 SOURCE          menuuninstalloperation.cpp
       
    34 SOURCE          menulinkhandler.cpp
       
    35 SOURCE          menutasklist.cpp
       
    36 
       
    37 USERINCLUDE     ../inc
       
    38 USERINCLUDE     ../handlerinc
       
    39 
       
    40 // it must remain like this as JAVA API is published in app layer
       
    41 SYSTEMINCLUDE /epoc32/include/ecom
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 
       
    45 LIBRARY         euser.lib
       
    46 LIBRARY         ecom.lib
       
    47 LIBRARY         swinstcli.lib
       
    48 LIBRARY         mcsmenu.lib
       
    49 LIBRARY         mcsmenuutils.lib
       
    50 LIBRARY         apgrfx.lib
       
    51 LIBRARY         ws32.lib
       
    52 LIBRARY         javaregistryclient.lib
       
    53 LIBRARY         apparc.lib 
       
    54 LIBRARY         sisregistryclient.lib 
       
    55 LIBRARY         widgetregistryclient.lib
       
    56 LIBRARY         eikcore.lib
       
    57 LIBRARY         cone.lib
       
    58 LIBRARY         efsrv.lib 
       
    59 LIBRARY         avkon.lib
       
    60 LIBRARY         charconv.lib
       
    61 
       
    62 SOURCEPATH      ../data
       
    63 START RESOURCE  200113DE.rss
       
    64 LANG            sc
       
    65 TARGET          mcsmenuhandler.rsc
       
    66 END // RESOURCE
       
    67