wlanutilities/wlansniffer/aihelper/group/aihelper.mmp
branchRCL_3
changeset 25 f28ada11abbf
parent 0 56b72877c1cb
equal deleted inserted replaced
24:63be7eb3fc78 25:f28ada11abbf
       
     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 AiHelper
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 
       
    23 TARGET          wsfaihelper.exe
       
    24 TARGETTYPE      exe
       
    25 UID             0x100039CE 0x10281CEB
       
    26 
       
    27 EPOCSTACKSIZE   0x5000
       
    28 
       
    29 CAPABILITY ReadDeviceData NetworkServices NetworkControl ProtServ \
       
    30            ReadUserData WriteDeviceData WriteUserData
       
    31 
       
    32 
       
    33 
       
    34 SOURCEPATH      ../src 
       
    35 SOURCE          wsfaihelper.cpp
       
    36 SOURCE          wsfaihelperapplication.cpp 
       
    37 SOURCE          wsfaihelperappui.cpp
       
    38 SOURCE          wsfaihelperdocument.cpp 
       
    39 SOURCE          wsfaihelperview.cpp
       
    40 SOURCE          wsfaihelpercontainer.cpp
       
    41 
       
    42 
       
    43 // own headers
       
    44 USERINCLUDE     ../inc
       
    45 
       
    46 // inner API
       
    47 USERINCLUDE     ../../inc
       
    48 
       
    49 // private API
       
    50 USERINCLUDE     ../../../inc
       
    51 
       
    52 
       
    53 //Macro to /epoc32 headers
       
    54 APP_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 LIBRARY             ws32.lib
       
    57 LIBRARY             euser.lib
       
    58 LIBRARY             apparc.lib
       
    59 LIBRARY             cone.lib 
       
    60 LIBRARY             avkon.lib  
       
    61 LIBRARY             apgrfx.lib 
       
    62 LIBRARY             eikcore.lib 
       
    63 LIBRARY             wsfwlaninfo.lib
       
    64 LIBRARY             wsfmodel.lib
       
    65 LIBRARY             aknskins.lib
       
    66 LIBRARY             eikcoctl.lib 
       
    67 LIBRARY             fbscli.lib
       
    68 LIBRARY             egul.lib
       
    69 
       
    70 LIBRARY             cmmanager.lib
       
    71 LIBRARY             commonengine.lib
       
    72 LIBRARY             commonui.lib
       
    73 DEBUGLIBRARY        flogger.lib
       
    74 
       
    75 START RESOURCE    ../data/wsfaihelper.rss
       
    76 HEADER
       
    77 TARGETPATH    APP_RESOURCE_DIR
       
    78 LANGUAGE_IDS
       
    79 END
       
    80 
       
    81 START RESOURCE    ../data/wsfaihelper_reg.rss
       
    82 DEPENDS wsfaihelper.rsg
       
    83 TARGETPATH    /private/10003a3f/apps
       
    84 END
       
    85