|
1 /* |
|
2 * Copyright (c) 2008 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 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include "../../inc/hiduids.h" |
|
21 |
|
22 TARGET bthidserver.exe |
|
23 TARGETTYPE exe |
|
24 UID 0x1000008d 0x2001E301 |
|
25 |
|
26 CAPABILITY CAP_APPLICATION |
|
27 VENDORID VID_DEFAULT //=0x101FB657 |
|
28 |
|
29 USERINCLUDE ../inc |
|
30 USERINCLUDE ../../inc |
|
31 USERINCLUDE ../../common/inc |
|
32 USERINCLUDE ../../bthidclient/inc |
|
33 USERINCLUDE ../../mouse/Sesame_client/inc |
|
34 USERINCLUDE ../../bthidkbdsettings/inc |
|
35 |
|
36 MW_LAYER_SYSTEMINCLUDE |
|
37 SYSTEMINCLUDE ../../../../inc |
|
38 |
|
39 SOURCEPATH ../../common/src |
|
40 SOURCE genericserver.cpp |
|
41 SOURCE timeouttimer.cpp |
|
42 SOURCE genericclient.cpp |
|
43 |
|
44 SOURCEPATH ../src |
|
45 SOURCE socketinitiator.cpp |
|
46 SOURCE hidsdpclient.cpp |
|
47 SOURCE bthidsession.cpp |
|
48 SOURCE bthidserver.cpp |
|
49 SOURCE bthiddevice.cpp |
|
50 SOURCE socketlistener.cpp |
|
51 SOURCE socketreader.cpp |
|
52 SOURCE socketwriter.cpp |
|
53 SOURCE bthidconnection.cpp |
|
54 SOURCE descriptorlistparser.cpp |
|
55 SOURCE hiddescriptor.cpp |
|
56 SOURCE hiddescriptorlist.cpp |
|
57 SOURCE datasegmenter.cpp |
|
58 SOURCE genericactive.cpp |
|
59 |
|
60 |
|
61 LIBRARY ecom.lib |
|
62 LIBRARY euser.lib //All |
|
63 LIBRARY esock.lib //?? |
|
64 LIBRARY bluetooth.lib //All -Tcb |
|
65 //LIBRARY btmanclient.lib //All -Tcb |
|
66 LIBRARY estor.lib |
|
67 LIBRARY efsrv.lib |
|
68 LIBRARY sdpagent.lib //All -Tcb |
|
69 LIBRARY sdpdatabase.lib //All -Tcb |
|
70 LIBRARY btdevice.lib //All -Tcb |
|
71 LIBRARY sysutil.lib //?? |
|
72 LIBRARY generichid.lib //CAP_GENERAL_DLL -AllFiles |
|
73 //LIBRARY hal.lib //ALL |
|
74 LIBRARY flogger.lib //?? |
|
75 LIBRARY kbdclient.lib |
|
76 LIBRARY bthidsettings.lib |
|
77 |
|
78 // End of File |
|
79 |