contentstorage/group/castockhandlerplugins.mmp
changeset 61 8e5041d13c84
parent 60 f62f87b200ec
child 66 32469d7d46ff
equal deleted inserted replaced
60:f62f87b200ec 61:8e5041d13c84
     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:  Project definition file for project castockhandlerplugins
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          castockhandlerplugins.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009D8D 0x20022F82
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../handlersrc
       
    30 
       
    31 SOURCE          castockhandlersproxy.cpp
       
    32 SOURCE          caapphandlerplugin.cpp
       
    33 SOURCE          cauninstalloperation.cpp
       
    34 SOURCE          caurlhandlerplugin.cpp  
       
    35 
       
    36 USERINCLUDE     ../inc
       
    37 USERINCLUDE     ../handlerinc
       
    38 USERINCLUDE     ../cautils/inc
       
    39 USERINCLUDE     ../extinc
       
    40 
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 //TODO: check which ones are really needed
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY         ecom.lib
       
    46 LIBRARY         swinstcli.lib
       
    47 LIBRARY         camenu.lib
       
    48 LIBRARY         cautils.lib
       
    49 LIBRARY         apgrfx.lib
       
    50 LIBRARY         ws32.lib
       
    51 
       
    52 LIBRARY         apparc.lib
       
    53 LIBRARY         sisregistryclient.lib
       
    54 LIBRARY         eikcore.lib
       
    55 LIBRARY         cone.lib
       
    56 LIBRARY         efsrv.lib
       
    57 LIBRARY         avkon.lib
       
    58 LIBRARY         caextendedmenu.lib
       
    59 
       
    60 SOURCEPATH      ../data
       
    61 START RESOURCE  20022F82.rss
       
    62 LANG            sc
       
    63 TARGET          castockhandlerplugins.rsc
       
    64 END // RESOURCE
       
    65