equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006 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 Local Connectivity Daemon. |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include "../inc/prjconfig.h" |
|
20 |
|
21 TARGET locod.exe |
|
22 TARGETTYPE exe |
|
23 |
|
24 UID 0x1000008d 0x2000276D |
|
25 |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 CAPABILITY LocalServices ReadDeviceData NetworkControl WriteDeviceData ReadUserData WriteUserData NetworkServices |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE locodmain.cpp |
|
32 SOURCE locodaemon.cpp |
|
33 SOURCE locodserviceman.cpp |
|
34 SOURCE locodservice.cpp |
|
35 |
|
36 USERINCLUDE ../inc |
|
37 USERINCLUDE ../../inc ../../../inc |
|
38 |
|
39 MW_LAYER_SYSTEMINCLUDE |
|
40 |
|
41 LIBRARY euser.lib |
|
42 LIBRARY ecom.lib |
|
43 LIBRARY featmgr.lib |
|
44 LIBRARY centralrepository.lib |
|
45 LIBRARY cenrepnotifhandler.lib |
|
46 |
|
47 #ifdef PRJ_FILE_TRACE |
|
48 LIBRARY flogger.lib |
|
49 #endif |
|
50 |
|
51 |