|
1 /* |
|
2 * Copyright (c) 2002-2005 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: peninput VKB data manager |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <bldvariant.hrh> |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET PeninputVkbKr.dll |
|
23 TARGETTYPE PLUGIN |
|
24 CAPABILITY CAP_ECOM_PLUGIN |
|
25 UID 0x10009d8d 0xEB339F5E |
|
26 |
|
27 MW_LAYER_SYSTEMINCLUDE |
|
28 SYSTEMINCLUDE /epoc32/include/ecom |
|
29 SYSTEMINCLUDE ../../../inc |
|
30 |
|
31 USERINCLUDE ../inc |
|
32 |
|
33 SOURCEPATH ../src |
|
34 |
|
35 SOURCE PeninputVkbKrDllMain.cpp |
|
36 SOURCE PeninputVkbKrLayoutImp.cpp |
|
37 SOURCE PeninputVkbKrLayout.cpp |
|
38 SOURCE PeninputVkbKrProxy.cpp |
|
39 SOURCE PeninputVkbKrWindow.cpp |
|
40 SOURCE PeninputVkbKrDataMgr.cpp |
|
41 SOURCE PeninputVkbKrUiStateBase.cpp |
|
42 SOURCE PeninputVkbKrUiStateStandby.cpp |
|
43 SOURCE PeninputVkbKrUiStateNone.cpp |
|
44 SOURCE peninputgenericlafdatamgr.cpp |
|
45 |
|
46 SOURCEPATH ../data |
|
47 START RESOURCE EB339F5E.rss |
|
48 TARGET PeninputVkbKr.rsc |
|
49 END |
|
50 |
|
51 RESOURCE PeninputVkbKrWindowConfigInfo_65.rss |
|
52 RESOURCE PeninputVkbKrWindowKr.rss |
|
53 |
|
54 LIBRARY euser.lib |
|
55 LIBRARY ws32.lib |
|
56 LIBRARY ecom.lib |
|
57 LIBRARY efsrv.lib |
|
58 LIBRARY gdi.lib |
|
59 LIBRARY bafl.lib |
|
60 LIBRARY avkon.lib |
|
61 LIBRARY aknlayout.lib |
|
62 LIBRARY aknlayout2scalable.lib |
|
63 LIBRARY aknicon.lib |
|
64 LIBRARY fontutils.lib |
|
65 LIBRARY uiklaf.lib |
|
66 LIBRARY centralrepository.lib |
|
67 LIBRARY cone.lib |
|
68 LIBRARY ptiengine.lib |
|
69 |
|
70 LIBRARY peninputlayoutinterface.lib |
|
71 LIBRARY peninputlayoutcontrol.lib |
|
72 LIBRARY peninputcommonctrls.lib |
|
73 LIBRARY peninputpluginutils.lib |
|
74 LIBRARY peninputcommonlayout.lib |
|
75 LIBRARY aknskins.lib |
|
76 LIBRARY fbscli.lib |
|
77 LIBRARY estor.lib |
|
78 |
|
79 DEBUGLIBRARY flogger.lib |