menucontentsrv/group/mcsmenuhandler.mmp
changeset 0 79c6a41cd166
child 11 bd874ee5e5e2
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     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 
       
    36 USERINCLUDE     ../inc
       
    37 USERINCLUDE     ../handlerinc
       
    38 
       
    39 // it must remain like this as JAVA API is published in app layer
       
    40 SYSTEMINCLUDE /epoc32/include/ecom
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY         ecom.lib
       
    46 LIBRARY         swinstcli.lib
       
    47 LIBRARY         mcsmenu.lib
       
    48 LIBRARY         mcsmenuutils.lib
       
    49 LIBRARY         apgrfx.lib
       
    50 LIBRARY         ws32.lib
       
    51 LIBRARY         javaregistryclient.lib
       
    52 LIBRARY         apparc.lib 
       
    53 LIBRARY         sisregistryclient.lib 
       
    54 LIBRARY         widgetregistryclient.lib
       
    55 LIBRARY         eikcore.lib
       
    56 LIBRARY         cone.lib
       
    57 LIBRARY         efsrv.lib 
       
    58 LIBRARY         avkon.lib
       
    59 
       
    60 SOURCEPATH      ../data
       
    61 START RESOURCE  200113DE.rss
       
    62 LANG            sc
       
    63 TARGET          mcsmenuhandler.rsc
       
    64 END // RESOURCE
       
    65