wlanutilities/wlansniffer/mainapplication/group/mainapplication.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-2008 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:  Project definition file for project MainApplication
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 CAPABILITY ReadDeviceData NetworkServices NetworkControl ProtServ \
       
    22            ReadUserData WriteDeviceData WriteUserData SwEvent
       
    23 
       
    24 TARGET          wlansniffer.exe
       
    25 TARGETTYPE exe
       
    26 UID               0x100039CE 0x10281CAA
       
    27 
       
    28 EPOCSTACKSIZE	  0x5000
       
    29 
       
    30 SOURCEPATH        ../src 
       
    31 SOURCE            wsfentrypoint.cpp
       
    32 SOURCE            wsfapplication.cpp 
       
    33 SOURCE            wsfmainview.cpp
       
    34 SOURCE            wsfappui.cpp
       
    35 SOURCE            wsfdocument.cpp 
       
    36 
       
    37 SOURCE            wsfactivewaiter.cpp
       
    38 SOURCE            wsfmaincontroller.cpp 
       
    39 SOURCE            wsfmainviewcontroller.cpp 
       
    40 SOURCE            wsfmainviewmodel.cpp
       
    41 SOURCE            wsfmainviewcontainer.cpp
       
    42 
       
    43 // Details View Sources
       
    44 SOURCE            wsfdetailsview.cpp
       
    45 SOURCE            wsfdetailscontainer.cpp
       
    46 SOURCE            wsfdetailsviewmodel.cpp
       
    47 SOURCE            wsfdetailsviewcontroller.cpp
       
    48 
       
    49 // Connected Details Popup Sources 
       
    50 SOURCE            wsfconnecteddetailsdialog.cpp
       
    51 SOURCE            wsfconnecteddetailsmodel.cpp
       
    52 SOURCE            wsfconnecteddetailscontroller.cpp
       
    53 SOURCE            wsfactivetimeupdater.cpp
       
    54 
       
    55 
       
    56 // own headers
       
    57 USERINCLUDE     ../inc
       
    58 
       
    59 // inner API
       
    60 USERINCLUDE     ../../inc
       
    61 
       
    62 // private API
       
    63 USERINCLUDE     ../../../inc
       
    64 
       
    65 
       
    66 //Macro to /epoc32 headers
       
    67 APP_LAYER_SYSTEMINCLUDE
       
    68 
       
    69 LIBRARY             euser.lib
       
    70 LIBRARY             apparc.lib
       
    71 LIBRARY             cone.lib 
       
    72 LIBRARY             bafl.lib 
       
    73 LIBRARY             eikcore.lib  
       
    74 LIBRARY             avkon.lib  
       
    75 LIBRARY             eikcoctl.lib 
       
    76 LIBRARY             eikctl.lib 
       
    77 LIBRARY             egul.lib
       
    78 LIBRARY             aknicon.lib 
       
    79 LIBRARY             eikdlg.lib
       
    80 LIBRARY             eikcdlg.lib
       
    81 LIBRARY             FeatMgr.lib
       
    82 LIBRARY             hlplch.lib
       
    83 LIBRARY             ConnMon.lib
       
    84 LIBRARY             aknskins.lib
       
    85 LIBRARY             commonengine.lib
       
    86 LIBRARY             cmmanager.lib
       
    87 LIBRARY             wlansettingsui.lib
       
    88 LIBRARY             charconv.lib
       
    89 LIBRARY             apgrfx.lib
       
    90 LIBRARY             commonui.lib
       
    91 
       
    92 LIBRARY             wsfwlaninfo.lib
       
    93 LIBRARY             wsfwlaninfosorting.lib
       
    94 LIBRARY             wsfmodel.lib
       
    95 LIBRARY             connectionuiutilities.lib
       
    96 
       
    97 // Logger
       
    98 DEBUGLIBRARY        flogger.lib
       
    99 
       
   100 START RESOURCE    ../data/wlansniffer.rss
       
   101 HEADER
       
   102 TARGETPATH        APP_RESOURCE_DIR
       
   103 LANGUAGE_IDS
       
   104 END
       
   105 
       
   106 START RESOURCE    ../data/wlansniffer_reg.rss
       
   107 DEPENDS wlansniffer.rsg
       
   108 TARGETPATH        /private/10003a3f/apps
       
   109 END
       
   110 
       
   111