cmmanager/cmmgr/cmmplugins/cmpluginwlan/group/cmpluginwlan.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 <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET      cmpluginwlan.dll
       
    24 UID         0x10009D8D 0x10281BB2
       
    25 
       
    26 TARGETTYPE      PLUGIN
       
    27 
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 SOURCEPATH  ../src
       
    32 
       
    33 SOURCE      cmpluginwlanproxy.cpp
       
    34 SOURCE      cmpluginwlan.cpp
       
    35 SOURCE      cmwlancoveragecheck.cpp
       
    36 
       
    37 SOURCEPATH  ../data
       
    38 
       
    39 START RESOURCE 10281BB2.rss
       
    40 TARGET cmpluginwlan.rsc
       
    41 END
       
    42 
       
    43 // Component specific internal headers
       
    44 USERINCLUDE     ../inc
       
    45 USERINCLUDE     ../traces
       
    46 
       
    47 // ADO specific internal headers
       
    48 SYSTEMINCLUDE   ../../../../../inc
       
    49 
       
    50 //Macro to /epoc32 headers
       
    51 MW_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 LIBRARY     euser.lib
       
    54 LIBRARY     ecom.lib
       
    55 LIBRARY     commsdat.lib
       
    56 LIBRARY     cmmanagerdatabase.lib
       
    57 LIBRARY     featmgr.lib
       
    58 LIBRARY     cmmpluginbase.lib