wlanutilities/wlanplugin/group/wlanplugin.mmp
changeset 19 10810c91db26
parent 3 ff3b37722600
child 22 498f36116140
equal deleted inserted replaced
3:ff3b37722600 19:10810c91db26
     1 /*
       
     2 * Copyright (c) 2007 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 *     This is project specification file for the wlanplugin.
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 #include <data_caging_paths.hrh>    //this is needed for RESOURCE_FILES_DIR
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 CAPABILITY          CAP_ECOM_PLUGIN
       
    24 TARGET              wlanplugin.dll
       
    25 TARGETTYPE          PLUGIN
       
    26 UID                 0x10009D8D 0x10281BCB
       
    27 VENDORID            VID_DEFAULT
       
    28 
       
    29 SOURCEPATH          ../src
       
    30 SOURCE              wlanplugin.cpp
       
    31 SOURCE              wlanpluginimplementationtable.cpp
       
    32 SOURCE				wlanpluginwlanstate.cpp
       
    33 SOURCE              wlanplugindbobserver.cpp
       
    34 SOURCE              wlanplugintimeshifter.cpp
       
    35 
       
    36 USERINCLUDE         ../data
       
    37 
       
    38 // Component specific internal headers 
       
    39 USERINCLUDE			../inc
       
    40 SYSTEMINCLUDE       ../../inc
       
    41 
       
    42 //Macro to /epoc32 headers
       
    43 MW_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 SOURCEPATH          ../data
       
    46 
       
    47 //ECOM resource definition
       
    48 START RESOURCE      10281BCB.rss
       
    49 TARGET              wlanplugin.rsc
       
    50 END // ECOM resource definition
       
    51 
       
    52 //WlanSettingsPlugin resources
       
    53 START RESOURCE      wlanpluginrsc.rss
       
    54 HEADER
       
    55 TARGETPATH          RESOURCE_FILES_DIR
       
    56 LANGUAGE_IDS
       
    57 END//WlanPlugin resources
       
    58 
       
    59 LIBRARY             euser.lib
       
    60 LIBRARY             efsrv.lib
       
    61 LIBRARY             avkon.lib
       
    62 LIBRARY             FeatMgr.lib
       
    63 LIBRARY             bafl.lib 
       
    64 LIBRARY             cone.lib 
       
    65 LIBRARY             eikcore.lib 
       
    66 LIBRARY             commonengine.lib   // RConeResourceLoader
       
    67 LIBRARY             aknskins.lib       // AknsUtils.h
       
    68 LIBRARY             GSEcomPlugin.lib
       
    69 LIBRARY             apgrfx.lib
       
    70 LIBRARY             apparc.lib
       
    71 LIBRARY				ws32.lib
       
    72 LIBRARY				wsfwlaninfo.lib
       
    73 LIBRARY				wsfmodel.lib
       
    74 LIBRARY             wsfwlaninfosorting.lib
       
    75 LIBRARY             commonui.lib
       
    76 LIBRARY             aknnotify.lib 
       
    77 LIBRARY             eiksrv.lib
       
    78 LIBRARY     		COMMSDAT.lib
       
    79 LIBRARY     		cmmanagerdatabase.lib
       
    80 DEBUGLIBRARY        flogger.lib
       
    81