wlanutilities/wlansettingsui/group/wlansettingsui.mmp
branchRCL_3
changeset 24 63be7eb3fc78
parent 23 b852595f5cbe
child 25 f28ada11abbf
equal deleted inserted replaced
23:b852595f5cbe 24:63be7eb3fc78
     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 wlansettingsui.
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 #include <data_caging_paths.hrh>    //this is needed for RESOURCE_FILES_DIR
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 
       
    24 TARGET              wlansettingsui.dll
       
    25 TARGETTYPE          DLL
       
    26 UID                 0x1000008d 0x10281BC9
       
    27 
       
    28 CAPABILITY          CAP_GENERAL_DLL
       
    29 VENDORID            VID_DEFAULT
       
    30 
       
    31 SOURCEPATH          ../src
       
    32 SOURCE              wlansettingsui.cpp
       
    33 SOURCE              wlansettingsuiimpl.cpp
       
    34 SOURCE              wlansettingsuimodel.cpp
       
    35 SOURCE              wlansettingsuidlg.cpp
       
    36 SOURCE              wlansettingsuimainviewdlg.cpp
       
    37 SOURCE              wlansettingsuisettingitemlist.cpp
       
    38 SOURCE              wlansettingsuistatuspane.cpp
       
    39 SOURCE              wlansettingsuipanic.cpp
       
    40 SOURCE              wlansettingsuiscanintervalsettingitem.cpp
       
    41 SOURCE              wlansettingsuibinarypopupsettingitem.cpp
       
    42 
       
    43 USERINCLUDE         ../data
       
    44 
       
    45 // Component specific internal headers 
       
    46 USERINCLUDE			../inc
       
    47 
       
    48 // ADO-SUBSYSTEM specific internal headers 
       
    49 SYSTEMINCLUDE		../../inc
       
    50 
       
    51 // ADO specific internal headers 
       
    52 SYSTEMINCLUDE		../../../inc
       
    53 
       
    54 //Macro to /epoc32 headers
       
    55 APP_LAYER_SYSTEMINCLUDE
       
    56 
       
    57 SOURCEPATH          ../data
       
    58 
       
    59 //wlansettingsui resources
       
    60 START RESOURCE      wlansettingsui.rss
       
    61 HEADER
       
    62 TARGETPATH          RESOURCE_FILES_DIR
       
    63 LANGUAGE_IDS
       
    64 END//wlansettingsui resources
       
    65 
       
    66 LIBRARY             hlplch.lib
       
    67 LIBRARY             euser.lib
       
    68 LIBRARY             avkon.lib
       
    69 LIBRARY             eikdlg.lib
       
    70 LIBRARY             FeatMgr.lib
       
    71 LIBRARY             bafl.lib 
       
    72 LIBRARY             cone.lib 
       
    73 LIBRARY             eikcoctl.lib 
       
    74 LIBRARY             eikcore.lib 
       
    75 LIBRARY				aknlayout.lib 
       
    76 LIBRARY             centralrepository.lib
       
    77 LIBRARY     		COMMSDAT.lib
       
    78 LIBRARY     		cmmanagerdatabase.lib
       
    79 LIBRARY             commonengine.lib
       
    80 LIBRARY				ecom.lib
       
    81 LIBRARY             efsrv.lib 
       
    82 
       
    83 
       
    84 
       
    85 #if defined(ARMCC)
       
    86     DEFFILE ../eabi/wlansettingsui.def
       
    87 #elif defined( WINSCW )
       
    88     DEFFILE ../bwinscw/wlansettingsui.def
       
    89 #endif
       
    90