wlanutilities/wlanplugin/group/wlanplugin.mmp
branchRCL_3
changeset 25 f28ada11abbf
equal deleted inserted replaced
24:63be7eb3fc78 25:f28ada11abbf
       
     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             egul.lib
       
    69 LIBRARY             GSEcomPlugin.lib
       
    70 LIBRARY             apgrfx.lib
       
    71 LIBRARY             apparc.lib
       
    72 LIBRARY             ws32.lib
       
    73 LIBRARY             wsfwlaninfo.lib
       
    74 LIBRARY             wsfmodel.lib
       
    75 LIBRARY             wsfwlaninfosorting.lib
       
    76 LIBRARY             commonui.lib
       
    77 LIBRARY             aknnotify.lib 
       
    78 LIBRARY             eiksrv.lib
       
    79 LIBRARY             COMMSDAT.lib
       
    80 LIBRARY             cmmanagerdatabase.lib
       
    81 DEBUGLIBRARY        flogger.lib
       
    82