|
1 /* |
|
2 * Copyright (c) 2005-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 peninputserver |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <data_caging_paths.hrh> |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET peninputserver.exe |
|
22 TARGETTYPE exe |
|
23 //UID |
|
24 MACRO __ALPHA_TRANCEPARENCY__ |
|
25 UID 0x100039CE 0x10281855 |
|
26 |
|
27 EPOCHEAPSIZE 0x00030000 0x00400000 |
|
28 // add by jiawenjuan |
|
29 EPOCSTACKSIZE 0x5000 |
|
30 CAPABILITY CAP_APPLICATION |
|
31 VENDORID VID_DEFAULT |
|
32 |
|
33 SOURCEPATH . |
|
34 SOURCE peninputserver.cpp |
|
35 SOURCE rpeninputanim.cpp |
|
36 SOURCE peninputserversession.cpp |
|
37 SOURCE peninputserverapp.cpp |
|
38 SOURCE peninputserverappui.cpp |
|
39 SOURCE peninputserverdocument.cpp |
|
40 SOURCE peninputanimclientobj.cpp |
|
41 SOURCE peninputanimcommand.cpp |
|
42 SOURCE peninputuilayoutowner.cpp |
|
43 SOURCE penuiwndctrl.cpp |
|
44 SOURCE keyrotator.cpp |
|
45 SOURCE peninputcrpclient.cpp |
|
46 |
|
47 USERINCLUDE . ../../inc/pensrvcliinc |
|
48 |
|
49 // This is a SYSTEMINCLUDE macro containing the middleware |
|
50 // layer specific include directories |
|
51 MW_LAYER_SYSTEMINCLUDE |
|
52 |
|
53 SYSTEMINCLUDE /epoc32/include/ecom |
|
54 SYSTEMINCLUDE ../../../../inc |
|
55 SYSTEMINCLUDE ../../../inc |
|
56 |
|
57 LIBRARY euser.lib |
|
58 LIBRARY apgrfx.lib |
|
59 LIBRARY ws32.lib |
|
60 LIBRARY fbscli.lib |
|
61 LIBRARY bafl.lib |
|
62 LIBRARY bitgdi.lib |
|
63 LIBRARY gdi.lib |
|
64 LIBRARY peninputlayouteng.lib |
|
65 LIBRARY centralrepository.lib |
|
66 |
|
67 LIBRARY apparc.lib |
|
68 LIBRARY cone.lib |
|
69 LIBRARY eikcore.lib |
|
70 LIBRARY eikcoctl.lib |
|
71 LIBRARY avkon.lib |
|
72 LIBRARY eikctl.lib |
|
73 LIBRARY egul.lib |
|
74 LIBRARY ptiengine.lib |
|
75 LIBRARY estor.lib |
|
76 LIBRARY akncapserverclient.lib |
|
77 #ifdef RD_TACTILE_FEEDBACK |
|
78 LIBRARY FeatMgr.lib // feature manager |
|
79 #endif // RD_TACTILE_FEEDBACK |
|
80 LIBRARY efsrv.lib |
|
81 LIBRARY AknLayout2Scalable.lib |
|
82 LIBRARY aknskins.lib |
|
83 LIBRARY AknLayout2.lib |
|
84 LIBRARY CdlEngine.lib |
|
85 LIBRARY AknIcon.lib |
|
86 LIBRARY AknNotify.lib |
|
87 #ifdef RD_UI_TRANSITION_EFFECTS_LIST |
|
88 LIBRARY aknlistloadertfx.lib |
|
89 LIBRARY akntransitionutils.lib |
|
90 LIBRARY gfxtrans.lib |
|
91 #endif //RD_UI_TRANSITION_EFFECTS_LIST |
|
92 |
|
93 |
|
94 START RESOURCE ./data/peninputserver.rss |
|
95 HEADER |
|
96 #ifdef RD_APPS_TO_EXES |
|
97 TARGETPATH APP_RESOURCE_DIR |
|
98 #endif |
|
99 LANGUAGE_IDS |
|
100 END // RESOURCE |
|
101 |
|
102 #ifdef RD_SCALABLE_UI |
|
103 START RESOURCE ./aif/peninputserver_reg.rss |
|
104 DEPENDS peninputserver.rsg |
|
105 // Do not change the UID below. |
|
106 TARGETPATH /private/10003a3f/apps |
|
107 END |
|
108 #else |
|
109 START RESOURCE ./data/peninputserver_caption.rss |
|
110 HEADER |
|
111 #ifdef RD_APPS_TO_EXES |
|
112 TARGETPATH APP_RESOURCE_DIR |
|
113 #endif |
|
114 END // RESOURCE |
|
115 |
|
116 #endif |