cmmanager/cmmgr/cmmplugins/cmpluginlan/group/cmpluginlan.mmp
changeset 20 9c97ad6591ae
child 27 489cf6208544
equal deleted inserted replaced
18:fcbbe021d614 20:9c97ad6591ae
       
     1 /*
       
     2 * Copyright (c) 2009-2010 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 *      Project specification for LAN Plugin.   
       
    16 *      
       
    17 *
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET      cmpluginlan.dll
       
    23 UID         0x10009D8D 0x1020737B
       
    24 
       
    25 TARGETTYPE		PLUGIN
       
    26 
       
    27 CAPABILITY      CAP_ECOM_PLUGIN
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 SOURCEPATH  ../src
       
    31 
       
    32 SOURCE      cmpluginlanproxy.cpp
       
    33 SOURCE      cmpluginlan.cpp
       
    34 
       
    35 SOURCEPATH  ../data
       
    36 
       
    37 START RESOURCE 1020737B.rss
       
    38 TARGET cmpluginlan.rsc
       
    39 END
       
    40 
       
    41 // Component specific internal headers 
       
    42 USERINCLUDE			../inc
       
    43 USERINCLUDE         ../traces
       
    44 
       
    45 // ADO specific internal headers 
       
    46 SYSTEMINCLUDE		../../../../../inc
       
    47 
       
    48 //Macro to /epoc32 headers
       
    49 MW_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 LIBRARY euser.lib
       
    52 LIBRARY	ECOM.LIB
       
    53 LIBRARY	cmmpluginbase.lib
       
    54 LIBRARY COMMSDAT.lib
       
    55 LIBRARY featmgr.lib