29
|
1 |
/*
|
|
2 |
* Copyright (c) 2006-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: Project definition file for project DUN server
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#include <platform_paths.hrh>
|
|
20 |
|
|
21 |
TARGET dunserver.exe
|
|
22 |
TARGETTYPE EXE
|
|
23 |
UID 0x1000008d 0x0100387D
|
|
24 |
|
|
25 |
CAPABILITY CAP_SERVER NetworkControl CommDD LocalServices WriteDeviceData
|
|
26 |
VENDORID VID_DEFAULT
|
|
27 |
|
|
28 |
SOURCEPATH ../src
|
|
29 |
SOURCE DunSession.cpp
|
|
30 |
SOURCE DunServer.cpp
|
|
31 |
SOURCE DunServerUtils.cpp
|
|
32 |
SOURCE DunCloseWait.cpp
|
|
33 |
|
|
34 |
MW_LAYER_SYSTEMINCLUDE
|
|
35 |
|
35
|
36 |
USERINCLUDE ../inc ../../utils/inc
|
|
37 |
USERINCLUDE ../../../inc ../../../../inc
|
29
|
38 |
|
|
39 |
LIBRARY euser.lib
|
|
40 |
LIBRARY dunutils.lib
|
|
41 |
LIBRARY btfeatures.lib
|
|
42 |
DEBUGLIBRARY flogger.lib
|