|
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 BTEng |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 #include <data_caging_paths.hrh> |
|
22 |
|
23 TARGET btengsrv.exe |
|
24 TARGETTYPE exe |
|
25 UID 0x1000008d 0x10005950 |
|
26 |
|
27 CAPABILITY CAP_SERVER NetworkControl PowerMgmt CommDD |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE btengserver.cpp |
|
32 SOURCE btengsrvsession.cpp |
|
33 SOURCE btengsrvstate.cpp |
|
34 SOURCE btengsrvpluginmgr.cpp |
|
35 SOURCE btengsrvbbconnectionmgr.cpp |
|
36 SOURCE btengsdpdbhandler.cpp |
|
37 SOURCE btengsrvkeywatcher.cpp |
|
38 SOURCE btengactive.cpp |
|
39 SOURCE btengpairman.cpp |
|
40 SOURCE btengpairbase.cpp |
|
41 SOURCE btengincpair.cpp |
|
42 SOURCE btengotgpair.cpp |
|
43 START RESOURCE ../data/btengsdp.rss |
|
44 HEADER |
|
45 TARGETPATH RESOURCE_FILES_DIR |
|
46 END // RESOURCE |
|
47 |
|
48 USERINCLUDE ../inc |
|
49 SYSTEMINCLUDE ../../inc |
|
50 MW_LAYER_SYSTEMINCLUDE |
|
51 |
|
52 LIBRARY euser.lib |
|
53 LIBRARY ecom.lib |
|
54 LIBRARY btmanclient.lib |
|
55 LIBRARY sdpdatabase.lib |
|
56 LIBRARY esock.lib |
|
57 LIBRARY btdevice.lib |
|
58 LIBRARY bluetooth.lib |
|
59 LIBRARY centralrepository.lib |
|
60 LIBRARY charconv.lib |
|
61 LIBRARY bafl.lib |
|
62 LIBRARY efsrv.lib |
|
63 LIBRARY featmgr.lib |
|
64 LIBRARY aknnotify.lib |
|
65 LIBRARY btfeatures.lib |
|
66 |
|
67 LIBRARY btpowercontrol.lib |
|
68 #ifndef __WINS__ |
|
69 LIBRARY dutmode.lib |
|
70 #endif //__WINS__ |
|
71 DEBUGLIBRARY flogger.lib |