|
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: BTHid keyboard driver |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include "../../inc/hiduids.h" |
|
20 |
|
21 TARGET hidkeyboard.dll |
|
22 TARGETTYPE PLUGIN |
|
23 UID ECOM_UID KEYBOARD_UID |
|
24 |
|
25 CAPABILITY CAP_APPLICATION |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 USERINCLUDE ../inc |
|
29 USERINCLUDE ../../inc |
|
30 USERINCLUDE ../../common/inc |
|
31 USERINCLUDE ../../manager/inc |
|
32 USERINCLUDE ../../mouse/Sesame_client/inc |
|
33 USERINCLUDE ../../bthidkbdsettings/inc |
|
34 |
|
35 SOURCEPATH ../src |
|
36 SOURCE keyboard.cpp |
|
37 SOURCE finder.cpp |
|
38 SOURCE hidkeyboarddriverproxy.cpp |
|
39 |
|
40 SOURCEPATH ../../common/src |
|
41 SOURCE timeouttimer.cpp |
|
42 SOURCE layoututils.cpp |
|
43 |
|
44 |
|
45 MW_LAYER_SYSTEMINCLUDE |
|
46 SYSTEMINCLUDE ../../../../inc |
|
47 |
|
48 SOURCEPATH ../data |
|
49 START RESOURCE hidkeyboard.rss |
|
50 #ifdef SYMBIAN_SECURE_ECOM |
|
51 TARGET hidkeyboard.rsc |
|
52 #endif |
|
53 END // ECOM resource definition |
|
54 |
|
55 LIBRARY kbdclient.lib |
|
56 LIBRARY euser.lib |
|
57 LIBRARY ecom.lib |
|
58 LIBRARY ws32.lib |
|
59 LIBRARY generichid.lib |
|
60 LIBRARY apgrfx.lib |
|
61 LIBRARY apparc.lib |
|
62 LIBRARY bthidsettings.lib |
|
63 DEBUGLIBRARY flogger.lib |