31
|
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 wsfkeepaliveconnmon.cpp
|
|
30 |
SOURCE wsfkeepaliveconnmondisc.cpp
|
|
31 |
SOURCE wsfkeepaliveesock.cpp
|
|
32 |
SOURCE wsfkeepalivetimer.cpp
|
|
33 |
|
|
34 |
LIBRARY euser.lib
|
|
35 |
LIBRARY connmon.lib
|
|
36 |
LIBRARY esock.lib
|
|
37 |
LIBRARY extendedconnpref.lib
|
|
38 |
LIBRARY netmeta.lib
|
|
39 |
|
|
40 |
CAPABILITY CAP_APPLICATION NetworkControl
|
|
41 |
|
|
42 |
#ifdef ENABLE_ABIV2_MODE
|
|
43 |
DEBUGGABLE_UDEBONLY
|
|
44 |
#endif
|