wlanutilities/wlansniffer/wlansnifferkeepalive/group/wsfkeepalive.mmp
branchRCL_3
changeset 25 f28ada11abbf
parent 24 63be7eb3fc78
equal deleted inserted replaced
24:63be7eb3fc78 25:f28ada11abbf
     1 /*
       
     2 * Copyright (c) 2010 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 * Project definition file for Wlan Sniffer Keepalive process.
       
    16 */
       
    17 
       
    18 TARGET        wlansnifferkeepalive.exe
       
    19 TARGETTYPE    exe
       
    20 UID           0x100039CE 0x2002FF5F
       
    21 
       
    22 USERINCLUDE  ../inc 
       
    23 USERINCLUDE  ../traces
       
    24 MW_LAYER_SYSTEMINCLUDE
       
    25 
       
    26 SOURCEPATH   ../src
       
    27 SOURCE       main.cpp
       
    28 SOURCE       wsfkeepalive.cpp
       
    29 SOURCE       wsfkeepalivecmm.cpp
       
    30 SOURCE       wsfkeepaliveconnmon.cpp
       
    31 SOURCE       wsfkeepaliveconnmondisc.cpp
       
    32 SOURCE       wsfkeepaliveesock.cpp
       
    33 SOURCE       wsfkeepalivetimer.cpp
       
    34 
       
    35 LIBRARY      euser.lib
       
    36 LIBRARY      connmon.lib
       
    37 LIBRARY      esock.lib
       
    38 LIBRARY      extendedconnpref.lib
       
    39 LIBRARY      netmeta.lib
       
    40 LIBRARY		 cmmanager.lib
       
    41 
       
    42 CAPABILITY   CAP_APPLICATION NetworkControl
       
    43 
       
    44 #ifdef ENABLE_ABIV2_MODE
       
    45   DEBUGGABLE_UDEBONLY
       
    46 #endif