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 |
|
|
89 |
START RESOURCE xnuiengine.rss
|
|
90 |
HEADER
|
|
91 |
TARGETPATH APP_RESOURCE_DIR
|
|
92 |
LANGUAGE_IDS
|
|
93 |
END
|
|
94 |
|
|
95 |
START RESOURCE xnwallpaperview.rss
|
|
96 |
HEADER
|
|
97 |
TARGETPATH APP_RESOURCE_DIR
|
|
98 |
LANGUAGE_IDS
|
|
99 |
END
|
|
100 |
|
|
101 |
USERINCLUDE ../inc // uiengine
|
|
102 |
USERINCLUDE ../../inc // xmluirendering
|
|
103 |
USERINCLUDE ../../../inc // idlehomescreen
|
|
104 |
USERINCLUDE ../../../sapiwrapper/hspswrapper/inc // hspswrapper
|
|
105 |
USERINCLUDE ../../../sapiwrapper/cpswrapper/inc // cpswrapper
|
|
106 |
USERINCLUDE ../../../hscontentcontrol/inc // hscontentcontrolfactory
|
|
107 |
|
|
108 |
APP_LAYER_SYSTEMINCLUDE
|
|
109 |
|
|
110 |
LIBRARY euser.lib
|
|
111 |
LIBRARY cone.lib
|
|
112 |
LIBRARY bafl.lib
|
|
113 |
LIBRARY eikcoctl.lib
|
|
114 |
LIBRARY eikcore.lib
|
|
115 |
LIBRARY eikdlg.lib
|
|
116 |
LIBRARY egul.lib
|
|
117 |
LIBRARY fbscli.lib
|
|
118 |
LIBRARY ws32.lib
|
|
119 |
LIBRARY efsrv.lib
|
|
120 |
LIBRARY apparc.lib
|
|
121 |
LIBRARY ecom.lib
|
|
122 |
LIBRARY estor.lib
|
|
123 |
LIBRARY gdi.lib
|
|
124 |
LIBRARY hal.lib
|
|
125 |
|
|
126 |
LIBRARY liwservicehandler.lib
|
|
127 |
LIBRARY hspswrapper.lib
|
|
128 |
LIBRARY cpswrapper.lib
|
|
129 |
LIBRARY xn3utils.lib
|
|
130 |
LIBRARY xn3odt.lib
|
|
131 |
LIBRARY xn3domdocument.lib
|
|
132 |
LIBRARY avkon.lib
|
|
133 |
LIBRARY charconv.lib
|
|
134 |
LIBRARY aknicon.lib
|
|
135 |
LIBRARY inetprotutil.lib
|
|
136 |
LIBRARY xn3resource.lib
|
|
137 |
LIBRARY svgengine.lib
|
|
138 |
LIBRARY aknskins.lib
|
|
139 |
LIBRARY fntstr.lib
|
|
140 |
LIBRARY cdlengine.lib
|
|
141 |
LIBRARY aknlayout2scalable.lib
|
|
142 |
LIBRARY bitgdi.lib
|
|
143 |
LIBRARY hwrmlightclient.lib
|
|
144 |
LIBRARY commonengine.lib
|
|
145 |
LIBRARY aknnotify.lib
|
|
146 |
LIBRARY aknphysics.lib
|
|
147 |
LIBRARY gfxtrans.lib
|
|
148 |
LIBRARY aknswallpaperutils.lib
|
|
149 |
LIBRARY aknskinsrv.lib
|
|
150 |
LIBRARY centralrepository.lib
|
|
151 |
LIBRARY mgfetch.lib
|
|
152 |
LIBRARY hscontentcontrol.lib
|
|
153 |
LIBRARY hscontentinfo.lib
|
|
154 |
LIBRARY hsccproviderclient.lib
|
|
155 |
LIBRARY extrenderingplugin.lib
|
|
156 |
LIBRARY disknotifyhandler.lib
|
|
157 |
LIBRARY platformenv.lib
|
|
158 |
LIBRARY hspluginsettings.lib
|
|
159 |
LIBRARY akntouchgesturefw.lib
|
|
160 |
LIBRARY alfdecoderserverclient
|
|
161 |
|
|
162 |
#if defined(_XN3_DEBUG_) || defined(AI3_DEBUG_PERFORMANCE)
|
|
163 |
LIBRARY flogger.lib
|
|
164 |
#endif
|
|
165 |
|
|
166 |
#ifdef RD_TACTILE_FEEDBACK
|
|
167 |
LIBRARY touchfeedback.lib
|
|
168 |
#endif //RD_TACTILE_FEEDBACK
|
|
169 |
|
|
170 |
|