|
1 /* |
|
2 * Copyright (c) 2002-2004 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 specification file of Japanese user dictionary. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 #include <data_caging_paths.hrh> |
|
23 #include <platform_paths.hrh> |
|
24 |
|
25 //////////////////////////////////////////////////////////// |
|
26 // Target information |
|
27 TARGET UserDict.dll |
|
28 TARGETTYPE PLUGIN |
|
29 CAPABILITY CAP_ECOM_PLUGIN |
|
30 VENDORID VID_DEFAULT |
|
31 UID 0x10009d8d 0x101F86A9 |
|
32 |
|
33 //////////////////////////////////////////////////////////// |
|
34 // Sources |
|
35 SOURCEPATH ../src |
|
36 SOURCE UdictApp.cpp |
|
37 SOURCE UdictDocument.cpp |
|
38 SOURCE UdictAppUi.cpp |
|
39 SOURCE UdictView.cpp |
|
40 SOURCE UdictContainer.cpp |
|
41 SOURCE UdictFrm.cpp |
|
42 SOURCE UdictModel.cpp |
|
43 SOURCE UdictElement.cpp |
|
44 |
|
45 //////////////////////////////////////////////////////////// |
|
46 // Include paths |
|
47 USERINCLUDE . ../inc |
|
48 |
|
49 // This is a SYSTEMINCLUDE macro containing the applications |
|
50 // layer specific include directories |
|
51 APP_LAYER_SYSTEMINCLUDE |
|
52 |
|
53 SYSTEMINCLUDE /epoc32/include/ecom |
|
54 SYSTEMINCLUDE ../../inc |
|
55 |
|
56 //////////////////////////////////////////////////////////// |
|
57 // Resources |
|
58 |
|
59 START RESOURCE ../data/101F86A9.rss |
|
60 #ifdef SYMBIAN_SECURE_ECOM |
|
61 TARGET UserDict.rsc |
|
62 #endif |
|
63 END |
|
64 |
|
65 //////////////////////////////////////////////////////////// |
|
66 // Static dependencies |
|
67 LIBRARY euser.lib |
|
68 LIBRARY apparc.lib |
|
69 LIBRARY eikcore.lib |
|
70 LIBRARY cone.lib |
|
71 LIBRARY avkon.lib |
|
72 LIBRARY eikcoctl.lib |
|
73 LIBRARY eikctl.lib |
|
74 LIBRARY eikdlg.lib |
|
75 LIBRARY commonengine.lib |
|
76 LIBRARY ptiengine.lib |
|
77 LIBRARY FeatMgr.lib |
|
78 LIBRARY hlplch.lib |
|
79 LIBRARY AknIcon.lib |
|
80 LIBRARY egul.lib |
|
81 LIBRARY ecom.lib |
|
82 LIBRARY ws32.lib |
|
83 |
|
84 // End of File |