author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 14 Sep 2010 20:58:58 +0300 | |
branch | RCL_3 |
changeset 88 | 3321d3e205b6 |
parent 83 | 5456b4e8b3a8 |
child 89 | 9f918e984081 |
child 102 | ba63c83f4716 |
permissions | -rw-r--r-- |
83 | 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: |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
#include <platform_paths.hrh> |
|
20 |
#include <data_caging_paths.hrh> |
|
21 |
#include <bldvariant.hrh> |
|
22 |
#include "../../inc/xuikon_builds_cfg.hrh" |
|
23 |
#include <platform/mw/aisystemuids.hrh> |
|
24 |
#include "../../../inc/ai3.hrh" |
|
25 |
||
26 |
TARGET xn3layoutengine.dll |
|
27 |
TARGETTYPE DLL |
|
28 |
UID 0x1000008d AI3_UID_LAYOUT_ENGINE |
|
29 |
||
30 |
VENDORID VID_DEFAULT |
|
31 |
CAPABILITY CAP_GENERAL_DLL |
|
32 |
SOURCEPATH ../src |
|
33 |
||
34 |
SOURCE xnapplication.cpp |
|
35 |
SOURCE xnappuiadapter.cpp |
|
36 |
SOURCE xnappuiadapterimpl.cpp |
|
37 |
SOURCE xncomponent.cpp |
|
38 |
SOURCE xncomponentfactory.cpp |
|
39 |
SOURCE xncomponentnodeimpl.cpp |
|
40 |
SOURCE xncontroladapter.cpp |
|
41 |
SOURCE xnpopupcontroladapter.cpp |
|
42 |
SOURCE xncontroladapterimpl.cpp |
|
43 |
SOURCE xnkeyeventdispatcher.cpp |
|
44 |
SOURCE xndocument.cpp |
|
45 |
SOURCE xnnode.cpp |
|
46 |
SOURCE xnnodeappif.cpp |
|
47 |
SOURCE xnnodepluginif.cpp |
|
48 |
SOURCE xnnodeimpl.cpp |
|
49 |
SOURCE xnnodepredicate.cpp |
|
50 |
SOURCE xnodtparser.cpp |
|
51 |
SOURCE xnpanic.cpp |
|
52 |
SOURCE xnproperty.cpp |
|
53 |
SOURCE xnpropertycomparator.cpp |
|
54 |
SOURCE xnpropertylist.cpp |
|
55 |
SOURCE xnuiengine.cpp |
|
56 |
SOURCE xnuiengineappif.cpp |
|
57 |
SOURCE xnuienginepluginif.cpp |
|
58 |
SOURCE xnuiengineimpl.cpp |
|
59 |
SOURCE xnviewadapter.cpp |
|
60 |
SOURCE xnviewnodeimpl.cpp |
|
61 |
SOURCE xnviewsnodeimpl.cpp |
|
62 |
SOURCE xnutils.cpp |
|
63 |
SOURCE xnuistatelistener.cpp |
|
64 |
SOURCE xncomposer.cpp |
|
65 |
SOURCE xneditmode.cpp |
|
66 |
SOURCE xneditor.cpp |
|
67 |
SOURCE xnpropertysubscriber.cpp |
|
68 |
SOURCE xnplugindata.cpp |
|
69 |
SOURCE xnviewdata.cpp |
|
70 |
SOURCE xnrootdata.cpp |
|
71 |
SOURCE xnviewmanager.cpp |
|
72 |
SOURCE xnwidgetextensionadapter.cpp |
|
73 |
SOURCE xnscrollablecontroladapter.cpp |
|
74 |
SOURCE xnoomsyshandler.cpp |
|
75 |
SOURCE xnlistquerydialogadapter.cpp |
|
76 |
SOURCE xnwallpaperview.cpp |
|
77 |
SOURCE xnwallpapercontainer.cpp |
|
78 |
SOURCE xneffectmanager.cpp |
|
79 |
SOURCE xninactivitymonitor.cpp |
|
80 |
SOURCE xnfocuscontrol.cpp |
|
81 |
SOURCE xnextrenderingpluginwrapper.cpp |
|
82 |
SOURCE xnbackgroundmanager.cpp |
|
83 |
SOURCE xnviewcontroladapter.cpp |
|
84 |
SOURCE xnspbgcleaner.cpp |
|
85 |
SOURCE xnwaitdialog.cpp |
|
86 |
SOURCE xnpublisherdata.cpp |
|
87 |
SOURCE xnitemactivator.cpp |
|
88
3321d3e205b6
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
83
diff
changeset
|
88 |
SOURCE xnviewswitcher.cpp |
83 | 89 |
|
90 |
START RESOURCE xnuiengine.rss |
|
91 |
HEADER |
|
92 |
TARGETPATH APP_RESOURCE_DIR |
|
93 |
LANGUAGE_IDS |
|
94 |
END |
|
95 |
||
96 |
START RESOURCE xnwallpaperview.rss |
|
97 |
HEADER |
|
98 |
TARGETPATH APP_RESOURCE_DIR |
|
99 |
LANGUAGE_IDS |
|
100 |
END |
|
101 |
||
102 |
USERINCLUDE ../inc // uiengine |
|
103 |
USERINCLUDE ../../inc // xmluirendering |
|
104 |
USERINCLUDE ../../../inc // idlehomescreen |
|
105 |
USERINCLUDE ../../../sapiwrapper/hspswrapper/inc // hspswrapper |
|
106 |
USERINCLUDE ../../../sapiwrapper/cpswrapper/inc // cpswrapper |
|
107 |
USERINCLUDE ../../../hscontentcontrol/inc // hscontentcontrolfactory |
|
108 |
||
109 |
APP_LAYER_SYSTEMINCLUDE |
|
110 |
||
111 |
LIBRARY euser.lib |
|
112 |
LIBRARY cone.lib |
|
113 |
LIBRARY bafl.lib |
|
114 |
LIBRARY eikcoctl.lib |
|
115 |
LIBRARY eikcore.lib |
|
116 |
LIBRARY eikdlg.lib |
|
117 |
LIBRARY egul.lib |
|
118 |
LIBRARY fbscli.lib |
|
119 |
LIBRARY ws32.lib |
|
120 |
LIBRARY efsrv.lib |
|
121 |
LIBRARY apparc.lib |
|
122 |
LIBRARY ecom.lib |
|
123 |
LIBRARY estor.lib |
|
124 |
LIBRARY gdi.lib |
|
125 |
LIBRARY hal.lib |
|
126 |
||
127 |
LIBRARY liwservicehandler.lib |
|
128 |
LIBRARY hspswrapper.lib |
|
129 |
LIBRARY cpswrapper.lib |
|
130 |
LIBRARY xn3utils.lib |
|
131 |
LIBRARY xn3odt.lib |
|
132 |
LIBRARY xn3domdocument.lib |
|
133 |
LIBRARY avkon.lib |
|
134 |
LIBRARY charconv.lib |
|
135 |
LIBRARY aknicon.lib |
|
136 |
LIBRARY inetprotutil.lib |
|
137 |
LIBRARY xn3resource.lib |
|
138 |
LIBRARY svgengine.lib |
|
139 |
LIBRARY aknskins.lib |
|
140 |
LIBRARY fntstr.lib |
|
141 |
LIBRARY cdlengine.lib |
|
142 |
LIBRARY aknlayout2scalable.lib |
|
143 |
LIBRARY bitgdi.lib |
|
144 |
LIBRARY hwrmlightclient.lib |
|
145 |
LIBRARY commonengine.lib |
|
146 |
LIBRARY aknnotify.lib |
|
147 |
LIBRARY aknphysics.lib |
|
148 |
LIBRARY gfxtrans.lib |
|
149 |
LIBRARY aknswallpaperutils.lib |
|
150 |
LIBRARY aknskinsrv.lib |
|
151 |
LIBRARY centralrepository.lib |
|
152 |
LIBRARY mgfetch.lib |
|
153 |
LIBRARY hscontentcontrol.lib |
|
154 |
LIBRARY hscontentinfo.lib |
|
155 |
LIBRARY hsccproviderclient.lib |
|
156 |
LIBRARY extrenderingplugin.lib |
|
157 |
LIBRARY disknotifyhandler.lib |
|
158 |
LIBRARY platformenv.lib |
|
159 |
LIBRARY hspluginsettings.lib |
|
160 |
LIBRARY akntouchgesturefw.lib |
|
161 |
LIBRARY alfdecoderserverclient |
|
162 |
||
163 |
#if defined(_XN3_DEBUG_) || defined(AI3_DEBUG_PERFORMANCE) |
|
164 |
LIBRARY flogger.lib |
|
165 |
#endif |
|
166 |
||
167 |
#ifdef RD_TACTILE_FEEDBACK |
|
168 |
LIBRARY touchfeedback.lib |
|
169 |
#endif //RD_TACTILE_FEEDBACK |
|
170 |
||
171 |