equal
deleted
inserted
replaced
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 USERINCLUDE ../inc ../../utils/inc |
|
35 |
|
36 MW_LAYER_SYSTEMINCLUDE |
|
37 |
|
38 // Note: |
|
39 // The only other SYSTEMINCLUDE should you shall add are Symbian specific ones. |
|
40 // If there is a S60 header in the subdirectory then that should be |
|
41 // added into the include statements (like #include <phonebook/header.h>) |
|
42 //SYSTEMINCLUDE /epoc32/include/ecom |
|
43 SYSTEMINCLUDE ../../../inc ../../../../inc |
|
44 |
|
45 LIBRARY euser.lib |
|
46 LIBRARY dunutils.lib |
|
47 LIBRARY btfeatures.lib |
|
48 DEBUGLIBRARY flogger.lib |
|