williamr@2
|
1 |
/*
|
williamr@2
|
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
williamr@2
|
3 |
* All rights reserved.
|
williamr@2
|
4 |
* This component and the accompanying materials are made available
|
williamr@4
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
williamr@2
|
6 |
* which accompanies this distribution, and is available
|
williamr@4
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
williamr@2
|
8 |
*
|
williamr@2
|
9 |
* Initial Contributors:
|
williamr@2
|
10 |
* Nokia Corporation - initial contribution.
|
williamr@2
|
11 |
*
|
williamr@2
|
12 |
* Contributors:
|
williamr@2
|
13 |
*
|
williamr@2
|
14 |
* Description:
|
williamr@2
|
15 |
*
|
williamr@2
|
16 |
*/
|
williamr@2
|
17 |
|
williamr@4
|
18 |
|
williamr@2
|
19 |
#ifndef __BLDCODELINE_HRH
|
williamr@2
|
20 |
#define __BLDCODELINE_HRH
|
williamr@2
|
21 |
|
williamr@2
|
22 |
|
williamr@2
|
23 |
/** #RD_32_BROWSER
|
williamr@2
|
24 |
RD Feature flag for implementing new Browser 3.2 features prior to branching 3.1
|
williamr@2
|
25 |
*/
|
williamr@2
|
26 |
#undef RD_32_BROWSER
|
williamr@2
|
27 |
|
williamr@2
|
28 |
/** #RD_32_BROWSER_ALR
|
williamr@2
|
29 |
RD Feature flag for implementing ALR support in Browser.
|
williamr@2
|
30 |
*/
|
williamr@2
|
31 |
#undef RD_32_BROWSER_ALR
|
williamr@2
|
32 |
|
williamr@2
|
33 |
/** #RD_3GP_WRITE_EXTENTION
|
williamr@2
|
34 |
This flag enables 3GP Write Extention feature in Record Utility.
|
williamr@2
|
35 |
*/
|
williamr@2
|
36 |
#undef RD_3GP_WRITE_EXTENTION
|
williamr@2
|
37 |
|
williamr@2
|
38 |
/** #RD_50_BROWSER
|
williamr@2
|
39 |
RD Feature flag for implementing new Browser 5.0 features.
|
williamr@2
|
40 |
*/
|
williamr@2
|
41 |
#undef RD_50_BROWSER
|
williamr@2
|
42 |
|
williamr@2
|
43 |
/** #RD_ACCESSORY_FW
|
williamr@2
|
44 |
This R&D flag defines changes related to accessory framework.
|
williamr@2
|
45 |
*/
|
williamr@2
|
46 |
#undef RD_ACCESSORY_FW
|
williamr@2
|
47 |
|
williamr@2
|
48 |
/** #RD_ACTIVESYNC_UI_INTEGRATION
|
williamr@2
|
49 |
RD flag for development of ActiveSync
|
williamr@2
|
50 |
*/
|
williamr@2
|
51 |
#undef RD_ACTIVESYNC_UI_INTEGRATION
|
williamr@2
|
52 |
|
williamr@2
|
53 |
/** #RD_AIW_DIAL_DATA_API
|
williamr@2
|
54 |
RD flag for development of new AIW Dial Data APIs.
|
williamr@2
|
55 |
*/
|
williamr@2
|
56 |
#define RD_AIW_DIAL_DATA_API
|
williamr@2
|
57 |
|
williamr@2
|
58 |
/** #RD_ALF_IN_PLATFORM
|
williamr@2
|
59 |
Flag enables ui accelerator toolkit development.
|
williamr@2
|
60 |
*/
|
williamr@2
|
61 |
#define RD_ALF_IN_PLATFORM
|
williamr@4
|
62 |
|
williamr@4
|
63 |
/** #ALF_USE_OPENWF_COMPOSITION
|
williamr@4
|
64 |
Bug 1391 - UI Acceleration migration to OpenWF
|
williamr@4
|
65 |
*/
|
williamr@4
|
66 |
#define ALF_USE_OPENWF_COMPOSITION
|
williamr@4
|
67 |
|
williamr@2
|
68 |
|
williamr@2
|
69 |
/** #RD_ALR_AND_NLR_ENABLERS
|
williamr@2
|
70 |
Enables Application and Network Level Roaming.
|
williamr@2
|
71 |
*/
|
williamr@2
|
72 |
#undef RD_ALR_AND_NLR_ENABLERS
|
williamr@2
|
73 |
|
williamr@2
|
74 |
/** #RD_ALR_VPN_AP_UI_DISABLED
|
williamr@2
|
75 |
Disables VPN Accesspoint UI
|
williamr@2
|
76 |
*/
|
williamr@2
|
77 |
#define RD_ALR_VPN_AP_UI_DISABLED
|
williamr@2
|
78 |
|
williamr@2
|
79 |
/** #RD_ANIMATION_EFFECTS
|
williamr@2
|
80 |
"R&D Flag to control inclusion of the feature ""animation effects""."
|
williamr@2
|
81 |
*/
|
williamr@2
|
82 |
#define RD_ANIMATION_EFFECTS
|
williamr@2
|
83 |
|
williamr@2
|
84 |
/** #RD_APPS_TO_EXES
|
williamr@2
|
85 |
This R&D flag is needed for incorporating apps to exes changes controlled way
|
williamr@2
|
86 |
into Series 60 releases.
|
williamr@2
|
87 |
*/
|
williamr@2
|
88 |
#define RD_APPS_TO_EXES
|
williamr@2
|
89 |
|
williamr@2
|
90 |
/** #RD_ARM_MDF_HELIX_ENGINE
|
williamr@2
|
91 |
This Helix engine flag is needed to variate S60 Video engine solution between
|
williamr@2
|
92 |
all ARM MicroPlayer (ROP) and Helix engines.
|
williamr@2
|
93 |
*/
|
williamr@2
|
94 |
#define RD_ARM_MDF_HELIX_ENGINE
|
williamr@2
|
95 |
|
williamr@2
|
96 |
/** #RD_ASYNCH_FILE_SAVE_QUEUE
|
williamr@2
|
97 |
Camcorder requires support from the Asynchronous File Save Queue.
|
williamr@2
|
98 |
*/
|
williamr@2
|
99 |
#undef RD_ASYNCH_FILE_SAVE_QUEUE
|
williamr@2
|
100 |
|
williamr@2
|
101 |
/** #RD_AUDIOCONTROLLER_STREAMINGSOURCE_SUPPORT
|
williamr@2
|
102 |
R&D flag that enables the Streaming Source supports for Audio Controllers.
|
williamr@2
|
103 |
*/
|
williamr@2
|
104 |
#define RD_AUDIOCONTROLLER_STREAMINGSOURCE_SUPPORT
|
williamr@2
|
105 |
|
williamr@2
|
106 |
/** #RD_AUTO_KEYGUARD
|
williamr@2
|
107 |
This flag is used to determine whether the automatic keyguard features in
|
williamr@2
|
108 |
Autolock are compiled.
|
williamr@2
|
109 |
*/
|
williamr@2
|
110 |
#define RD_AUTO_KEYGUARD
|
williamr@2
|
111 |
|
williamr@2
|
112 |
/** #RD_BLUETOOTHIRRECEIVINGINDICATOR
|
williamr@2
|
113 |
"Requirement: ""Bluetooth/IrDA receiving indicator"""
|
williamr@2
|
114 |
*/
|
williamr@2
|
115 |
#undef RD_BLUETOOTHIRRECEIVINGINDICATOR
|
williamr@2
|
116 |
|
williamr@2
|
117 |
/** #RD_BOOT_CUSTOMIZABLE_AI
|
williamr@2
|
118 |
R&D Flag to enable smooth integration of customizable to device bootup. The flag
|
williamr@2
|
119 |
is used variate out current Idle + Active Idle solution and replace it new
|
williamr@2
|
120 |
customizable AI.
|
williamr@2
|
121 |
*/
|
williamr@2
|
122 |
#define RD_BOOT_CUSTOMIZABLE_AI
|
williamr@2
|
123 |
|
williamr@2
|
124 |
/** #RD_BROWSER_LAUNCHER_API_CHANGE
|
williamr@2
|
125 |
R&D flag for implementing browser launcher API change.
|
williamr@2
|
126 |
*/
|
williamr@2
|
127 |
#define RD_BROWSER_LAUNCHER_API_CHANGE
|
williamr@2
|
128 |
|
williamr@2
|
129 |
/** #RD_BROWSER_PROGRESSIVE_DOWNLOAD
|
williamr@2
|
130 |
RD flag to enable/disable the progressive download functionality for certain
|
williamr@2
|
131 |
types of browser-downloadable content.
|
williamr@2
|
132 |
*/
|
williamr@2
|
133 |
#define RD_BROWSER_PROGRESSIVE_DOWNLOAD
|
williamr@2
|
134 |
|
williamr@2
|
135 |
/** #RD_BROWSER_SCROLLBARS
|
williamr@2
|
136 |
This flag will be in place until the implementation of Browser using the
|
williamr@2
|
137 |
platform scrollbars is mature enough.
|
williamr@2
|
138 |
*/
|
williamr@2
|
139 |
#undef RD_BROWSER_SCROLLBARS
|
williamr@2
|
140 |
|
williamr@2
|
141 |
/** #RD_BROWSER_USE_AUDIOVIDEOPLUGIN
|
williamr@2
|
142 |
"RD flag for development of new, combined AudioVideoPlugin"
|
williamr@2
|
143 |
*/
|
williamr@2
|
144 |
#define RD_BROWSER_USE_AUDIOVIDEOPLUGIN
|
williamr@2
|
145 |
|
williamr@2
|
146 |
/** #RD_BROWSER_VIDEO_PLUGIN
|
williamr@2
|
147 |
Support for Browser Plugin. Used in deciding whether the browser video plugin is
|
williamr@2
|
148 |
taken in.
|
williamr@2
|
149 |
*/
|
williamr@2
|
150 |
#undef RD_BROWSER_VIDEO_PLUGIN
|
williamr@2
|
151 |
|
williamr@2
|
152 |
/** #RD_BROWSER_VIDEO_PROGRESSIVE_DOWNLOAD
|
williamr@2
|
153 |
RD flag to enable/disable the progressive download functionality for
|
williamr@2
|
154 |
browser-downloadable video content.
|
williamr@2
|
155 |
*/
|
williamr@2
|
156 |
#undef RD_BROWSER_VIDEO_PROGRESSIVE_DOWNLOAD
|
williamr@2
|
157 |
|
williamr@2
|
158 |
/** #RD_BROWSER_WIDGETS
|
williamr@2
|
159 |
RD flag for development of new Widgets implementation
|
williamr@2
|
160 |
*/
|
williamr@2
|
161 |
#define RD_BROWSER_WIDGETS
|
williamr@2
|
162 |
|
williamr@2
|
163 |
/** #RD_BTUI_RENOVATION
|
williamr@2
|
164 |
Bluetooth user interface renovation.
|
williamr@2
|
165 |
*/
|
williamr@2
|
166 |
#define RD_BTUI_RENOVATION
|
williamr@2
|
167 |
|
williamr@2
|
168 |
/** #RD_BT_AUDIO_RENOVATION
|
williamr@2
|
169 |
Bluetooth audio renovation.
|
williamr@2
|
170 |
*/
|
williamr@2
|
171 |
#undef RD_BT_AUDIO_RENOVATION
|
williamr@2
|
172 |
|
williamr@2
|
173 |
/** #RD_BT_MSG_RENOVATION
|
williamr@2
|
174 |
This flag enables early development of Bluetooth OPP/BIP features (3.1u).
|
williamr@2
|
175 |
*/
|
williamr@2
|
176 |
#define RD_BT_MSG_RENOVATION
|
williamr@2
|
177 |
|
williamr@2
|
178 |
/** #RD_CALENDAR_PLUGIN_FW
|
williamr@2
|
179 |
This flag enables new UI concept and plugin framework for regional calendar
|
williamr@2
|
180 |
enhancements. The flag disables old Chinese Lunar Calendar implementation
|
williamr@2
|
181 |
(without plugin framework) and enables new Lunar Calendar plugin (using
|
williamr@2
|
182 |
framework).
|
williamr@2
|
183 |
*/
|
williamr@2
|
184 |
#define RD_CALENDAR_PLUGIN_FW
|
williamr@2
|
185 |
|
williamr@2
|
186 |
/** #RD_CAMCORDER_ADVSETTINGS
|
williamr@2
|
187 |
This flag indicates if the ecamadvsettings.dll is included to the rom image
|
williamr@2
|
188 |
*/
|
williamr@2
|
189 |
#undef RD_CAMCORDER_ADVSETTINGS
|
williamr@2
|
190 |
|
williamr@2
|
191 |
/** #RD_CATALOGS_CLIENT
|
williamr@2
|
192 |
RD flag for development of Catalogs client v3
|
williamr@2
|
193 |
*/
|
williamr@2
|
194 |
#undef RD_CATALOGS_CLIENT
|
williamr@2
|
195 |
|
williamr@2
|
196 |
/** #RD_CLEAN_BUILD_SUPPORT
|
williamr@2
|
197 |
Pf 52.50 build supports multiple keyboardlayout and hence switch API is used in
|
williamr@2
|
198 |
Akncapserver.
|
williamr@2
|
199 |
|
williamr@2
|
200 |
Switch APIs are part of adaptation layer code and these files are not part of
|
williamr@2
|
201 |
clean build.
|
williamr@2
|
202 |
|
williamr@2
|
203 |
This flag will be enabled during clean build.
|
williamr@2
|
204 |
*/
|
williamr@2
|
205 |
#undef RD_CLEAN_BUILD_SUPPORT
|
williamr@2
|
206 |
|
williamr@2
|
207 |
/** #RD_CLIENT_CERTIFICATES
|
williamr@2
|
208 |
RD flag for development of Client certificates and private key handling feature.
|
williamr@2
|
209 |
*/
|
williamr@2
|
210 |
#define RD_CLIENT_CERTIFICATES
|
williamr@2
|
211 |
|
williamr@2
|
212 |
/** #RD_COMBINE_INSTALLATION_QUERIES
|
williamr@2
|
213 |
"The flag enables feature ""SW Installer: combining installation confirmation
|
williamr@2
|
214 |
and details queries during installation"""
|
williamr@2
|
215 |
*/
|
williamr@2
|
216 |
#define RD_COMBINE_INSTALLATION_QUERIES
|
williamr@2
|
217 |
|
williamr@2
|
218 |
/** #RD_COMMON_ENGINE_API_CHANGE
|
williamr@2
|
219 |
This R&D flag is needed to safely integrate changes to the Common Engine APIs
|
williamr@2
|
220 |
into Series 60 releases.
|
williamr@2
|
221 |
*/
|
williamr@2
|
222 |
#define RD_COMMON_ENGINE_API_CHANGE
|
williamr@2
|
223 |
|
williamr@2
|
224 |
/** #RD_CONTENTMANAGERLAUNCHER
|
williamr@2
|
225 |
Flag for variating the new Content Manager Launcher component and related
|
williamr@2
|
226 |
Content Manager Launcher API
|
williamr@2
|
227 |
*/
|
williamr@2
|
228 |
#undef RD_CONTENTMANAGERLAUNCHER
|
williamr@2
|
229 |
|
williamr@2
|
230 |
/** #RD_CONTENTNOTIFICATION
|
williamr@2
|
231 |
"Flag for variating the new Content Notification component and related APIs:
|
williamr@2
|
232 |
Content Notification API, Content Notification Implementation API"
|
williamr@2
|
233 |
*/
|
williamr@2
|
234 |
#undef RD_CONTENTNOTIFICATION
|
williamr@2
|
235 |
|
williamr@2
|
236 |
/** #RD_CONTEXT_FRAMEWORK
|
williamr@2
|
237 |
"RD flag to enable feature ""Context framework"" development"
|
williamr@2
|
238 |
*/
|
williamr@2
|
239 |
#define RD_CONTEXT_FRAMEWORK
|
williamr@2
|
240 |
|
williamr@2
|
241 |
/** #RD_CONTEXT_SENSITIVE_MENU
|
williamr@2
|
242 |
RD flag to flag out the implementation of context sensitive menu.
|
williamr@2
|
243 |
*/
|
williamr@2
|
244 |
#undef RD_CONTEXT_SENSITIVE_MENU
|
williamr@2
|
245 |
|
williamr@2
|
246 |
/** #RD_CONTROL_PANEL
|
williamr@2
|
247 |
Flag enables Control Panel development.
|
williamr@2
|
248 |
*/
|
williamr@2
|
249 |
#define RD_CONTROL_PANEL
|
williamr@2
|
250 |
|
williamr@2
|
251 |
/** #RD_CONVERGED_CALL_ENGINE
|
williamr@2
|
252 |
"RD flag to enable feature ""Converged call engine"" development."
|
williamr@2
|
253 |
*/
|
williamr@2
|
254 |
#define RD_CONVERGED_CALL_ENGINE
|
williamr@2
|
255 |
|
williamr@2
|
256 |
/** #RD_CONVERGED_CALL_ENGINE_PROXY
|
williamr@2
|
257 |
Used for CCE xSP proxy developmen
|
williamr@2
|
258 |
*/
|
williamr@2
|
259 |
#undef RD_CONVERGED_CALL_ENGINE_PROXY
|
williamr@2
|
260 |
|
williamr@2
|
261 |
/** #RD_CSXHELP_EVOLUTION
|
williamr@2
|
262 |
Feature enables early development of csxhelp application functionalities.
|
williamr@2
|
263 |
*/
|
williamr@2
|
264 |
#undef RD_CSXHELP_EVOLUTION
|
williamr@2
|
265 |
|
williamr@2
|
266 |
/** #RD_CS_PS_HO
|
williamr@2
|
267 |
RD flag to enable VOIP handover development
|
williamr@2
|
268 |
*/
|
williamr@2
|
269 |
#undef RD_CS_PS_HO
|
williamr@2
|
270 |
|
williamr@2
|
271 |
/** #RD_CUSTOMIZABLE_AI
|
williamr@2
|
272 |
R&D Flag to enable smooth development & integration of customazable Active Idle.
|
williamr@2
|
273 |
*/
|
williamr@2
|
274 |
#define RD_CUSTOMIZABLE_AI
|
williamr@2
|
275 |
|
williamr@2
|
276 |
/** #RD_DEFAULT_APPLICATION_SETTINGS
|
williamr@2
|
277 |
Disables the Default Application Settings subsystem.
|
williamr@2
|
278 |
*/
|
williamr@2
|
279 |
#define RD_DEFAULT_APPLICATION_SETTINGS
|
williamr@2
|
280 |
|
williamr@2
|
281 |
/** #RD_DEVICE_MODE_CONFIGURABILITY
|
williamr@2
|
282 |
"This flag controls configurability features to System Application (referred as
|
williamr@2
|
283 |
""SysAp"") and HwResourceManager (referred as HWRM) components.SysAp needs this
|
williamr@2
|
284 |
flag for moving part of its key event handling functionality to a plug-in that
|
williamr@2
|
285 |
can be variated by product programs.HWRM needs this flag for moving part of its
|
williamr@2
|
286 |
light controlling functionality to a plug-in that can be variated by product
|
williamr@2
|
287 |
programs."
|
williamr@2
|
288 |
*/
|
williamr@2
|
289 |
#define RD_DEVICE_MODE_CONFIGURABILITY
|
williamr@2
|
290 |
|
williamr@2
|
291 |
/** #RD_DISPLAY_POST
|
williamr@2
|
292 |
This flag allows to choose from either built-in Display Post implementation or
|
williamr@2
|
293 |
an external Display Post module.
|
williamr@2
|
294 |
*/
|
williamr@2
|
295 |
#undef RD_DISPLAY_POST
|
williamr@2
|
296 |
|
williamr@2
|
297 |
/** #RD_DM_MULTI_CHOICE_ALERT
|
williamr@2
|
298 |
"RD flag to enable feature ""OMA DM server can query user to select options.This
|
williamr@2
|
299 |
alert type allows the user to select multiple items from a list of options.""
|
williamr@2
|
300 |
development."
|
williamr@2
|
301 |
*/
|
williamr@2
|
302 |
#undef RD_DM_MULTI_CHOICE_ALERT
|
williamr@2
|
303 |
|
williamr@2
|
304 |
/** #RD_DM_ROAMING_BLOCKING_SUPPORT
|
williamr@2
|
305 |
Feature enables the blocking the SyncML Device Management session (Either for
|
williamr@2
|
306 |
Device settings like MMS settings or for FOTA downloads) when user in roaming
|
williamr@2
|
307 |
networks. This RnD flag will be used temporarily for increment 15 development
|
williamr@2
|
308 |
time only to flag changes made on component SyncMLNotifier.
|
williamr@2
|
309 |
*/
|
williamr@2
|
310 |
#undef RD_DM_ROAMING_BLOCKING_SUPPORT
|
williamr@2
|
311 |
|
williamr@2
|
312 |
/** #RD_DM_SINGLE_CHOICE_ALERT
|
williamr@2
|
313 |
"RD flag to enable feature ""OMA Device management Server can query user to
|
williamr@2
|
314 |
select an option by sending a number of user selectable options"" development."
|
williamr@2
|
315 |
*/
|
williamr@2
|
316 |
#undef RD_DM_SINGLE_CHOICE_ALERT
|
williamr@2
|
317 |
|
williamr@2
|
318 |
/** #RD_DM_TEXT_INPUT_ALERT
|
williamr@2
|
319 |
"RD flag to enable feature ""OMA Device management Server can query user input""
|
williamr@2
|
320 |
development."
|
williamr@2
|
321 |
*/
|
williamr@2
|
322 |
#undef RD_DM_TEXT_INPUT_ALERT
|
williamr@2
|
323 |
|
williamr@2
|
324 |
/** #RD_DOS_API_CHANGE
|
williamr@2
|
325 |
This flag is needed for safely (without creating bottle neck) incorporating DOS
|
williamr@2
|
326 |
Client/Plug-in/SAE API changes into Series 60 releases.
|
williamr@2
|
327 |
*/
|
williamr@2
|
328 |
#undef RD_DOS_API_CHANGE
|
williamr@2
|
329 |
|
williamr@2
|
330 |
/** #RD_DOS_SERVER_REMOVE
|
williamr@2
|
331 |
R&D flag for managing the DOS Server and DOS APIs removal.
|
williamr@2
|
332 |
*/
|
williamr@2
|
333 |
#undef RD_DOS_SERVER_REMOVE
|
williamr@2
|
334 |
|
williamr@2
|
335 |
/** #RD_DRM_BUY_NEW_RIGHTS_BEFORE_EXPIRATION
|
williamr@2
|
336 |
A flag to control one of the sub-features in OMA DRM v2 implementation.
|
williamr@2
|
337 |
*/
|
williamr@2
|
338 |
#define RD_DRM_BUY_NEW_RIGHTS_BEFORE_EXPIRATION
|
williamr@2
|
339 |
|
williamr@2
|
340 |
/** #RD_DRM_COMMON_INTERFACE_FOR_OMA_AND_WMDRM
|
williamr@2
|
341 |
Feature enables early development of the requirement '107-18152 Common
|
williamr@2
|
342 |
interface for OMA and WM DRM'.
|
williamr@2
|
343 |
*/
|
williamr@2
|
344 |
#define RD_DRM_COMMON_INTERFACE_FOR_OMA_AND_WMDRM
|
williamr@2
|
345 |
|
williamr@2
|
346 |
/** #RD_DRM_DETAILS_VIEW_RENOVATION
|
williamr@2
|
347 |
A flag to control one of the sub-features in OMA DRM v2 implementation.
|
williamr@2
|
348 |
*/
|
williamr@2
|
349 |
#undef RD_DRM_DETAILS_VIEW_RENOVATION
|
williamr@2
|
350 |
|
williamr@2
|
351 |
/** #RD_DRM_DROPPED_30_FEATURES
|
williamr@2
|
352 |
A flag to control one of the sub-features in OMA DRM v2 implementation.
|
williamr@2
|
353 |
*/
|
williamr@2
|
354 |
#define RD_DRM_DROPPED_30_FEATURES
|
williamr@2
|
355 |
|
williamr@2
|
356 |
/** #RD_DRM_IMSI_BINDING
|
williamr@2
|
357 |
A flag to control one of the sub-features in OMA DRM v2 implementation.
|
williamr@2
|
358 |
*/
|
williamr@2
|
359 |
#define RD_DRM_IMSI_BINDING
|
williamr@2
|
360 |
|
williamr@2
|
361 |
/** #RD_DRM_METERING
|
williamr@2
|
362 |
Flag enables development of DRM Metering
|
williamr@2
|
363 |
*/
|
williamr@2
|
364 |
#define RD_DRM_METERING
|
williamr@2
|
365 |
|
williamr@2
|
366 |
/** #RD_DRM_NEW_SECURE_CLOCK
|
williamr@2
|
367 |
R&D feature flag is needed to develop the requirement '101-32062 New Secure
|
williamr@2
|
368 |
clock for DRM'
|
williamr@2
|
369 |
*/
|
williamr@2
|
370 |
#define RD_DRM_NEW_SECURE_CLOCK
|
williamr@2
|
371 |
|
williamr@2
|
372 |
/** #RD_DRM_PREVIEW_RIGHT_FOR_AUDIO
|
williamr@2
|
373 |
"Flag enables development of feature ""Preview right support for OMA DRM v2
|
williamr@2
|
374 |
protected content for audio"""
|
williamr@2
|
375 |
*/
|
williamr@2
|
376 |
#undef RD_DRM_PREVIEW_RIGHT_FOR_AUDIO
|
williamr@2
|
377 |
|
williamr@2
|
378 |
/** #RD_DRM_REMOVAL_OF_EXPIRATION_WARNING_PROMPTS
|
williamr@2
|
379 |
Flag is needed to develop the requirement '101-29260 Removal of DRM usage rights
|
williamr@2
|
380 |
expiration warning prompts' without risking the maturity of CCB.
|
williamr@2
|
381 |
*/
|
williamr@2
|
382 |
#define RD_DRM_REMOVAL_OF_EXPIRATION_WARNING_PROMPTS
|
williamr@2
|
383 |
|
williamr@2
|
384 |
/** #RD_DRM_RIGHTS_MANAGER_REMOVAL
|
williamr@2
|
385 |
R&D feature flag is needed to develop the requirement '101-41508 Rights Manager
|
williamr@2
|
386 |
Removal'
|
williamr@2
|
387 |
*/
|
williamr@2
|
388 |
#define RD_DRM_RIGHTS_MANAGER_REMOVAL
|
williamr@2
|
389 |
|
williamr@2
|
390 |
/** #RD_DRM_RINGTONE_BLOCKING
|
williamr@2
|
391 |
A flag to control one of the sub-features in OMA DRM v2 implementation.
|
williamr@2
|
392 |
*/
|
williamr@2
|
393 |
#define RD_DRM_RINGTONE_BLOCKING
|
williamr@2
|
394 |
|
williamr@2
|
395 |
/** #RD_DRM_SILENT_RIGHTS_ACQUISITION
|
williamr@2
|
396 |
In order to enable safe development of OMA DRM v2 Silent rights object
|
williamr@2
|
397 |
acquisition
|
williamr@2
|
398 |
*/
|
williamr@2
|
399 |
#define RD_DRM_SILENT_RIGHTS_ACQUISITION
|
williamr@2
|
400 |
|
williamr@2
|
401 |
/** #RD_DSUI_TIMEDSYNC
|
williamr@2
|
402 |
To provide timed synchronization feature to be included in the Data
|
williamr@2
|
403 |
synchronization UI . The flag will be used only in the OmaDsAppUi component.
|
williamr@2
|
404 |
*/
|
williamr@2
|
405 |
#define RD_DSUI_TIMEDSYNC
|
williamr@2
|
406 |
|
williamr@2
|
407 |
/** #RD_DS_ICAL_SUPPORT
|
williamr@2
|
408 |
Support for iCalendar synchronization
|
williamr@2
|
409 |
*/
|
williamr@2
|
410 |
#undef RD_DS_ICAL_SUPPORT
|
williamr@2
|
411 |
|
williamr@2
|
412 |
/** #RD_DS_UI_EVOLUTION
|
williamr@2
|
413 |
RD flag for development of new Data Sync UI
|
williamr@2
|
414 |
*/
|
williamr@2
|
415 |
#undef RD_DS_UI_EVOLUTION
|
williamr@2
|
416 |
|
williamr@2
|
417 |
/** #RD_EMAIL_DOMAIN_UTILS
|
williamr@2
|
418 |
The flag is for controlling the releasing of the Email utility API changes that
|
williamr@2
|
419 |
are planned to be done for 3.2
|
williamr@2
|
420 |
*/
|
williamr@2
|
421 |
#define RD_EMAIL_DOMAIN_UTILS
|
williamr@2
|
422 |
|
williamr@2
|
423 |
/** #RD_EMAIL_HTML_VIEW
|
williamr@2
|
424 |
R&D Flag to remove HTML plugin from mail 3.0 implementation.
|
williamr@2
|
425 |
*/
|
williamr@2
|
426 |
#define RD_EMAIL_HTML_VIEW
|
williamr@2
|
427 |
|
williamr@2
|
428 |
/** #RD_ENABLE_ADDING_EDITING_OF_MSISDN
|
williamr@2
|
429 |
This flag enables the usage of the new implementation of Own name store in
|
williamr@2
|
430 |
CommonTSY.
|
williamr@2
|
431 |
*/
|
williamr@2
|
432 |
#undef RD_ENABLE_ADDING_EDITING_OF_MSISDN
|
williamr@2
|
433 |
|
williamr@2
|
434 |
/** #RD_ENHANCED_CBA
|
williamr@2
|
435 |
RD flag to flag out implementation of Enhanced CBA
|
williamr@2
|
436 |
*/
|
williamr@2
|
437 |
#undef RD_ENHANCED_CBA
|
williamr@2
|
438 |
|
williamr@2
|
439 |
/** #RD_ENHANCED_SKINNING
|
williamr@2
|
440 |
"RD Feature flag for implementing ""enhanced skinning"" in 2.x CCB. That feature
|
williamr@2
|
441 |
is not wanted in 2.6 but after 2.8 it will be permanently supported i.e. not
|
williamr@2
|
442 |
optional feature."
|
williamr@2
|
443 |
*/
|
williamr@2
|
444 |
#define RD_ENHANCED_SKINNING
|
williamr@2
|
445 |
|
williamr@2
|
446 |
/** #RD_EXTENDED_ICL_JPEG_API
|
williamr@2
|
447 |
RD flag to enable/disable the Extended ICL JPEG API.
|
williamr@2
|
448 |
*/
|
williamr@2
|
449 |
#define RD_EXTENDED_ICL_JPEG_API
|
williamr@2
|
450 |
|
williamr@2
|
451 |
/** #RD_FEATURE_MANAGER_CHANGE
|
williamr@2
|
452 |
In 3.1 Feature Manager will be removed from CommonEngine and new Feature Manager
|
williamr@2
|
453 |
component will be introduced. Flag is needed to safely implement the change.
|
williamr@2
|
454 |
*/
|
williamr@2
|
455 |
#define RD_FEATURE_MANAGER_CHANGE
|
williamr@2
|
456 |
|
williamr@2
|
457 |
/** #RD_FILE_HANDLE_SUPPORT
|
williamr@2
|
458 |
This R&D flag defines data caging changes to components that are used by
|
williamr@2
|
459 |
messaging API components.
|
williamr@2
|
460 |
*/
|
williamr@2
|
461 |
#define RD_FILE_HANDLE_SUPPORT
|
williamr@2
|
462 |
|
williamr@2
|
463 |
/** #RD_FILE_MANAGER_BACKUP
|
williamr@2
|
464 |
RD feature flag for implementing additional backup improvements for File
|
williamr@2
|
465 |
Manager.
|
williamr@2
|
466 |
*/
|
williamr@2
|
467 |
#define RD_FILE_MANAGER_BACKUP
|
williamr@2
|
468 |
|
williamr@2
|
469 |
/** #RD_FILE_SORTING
|
williamr@2
|
470 |
The flag will be used to variate the sorting functionality in File manager in
|
williamr@2
|
471 |
R3.2.
|
williamr@2
|
472 |
*/
|
williamr@2
|
473 |
#undef RD_FILE_SORTING
|
williamr@2
|
474 |
|
williamr@2
|
475 |
/** #RD_FLASHLITE_SCREENSAVER
|
williamr@2
|
476 |
This flag allowes early development of new Flash as Screensaver features.
|
williamr@2
|
477 |
*/
|
williamr@2
|
478 |
#define RD_FLASHLITE_SCREENSAVER
|
williamr@2
|
479 |
|
williamr@2
|
480 |
/** #RD_FLASH_AS_VIDEO_RINGING_TONE
|
williamr@2
|
481 |
Device allows a video file to be set as a ringing tone.
|
williamr@2
|
482 |
*/
|
williamr@2
|
483 |
#define RD_FLASH_AS_VIDEO_RINGING_TONE
|
williamr@2
|
484 |
|
williamr@2
|
485 |
/** #RD_FM_RADIO_ENHANCEMENTS
|
williamr@2
|
486 |
RD flag to enable FM Radio Control Adaptation API development.
|
williamr@2
|
487 |
*/
|
williamr@2
|
488 |
#define RD_FM_RADIO_ENHANCEMENTS
|
williamr@2
|
489 |
|
williamr@2
|
490 |
/** #RD_FM_TX_SUPPORT
|
williamr@2
|
491 |
RD_FM_TX_SUPPORT flag is needed to integrate FM TX changes to S60 HW Resource
|
williamr@2
|
492 |
Manager and SysApp
|
williamr@2
|
493 |
*/
|
williamr@2
|
494 |
#undef RD_FM_TX_SUPPORT
|
williamr@2
|
495 |
|
williamr@2
|
496 |
/** #RD_FOTA_FLEXIBLE_MEMORY_USAGE
|
williamr@2
|
497 |
Feature enables flexible memory usage for storing update files on c-drive. RnD
|
williamr@2
|
498 |
flag will be used temporarily for increment 15 development time only to flag
|
williamr@2
|
499 |
changes made on component fotaserver and SyncMLNotifier.
|
williamr@2
|
500 |
*/
|
williamr@2
|
501 |
#undef RD_FOTA_FLEXIBLE_MEMORY_USAGE
|
williamr@2
|
502 |
|
williamr@2
|
503 |
/** #RD_FSW_V2
|
williamr@2
|
504 |
RD feature flag for new fastswap tasklist development.
|
williamr@2
|
505 |
*/
|
williamr@2
|
506 |
#define RD_FSW_V2
|
williamr@2
|
507 |
|
williamr@2
|
508 |
/** #RD_FULLSCREEN_WALLPAPER
|
williamr@2
|
509 |
RD feature flag for enabling full screen wallpaper development.
|
williamr@2
|
510 |
*/
|
williamr@2
|
511 |
#define RD_FULLSCREEN_WALLPAPER
|
williamr@2
|
512 |
|
williamr@2
|
513 |
/** #RD_GALLERY_ENABLE_NG_MUSIC_PLAYER
|
williamr@2
|
514 |
This feature flag will be used to variate Gallery usage between the old and the
|
williamr@2
|
515 |
new Music Player.
|
williamr@2
|
516 |
*/
|
williamr@2
|
517 |
#undef RD_GALLERY_ENABLE_NG_MUSIC_PLAYER
|
williamr@2
|
518 |
|
williamr@2
|
519 |
/** #RD_GALLERY_GRID
|
williamr@2
|
520 |
Enable/disable Grid view in Gallery
|
williamr@2
|
521 |
*/
|
williamr@2
|
522 |
#define RD_GALLERY_GRID
|
williamr@2
|
523 |
|
williamr@2
|
524 |
/** #RD_GALLERY_PREVIEW_POPUP
|
williamr@2
|
525 |
Enable disable Preview Popup in Gallery
|
williamr@2
|
526 |
*/
|
williamr@2
|
527 |
#undef RD_GALLERY_PREVIEW_POPUP
|
williamr@2
|
528 |
|
williamr@2
|
529 |
/** #RD_GBA
|
williamr@2
|
530 |
Support for General Bootstarapping Architecture (GBA). GBA enables
|
williamr@2
|
531 |
authentication for mobile services without any user interaction.
|
williamr@2
|
532 |
*/
|
williamr@2
|
533 |
#undef RD_GBA
|
williamr@2
|
534 |
|
williamr@2
|
535 |
/** #RD_GENERAL_SEARCH
|
williamr@2
|
536 |
"RD flag to enable feature ""In-Device Search"" development."
|
williamr@2
|
537 |
*/
|
williamr@2
|
538 |
#define RD_GENERAL_SEARCH
|
williamr@2
|
539 |
|
williamr@2
|
540 |
/** #RD_GS_RENOVATION
|
williamr@2
|
541 |
General Settings Application Renovation
|
williamr@2
|
542 |
*/
|
williamr@2
|
543 |
#define RD_GS_RENOVATION
|
williamr@2
|
544 |
|
williamr@2
|
545 |
/** #RD_GS_RENOVATION_PHASE2
|
williamr@2
|
546 |
This flag allowes early development of new General Settings features.
|
williamr@2
|
547 |
*/
|
williamr@2
|
548 |
#define RD_GS_RENOVATION_PHASE2
|
williamr@2
|
549 |
|
williamr@2
|
550 |
/** #RD_HELPRUNTIME
|
williamr@2
|
551 |
Flag to variate help content between 3.2.1 and 3.2.2
|
williamr@2
|
552 |
*/
|
williamr@2
|
553 |
#undef RD_HELPRUNTIME
|
williamr@2
|
554 |
|
williamr@2
|
555 |
/** #RD_HELP_AIW_INTEGRATION
|
williamr@2
|
556 |
This flag enables early development of AIW Help consumer integration feature.
|
williamr@2
|
557 |
*/
|
williamr@2
|
558 |
#undef RD_HELP_AIW_INTEGRATION
|
williamr@2
|
559 |
|
williamr@2
|
560 |
/** #RD_HIERARCHICAL_COLUMN_LIST
|
williamr@2
|
561 |
R&D flag for enabling Hierarchical column list UI component.
|
williamr@2
|
562 |
*/
|
williamr@2
|
563 |
#define RD_HIERARCHICAL_COLUMN_LIST
|
williamr@2
|
564 |
|
williamr@2
|
565 |
/** #RD_HIERARCHICAL_LIST
|
williamr@2
|
566 |
"RD flag to enable feature ""New list type: Hierarchical list"" development."
|
williamr@2
|
567 |
*/
|
williamr@2
|
568 |
#define RD_HIERARCHICAL_LIST
|
williamr@2
|
569 |
|
williamr@2
|
570 |
/** #RD_HINDI_PHONETIC_INPUT
|
williamr@2
|
571 |
"RD flag to enable feature ""Hindi phonetic input"" development."
|
williamr@2
|
572 |
*/
|
williamr@2
|
573 |
#undef RD_HINDI_PHONETIC_INPUT
|
williamr@2
|
574 |
|
williamr@2
|
575 |
/** #RD_HOTSPOT
|
williamr@2
|
576 |
Undefining this flag indicates that the HotSpotServer.exe and other related
|
williamr@2
|
577 |
components are not included to the rom image.
|
williamr@2
|
578 |
*/
|
williamr@2
|
579 |
#undef RD_HOTSPOT
|
williamr@2
|
580 |
|
williamr@2
|
581 |
/** #RD_IDLE_SEPARATION
|
williamr@2
|
582 |
R&D feature flag for moving idle functionality from Phone application to Idle
|
williamr@2
|
583 |
application.
|
williamr@2
|
584 |
*/
|
williamr@2
|
585 |
#define RD_IDLE_SEPARATION
|
williamr@2
|
586 |
|
williamr@2
|
587 |
/** #RD_IHL_EXTJPEGAPI
|
williamr@2
|
588 |
Image Handling Library utilized Extended ICL JPEG API
|
williamr@2
|
589 |
*/
|
williamr@2
|
590 |
#undef RD_IHL_EXTJPEGAPI
|
williamr@2
|
591 |
|
williamr@2
|
592 |
/** #RD_IMAGEPREVIEW
|
williamr@2
|
593 |
ImageViewer's ImagePreview API and DLL are available in release.
|
williamr@2
|
594 |
*/
|
williamr@4
|
595 |
#undef RD_IMAGEPREVIEW
|
williamr@2
|
596 |
|
williamr@2
|
597 |
/** #RD_IMAGINGCONFIGMANAGER
|
williamr@2
|
598 |
Flag to include/exclude Imaging Configuration Manager component.
|
williamr@2
|
599 |
*/
|
williamr@2
|
600 |
#undef RD_IMAGINGCONFIGMANAGER
|
williamr@2
|
601 |
|
williamr@2
|
602 |
/** #RD_IM_UI_FACELIFT
|
williamr@2
|
603 |
RD flag for development of IM UI facelift
|
williamr@2
|
604 |
*/
|
williamr@2
|
605 |
#undef RD_IM_UI_FACELIFT
|
williamr@2
|
606 |
|
williamr@2
|
607 |
/** #RD_INTELLIGENT_TEXT_INPUT
|
williamr@2
|
608 |
Flag to develop support for Intelligent Text Iinput
|
williamr@2
|
609 |
*/
|
williamr@2
|
610 |
#define RD_INTELLIGENT_TEXT_INPUT
|
williamr@2
|
611 |
|
williamr@2
|
612 |
/** #RD_IV_ACCELEROMETER
|
williamr@2
|
613 |
Image viewer needs RnD flag in order to variate accelerometer sensor usage.
|
williamr@2
|
614 |
|
williamr@2
|
615 |
*/
|
williamr@2
|
616 |
#undef RD_IV_ACCELEROMETER
|
williamr@2
|
617 |
|
williamr@2
|
618 |
/** #RD_IV_SLIDESHOW
|
williamr@2
|
619 |
Image Viewer with slideshow and cool image transition effects
|
williamr@2
|
620 |
*/
|
williamr@2
|
621 |
#define RD_IV_SLIDESHOW
|
williamr@2
|
622 |
|
williamr@2
|
623 |
/** #RD_IV_TRANSPARENT_UI
|
williamr@2
|
624 |
Image Viewer uses transparent custom UI controls
|
williamr@2
|
625 |
*/
|
williamr@2
|
626 |
#define RD_IV_TRANSPARENT_UI
|
williamr@2
|
627 |
|
williamr@2
|
628 |
/** #RD_IV_TRANSPARENT_UI_2
|
williamr@2
|
629 |
Image Viewer uses transparent toolbar and image infos popup.
|
williamr@2
|
630 |
*/
|
williamr@2
|
631 |
#define RD_IV_TRANSPARENT_UI_2
|
williamr@2
|
632 |
|
williamr@2
|
633 |
/** #RD_IV_TV_OUT
|
williamr@2
|
634 |
Flag to develop the TV-Out support for images
|
williamr@2
|
635 |
*/
|
williamr@2
|
636 |
#define RD_IV_TV_OUT
|
williamr@2
|
637 |
|
williamr@2
|
638 |
/** #RD_JAVA_ARCHITECTURE_RENEWAL_PHASE1
|
williamr@2
|
639 |
"Java architecture renewal, phase 1. S60 implementation replaces Symbian
|
williamr@2
|
640 |
implementation of Java Installer, Java Registry and Java Backup components."
|
williamr@2
|
641 |
*/
|
williamr@2
|
642 |
#define RD_JAVA_ARCHITECTURE_RENEWAL_PHASE1
|
williamr@2
|
643 |
|
williamr@2
|
644 |
/** #RD_JAVA_CONFIGURABLE_NW_INDICATOR
|
williamr@2
|
645 |
Support for network indicator in Java Canvas for operator domain midlets.
|
williamr@2
|
646 |
*/
|
williamr@2
|
647 |
#define RD_JAVA_CONFIGURABLE_NW_INDICATOR
|
williamr@2
|
648 |
|
williamr@2
|
649 |
/** #RD_JAVA_MEDIA_KEYS
|
williamr@2
|
650 |
"To enable Java applications (also those in background) to get notifications
|
williamr@2
|
651 |
from various media keys (PLAY, PREV, NEXT, STOP...). "
|
williamr@2
|
652 |
*/
|
williamr@2
|
653 |
#define RD_JAVA_MEDIA_KEYS
|
williamr@2
|
654 |
|
williamr@2
|
655 |
/** #RD_JAVA_OMA_DRM_V2
|
williamr@2
|
656 |
Java Mobile Media API supports playback of the OMA DRM v2 protected audio
|
williamr@2
|
657 |
content.
|
williamr@2
|
658 |
*/
|
williamr@2
|
659 |
#define RD_JAVA_OMA_DRM_V2
|
williamr@2
|
660 |
|
williamr@2
|
661 |
/** #RD_JAVA_REUSE_IFRAMEBUFFER
|
williamr@2
|
662 |
Purpose: Change LCDUI Canvas implementation to reuse the native side
|
williamr@2
|
663 |
iFramebuffer memory between Canvas instances.
|
williamr@2
|
664 |
*/
|
williamr@2
|
665 |
#undef RD_JAVA_REUSE_IFRAMEBUFFER
|
williamr@2
|
666 |
|
williamr@2
|
667 |
/** #RD_JAVA_SCALABLE_ICON
|
williamr@2
|
668 |
Provide support for scalable icons for MIDlet icons (MIDlet icons & MIDlet suite
|
williamr@2
|
669 |
icons).
|
williamr@2
|
670 |
*/
|
williamr@2
|
671 |
#undef RD_JAVA_SCALABLE_ICON
|
williamr@2
|
672 |
|
williamr@2
|
673 |
/** #RD_JAVA_TMIDISTATECHANGE
|
williamr@2
|
674 |
"R&D flag for Java, related to the symbian change: BR2058: Renaming enum values
|
williamr@2
|
675 |
in TMidiState as a result of a namespace clash."
|
williamr@2
|
676 |
*/
|
williamr@2
|
677 |
#define RD_JAVA_TMIDISTATECHANGE
|
williamr@2
|
678 |
|
williamr@2
|
679 |
/** #RD_JAVA_VOLUME_KEYS
|
williamr@2
|
680 |
Java application volume level can be controlled with phone's side volume keys.
|
williamr@2
|
681 |
*/
|
williamr@2
|
682 |
#define RD_JAVA_VOLUME_KEYS
|
williamr@2
|
683 |
|
williamr@2
|
684 |
/** #RD_KANNADA_FONTS
|
williamr@2
|
685 |
Indic Kannada fonts and font support
|
williamr@2
|
686 |
*/
|
williamr@2
|
687 |
#undef RD_KANNADA_FONTS
|
williamr@2
|
688 |
|
williamr@2
|
689 |
/** #RD_KEYLOCK_POLICY_SUPPORT
|
williamr@2
|
690 |
Development time support for Configurable Keylock policy.
|
williamr@2
|
691 |
*/
|
williamr@2
|
692 |
#undef RD_KEYLOCK_POLICY_SUPPORT
|
williamr@2
|
693 |
|
williamr@2
|
694 |
/** #RD_LIGHT_CONTROL_CHANGE
|
williamr@2
|
695 |
RD-flag for early development of light control customizability features to
|
williamr@2
|
696 |
System Application.
|
williamr@2
|
697 |
*/
|
williamr@2
|
698 |
#define RD_LIGHT_CONTROL_CHANGE
|
williamr@2
|
699 |
|
williamr@2
|
700 |
/** #RD_LIST_STRETCH
|
williamr@2
|
701 |
R&D Flag to control inclusion of ScaleII feature: Stretch two-lined list
|
williamr@2
|
702 |
automatically as one-lined.
|
williamr@2
|
703 |
*/
|
williamr@2
|
704 |
#define RD_LIST_STRETCH
|
williamr@2
|
705 |
|
williamr@2
|
706 |
/** #RD_MAPNAV_BITMAP_ACCESS
|
williamr@2
|
707 |
Feature enables early development of new features in Map and Navigation FW.
|
williamr@2
|
708 |
*/
|
williamr@2
|
709 |
#define RD_MAPNAV_BITMAP_ACCESS
|
williamr@2
|
710 |
|
williamr@2
|
711 |
/** #RD_MARATHI
|
williamr@2
|
712 |
Marathi UI language and input
|
williamr@2
|
713 |
*/
|
williamr@2
|
714 |
#undef RD_MARATHI
|
williamr@2
|
715 |
|
williamr@2
|
716 |
/** #RD_MDF_DEVVIDEO
|
williamr@2
|
717 |
"This flag selects the variants of the video components to use MDF DevVideo or
|
williamr@2
|
718 |
proprietary codec interfaces. Symbian's MDF DevVideo API is going to be used in
|
williamr@2
|
719 |
Series 60 3.0 and Series 90 2.0 by at least Camcorder MMF plugin and Video
|
williamr@2
|
720 |
Telephony (REQ 101-6231 ). At the same time, non-MDF versions of the components
|
williamr@2
|
721 |
are being released to Series 60 2.6, 2.7, and 2.8. "
|
williamr@2
|
722 |
*/
|
williamr@2
|
723 |
#define RD_MDF_DEVVIDEO
|
williamr@2
|
724 |
|
williamr@2
|
725 |
/** #RD_MDS_2_0
|
williamr@2
|
726 |
The flag indicates that the environment contains 2.0 version of MDS APIs. See
|
williamr@2
|
727 |
also flag RD_MDS_2_5.
|
williamr@2
|
728 |
*/
|
williamr@2
|
729 |
#undef RD_MDS_2_0
|
williamr@2
|
730 |
|
williamr@2
|
731 |
/** #RD_MDS_2_5
|
williamr@2
|
732 |
The flag indicates that the environment contains 2.5 version of MDS APIs. See
|
williamr@2
|
733 |
also flag RD_MDS_2_0
|
williamr@2
|
734 |
*/
|
williamr@2
|
735 |
#define RD_MDS_2_5
|
williamr@2
|
736 |
|
williamr@2
|
737 |
/** #RD_MEDIAPLAYER_UI_ENHANCEMENTS_P2
|
williamr@2
|
738 |
New Media Player enhancements.
|
williamr@2
|
739 |
*/
|
williamr@2
|
740 |
#undef RD_MEDIAPLAYER_UI_ENHANCEMENTS_P2
|
williamr@2
|
741 |
|
williamr@2
|
742 |
/** #RD_MEDIA_GALLERY_UPDATED_FEATURES
|
williamr@2
|
743 |
Media Gallery updated features for 3.1
|
williamr@2
|
744 |
*/
|
williamr@2
|
745 |
#define RD_MEDIA_GALLERY_UPDATED_FEATURES
|
williamr@2
|
746 |
|
williamr@2
|
747 |
/** #RD_MEETING_REQUEST_UTILS
|
williamr@2
|
748 |
Meeting request feature adds meeting request utlis non-variable component to
|
williamr@2
|
749 |
platfrom.
|
williamr@2
|
750 |
*/
|
williamr@2
|
751 |
#define RD_MEETING_REQUEST_UTILS
|
williamr@2
|
752 |
|
williamr@2
|
753 |
/** #RD_MESSAGING_API_V2
|
williamr@2
|
754 |
This R&D flag defines data caging changes to components that use messaging API.
|
williamr@2
|
755 |
*/
|
williamr@2
|
756 |
#define RD_MESSAGING_API_V2
|
williamr@2
|
757 |
|
williamr@2
|
758 |
/** #RD_MESSAGING_GENERAL_SETTINGS_RENOVATION
|
williamr@2
|
759 |
"RD flag to enable feature ""General settings application renovation""
|
williamr@2
|
760 |
development"
|
williamr@2
|
761 |
*/
|
williamr@2
|
762 |
#define RD_MESSAGING_GENERAL_SETTINGS_RENOVATION
|
williamr@2
|
763 |
|
williamr@2
|
764 |
/** #RD_MESSAGING_ICAL_IMPORT
|
williamr@2
|
765 |
"RD flag to enable feature ""iCalendar Import"" development"
|
williamr@2
|
766 |
*/
|
williamr@2
|
767 |
#define RD_MESSAGING_ICAL_IMPORT
|
williamr@2
|
768 |
|
williamr@2
|
769 |
/** #RD_MESSAGING_VIRTUAL_PHONEBOOK
|
williamr@2
|
770 |
This flag controls the messaging virtual phonebook migration independently from
|
williamr@2
|
771 |
RD_VIRTUAL_PHONEBOOK
|
williamr@2
|
772 |
*/
|
williamr@2
|
773 |
#define RD_MESSAGING_VIRTUAL_PHONEBOOK
|
williamr@2
|
774 |
|
williamr@2
|
775 |
/** #RD_METADATAUTILITY_M4A_INTERNATIONAL
|
williamr@2
|
776 |
Metadata localization support for M4A format
|
williamr@2
|
777 |
*/
|
williamr@2
|
778 |
#define RD_METADATAUTILITY_M4A_INTERNATIONAL
|
williamr@2
|
779 |
|
williamr@2
|
780 |
/** #RD_METADATAUTILITY_ODF_ALBUMART_50
|
williamr@2
|
781 |
Support for album art from ODF header of OMA DRM v2 protected content
|
williamr@2
|
782 |
*/
|
williamr@2
|
783 |
#define RD_METADATAUTILITY_ODF_ALBUMART_50
|
williamr@2
|
784 |
|
williamr@2
|
785 |
/** #RD_METADATAUTILITY_PODCAST_50
|
williamr@2
|
786 |
Metadata Utility to support podcast related additions in ID3v2
|
williamr@2
|
787 |
*/
|
williamr@2
|
788 |
#undef RD_METADATAUTILITY_PODCAST_50
|
williamr@2
|
789 |
|
williamr@2
|
790 |
/** #RD_METADATAUTILITY_WM_PROVIDER_31
|
williamr@2
|
791 |
Support WM/Provider in Metadata Utility
|
williamr@2
|
792 |
*/
|
williamr@2
|
793 |
#undef RD_METADATAUTILITY_WM_PROVIDER_31
|
williamr@2
|
794 |
|
williamr@2
|
795 |
/** #RD_METADATA_UTILITY_32
|
williamr@2
|
796 |
RD flag for development of metadata performance improvements
|
williamr@2
|
797 |
*/
|
williamr@2
|
798 |
#undef RD_METADATA_UTILITY_32
|
williamr@2
|
799 |
|
williamr@2
|
800 |
/** #RD_MFE_CP_INTEGRATION
|
williamr@2
|
801 |
"Flag enables the Mail For Exchange (MFE, Active Sync) UI integration with
|
williamr@2
|
802 |
control panel feature."
|
williamr@2
|
803 |
*/
|
williamr@2
|
804 |
#undef RD_MFE_CP_INTEGRATION
|
williamr@2
|
805 |
|
williamr@2
|
806 |
/** #RD_MSG_FAST_PREV_NEXT
|
williamr@2
|
807 |
"RD flag to enable feature ""Faster opening of next or previous short message""
|
williamr@2
|
808 |
development."
|
williamr@2
|
809 |
*/
|
williamr@2
|
810 |
#define RD_MSG_FAST_PREV_NEXT
|
williamr@2
|
811 |
|
williamr@2
|
812 |
/** #RD_MSG_LIST_IMPROVEMENT
|
williamr@2
|
813 |
Improved message lists
|
williamr@2
|
814 |
*/
|
williamr@2
|
815 |
#define RD_MSG_LIST_IMPROVEMENT
|
williamr@2
|
816 |
|
williamr@2
|
817 |
/** #RD_MSG_LOAD_ANIMATION
|
williamr@2
|
818 |
"The flag enables feature ""PERFORMANCE II: opening MMS with video attached"""
|
williamr@2
|
819 |
*/
|
williamr@2
|
820 |
#define RD_MSG_LOAD_ANIMATION
|
williamr@2
|
821 |
|
williamr@2
|
822 |
/** #RD_MSG_NAVIPANE_IMPROVEMENT
|
williamr@2
|
823 |
Navi pane improvements in Messaging applications
|
williamr@2
|
824 |
*/
|
williamr@2
|
825 |
#define RD_MSG_NAVIPANE_IMPROVEMENT
|
williamr@2
|
826 |
|
williamr@2
|
827 |
/** #RD_MSG_XHTML_SUPPORT
|
williamr@2
|
828 |
"The flag enables feature ""OMA MMS 1.3 phase 2"""
|
williamr@2
|
829 |
*/
|
williamr@2
|
830 |
#define RD_MSG_XHTML_SUPPORT
|
williamr@2
|
831 |
|
williamr@2
|
832 |
/** #RD_MTP_SUPPORT_VIDEO_SYNC
|
williamr@2
|
833 |
Nokia MTP protocol implementation must support video file transfer over the link
|
williamr@2
|
834 |
from PC to terminal
|
williamr@2
|
835 |
*/
|
williamr@2
|
836 |
#define RD_MTP_SUPPORT_VIDEO_SYNC
|
williamr@2
|
837 |
|
williamr@2
|
838 |
/** #RD_MUIU_SPLIT
|
williamr@2
|
839 |
RD Feature flag for splitting Messaging UI Utilities API into domain and
|
williamr@2
|
840 |
internal parts.
|
williamr@2
|
841 |
*/
|
williamr@2
|
842 |
#define RD_MUIU_SPLIT
|
williamr@2
|
843 |
|
williamr@2
|
844 |
/** #RD_MULTIMEDIA_RINGING_TONES_FOR_COVER_UI
|
williamr@2
|
845 |
RD flag for development of multimedia ringing tones in Cover UI
|
williamr@2
|
846 |
*/
|
williamr@2
|
847 |
#undef RD_MULTIMEDIA_RINGING_TONES_FOR_COVER_UI
|
williamr@2
|
848 |
|
williamr@2
|
849 |
/** #RD_MULTIPLE_DRIVE
|
williamr@2
|
850 |
Mutliple drive support in platform environment
|
williamr@2
|
851 |
*/
|
williamr@2
|
852 |
#define RD_MULTIPLE_DRIVE
|
williamr@2
|
853 |
|
williamr@2
|
854 |
/** #RD_MULTIPLE_DRIVE_ENABLERS
|
williamr@2
|
855 |
Part of multiple drive support in platform environment
|
williamr@2
|
856 |
*/
|
williamr@2
|
857 |
#define RD_MULTIPLE_DRIVE_ENABLERS
|
williamr@2
|
858 |
|
williamr@2
|
859 |
/** #RD_MULTI_ALARMS
|
williamr@2
|
860 |
"This R&D flag is needed for incorporating ""Multiple Alarms"" in ClockApp."
|
williamr@2
|
861 |
*/
|
williamr@2
|
862 |
#define RD_MULTI_ALARMS
|
williamr@2
|
863 |
|
williamr@2
|
864 |
/** #RD_MUSIC_COLLECTION_AUTO_REFRESH
|
williamr@2
|
865 |
" When enabled, Music Collection server monitors USB and memory card events and
|
williamr@2
|
866 |
performs a database refresh when new card is inserted or USB cable is
|
williamr@2
|
867 |
disconnected. It will also perform the refresh after startup. The refresh is
|
williamr@2
|
868 |
handled as a low priority task in the background. "
|
williamr@2
|
869 |
*/
|
williamr@2
|
870 |
#define RD_MUSIC_COLLECTION_AUTO_REFRESH
|
williamr@2
|
871 |
|
williamr@2
|
872 |
/** #RD_NEW_FAVENG_API
|
williamr@2
|
873 |
R&D feature flag for implementing new Client/Server FavouritesEngine API.
|
williamr@2
|
874 |
*/
|
williamr@2
|
875 |
#define RD_NEW_FAVENG_API
|
williamr@2
|
876 |
|
williamr@2
|
877 |
/** #RD_NG_MUSIC_PLAYER
|
williamr@2
|
878 |
This flag will be used to variate between the old and the new Music Player until
|
williamr@2
|
879 |
the new Music Player reaches maturity level and is ready to completely replace
|
williamr@2
|
880 |
the old Music Player.
|
williamr@2
|
881 |
*/
|
williamr@2
|
882 |
#define RD_NG_MUSIC_PLAYER
|
williamr@2
|
883 |
|
williamr@2
|
884 |
/** #RD_NO_DIALOG_BORDERS
|
williamr@2
|
885 |
This R&D flag is needed to safely integrate changes needed to remove hard-coded
|
williamr@2
|
886 |
dialog borders in S60 UI framework.
|
williamr@2
|
887 |
*/
|
williamr@2
|
888 |
#define RD_NO_DIALOG_BORDERS
|
williamr@2
|
889 |
|
williamr@2
|
890 |
/** #RD_OMADMAPPUI_UI_EVOLUTION
|
williamr@2
|
891 |
"Feature enables the Device Manager UI evolution feature. This RnD flag will be
|
williamr@2
|
892 |
used temporarily for increment 15 development time only to flag changes made on
|
williamr@2
|
893 |
components OmaDmAppUi, SyncMLNotifier and fotaserver."
|
williamr@2
|
894 |
*/
|
williamr@2
|
895 |
#define RD_OMADMAPPUI_UI_EVOLUTION
|
williamr@2
|
896 |
|
williamr@2
|
897 |
/** #RD_OMASYNCML_DM_1_2
|
williamr@2
|
898 |
Feature enables the Device Manager 1.2 version feature.
|
williamr@2
|
899 |
*/
|
williamr@2
|
900 |
#undef RD_OMASYNCML_DM_1_2
|
williamr@2
|
901 |
|
williamr@2
|
902 |
/** #RD_OMA_EMN
|
williamr@2
|
903 |
The flag controls whether the OMA Email Notification function is supported by
|
williamr@2
|
904 |
the email application. The flag is needed for the variation between 3.0 and
|
williamr@2
|
905 |
3.0M.
|
williamr@2
|
906 |
*/
|
williamr@2
|
907 |
#undef RD_OMA_EMN
|
williamr@2
|
908 |
|
williamr@2
|
909 |
/** #RD_OPENVG_SVGTOPT
|
williamr@2
|
910 |
This feature flag will allow to exclude OpenVG dependency from SVGTopt. SVGTopt
|
williamr@2
|
911 |
currently utilizes VGRasterizer. OpenVG is the new rasterizer.
|
williamr@2
|
912 |
*/
|
williamr@2
|
913 |
#undef RD_OPENVG_SVGTOPT
|
williamr@2
|
914 |
|
williamr@2
|
915 |
/** #RD_PBK_MAP_EXT
|
williamr@2
|
916 |
"The flag enables feature ""Map framework support for contacts application"""
|
williamr@2
|
917 |
*/
|
williamr@2
|
918 |
#undef RD_PBK_MAP_EXT
|
williamr@2
|
919 |
|
williamr@2
|
920 |
/** #RD_PBK_PROPERTIES_TAB
|
williamr@2
|
921 |
Feature enables early development of the requirement '101-21162: Properties
|
williamr@2
|
922 |
tab' in Phonebook.
|
williamr@2
|
923 |
*/
|
williamr@2
|
924 |
#undef RD_PBK_PROPERTIES_TAB
|
williamr@2
|
925 |
|
williamr@2
|
926 |
/** #RD_PD_FOR_AUDIO_CONTENT_VIA_HELIX_ENGINE
|
williamr@2
|
927 |
Defines whether Progressive Download for WMA and RA audio contents is supported
|
williamr@2
|
928 |
via Helix engine with Music Shop.
|
williamr@2
|
929 |
*/
|
williamr@2
|
930 |
#define RD_PD_FOR_AUDIO_CONTENT_VIA_HELIX_ENGINE
|
williamr@2
|
931 |
|
williamr@2
|
932 |
/** #RD_PF_SEC_APPARC
|
williamr@2
|
933 |
"This R&D flag is needed for incorporating platform security and application
|
williamr@2
|
934 |
architecture changes controlled way into Series 60 releases.The flag is required
|
williamr@2
|
935 |
for Av.3.0 requirement: 107-141: Migrate Application Architecture to Platform
|
williamr@2
|
936 |
Security and101-7493: Migrate the platform software to new Application
|
williamr@2
|
937 |
Architecture that will be done in I9 timeframe. Flag will be removed after 2.8
|
williamr@2
|
938 |
branches away from 2.common."
|
williamr@2
|
939 |
*/
|
williamr@2
|
940 |
#define RD_PF_SEC_APPARC
|
williamr@2
|
941 |
|
williamr@2
|
942 |
/** #RD_PHONEBOOK2
|
williamr@2
|
943 |
Phonebook application supports multiple contact stores. It enables users to
|
williamr@2
|
944 |
manage contacts from multiple repositories in one application.
|
williamr@2
|
945 |
*/
|
williamr@2
|
946 |
#define RD_PHONEBOOK2
|
williamr@2
|
947 |
|
williamr@2
|
948 |
/** #RD_PHONE_CLIENT_EXT
|
williamr@2
|
949 |
The flag is for controlling the changes in the Phone Client Dial API that will
|
williamr@2
|
950 |
break the Phone Client Extension Consumer API
|
williamr@2
|
951 |
*/
|
williamr@2
|
952 |
#define RD_PHONE_CLIENT_EXT
|
williamr@2
|
953 |
|
williamr@2
|
954 |
/** #RD_PHONE_NG
|
williamr@2
|
955 |
RD feature flag for development of new Phone architecture.
|
williamr@2
|
956 |
*/
|
williamr@2
|
957 |
#define RD_PHONE_NG
|
williamr@2
|
958 |
|
williamr@2
|
959 |
/** #RD_PINB_SRV_CHANGE
|
williamr@2
|
960 |
R&D Flag to handle migration from old insecure Pinboard API to new one.
|
williamr@2
|
961 |
*/
|
williamr@2
|
962 |
#undef RD_PINB_SRV_CHANGE
|
williamr@2
|
963 |
|
williamr@2
|
964 |
/** #RD_POCUIAPI
|
williamr@2
|
965 |
This R&D flag is needed for variating PoC (Push-to-talk over Cellular) and it's
|
williamr@2
|
966 |
UI integration to other applications / functionality.
|
williamr@2
|
967 |
*/
|
williamr@2
|
968 |
#define RD_POCUIAPI
|
williamr@2
|
969 |
|
williamr@2
|
970 |
/** #RD_PREVIEW_POPUP
|
williamr@2
|
971 |
"This flag enables ScaleII component ""Preview Popup""."
|
williamr@2
|
972 |
*/
|
williamr@2
|
973 |
#define RD_PREVIEW_POPUP
|
williamr@2
|
974 |
|
williamr@2
|
975 |
/** #RD_PROGDOWNLOAD
|
williamr@2
|
976 |
R&D flag for managing the Progressive Download feature implementation.
|
williamr@2
|
977 |
*/
|
williamr@2
|
978 |
#define RD_PROGDOWNLOAD
|
williamr@2
|
979 |
|
williamr@2
|
980 |
/** #RD_PTIENGINE2
|
williamr@2
|
981 |
Feature enables early development of new version of PtiEngine component.
|
williamr@2
|
982 |
*/
|
williamr@2
|
983 |
#define RD_PTIENGINE2
|
williamr@2
|
984 |
|
williamr@2
|
985 |
/** #RD_RAM_TEST_UID
|
williamr@2
|
986 |
"Turning the the flag on enables special UID that can be used by a RAM testing
|
williamr@2
|
987 |
tool. A tool using the UID is not closed by out-of-memory watchdog. Flag should
|
williamr@2
|
988 |
not be turned on in any end product as it exposes a potential security risk.
|
williamr@2
|
989 |
Instead the flag could be used at R&D time, or in any custom builds."
|
williamr@2
|
990 |
*/
|
williamr@2
|
991 |
#undef RD_RAM_TEST_UID
|
williamr@2
|
992 |
|
williamr@2
|
993 |
/** #RD_RA_SUPPORT_FOR_MUSIC_PLAYER
|
williamr@2
|
994 |
RD flag for development of Read Audio support in Music Player.
|
williamr@2
|
995 |
*/
|
williamr@2
|
996 |
#define RD_RA_SUPPORT_FOR_MUSIC_PLAYER
|
williamr@2
|
997 |
|
williamr@2
|
998 |
/** #RD_READ_MESSAGE_DELETION
|
williamr@2
|
999 |
"RD flag to enable feature ""Allow deleting only read messages"" development"
|
williamr@2
|
1000 |
*/
|
williamr@2
|
1001 |
#define RD_READ_MESSAGE_DELETION
|
williamr@2
|
1002 |
|
williamr@2
|
1003 |
/** #RD_REMOTELOCK
|
williamr@2
|
1004 |
RD flag for development of RemoteLock feature.
|
williamr@2
|
1005 |
*/
|
williamr@2
|
1006 |
#define RD_REMOTELOCK
|
williamr@2
|
1007 |
|
williamr@2
|
1008 |
/** #RD_REMOVE_SAE
|
williamr@2
|
1009 |
Flag is used to remove SAE component.
|
williamr@2
|
1010 |
*/
|
williamr@2
|
1011 |
#define RD_REMOVE_SAE
|
williamr@2
|
1012 |
|
williamr@2
|
1013 |
/** #RD_RIHC_CHANGE
|
williamr@2
|
1014 |
"This flag controls the ""Rest of inc hierachy change"". "
|
williamr@2
|
1015 |
*/
|
williamr@2
|
1016 |
#define RD_RIHC_CHANGE
|
williamr@2
|
1017 |
|
williamr@2
|
1018 |
/** #RD_S60_IMAGE_EDITOR
|
williamr@2
|
1019 |
Defines whether Image Editor application is supported in the platform.
|
williamr@2
|
1020 |
*/
|
williamr@2
|
1021 |
#define RD_S60_IMAGE_EDITOR
|
williamr@2
|
1022 |
|
williamr@2
|
1023 |
/** #RD_S60_MANUAL_VIDEO_EDITOR
|
williamr@2
|
1024 |
Defines whether Manual Video Editor application is supported in the platform.
|
williamr@2
|
1025 |
*/
|
williamr@2
|
1026 |
#undef RD_S60_MANUAL_VIDEO_EDITOR
|
williamr@2
|
1027 |
|
williamr@2
|
1028 |
/** #RD_S60_SIGNATURE_CONNECTOR
|
williamr@2
|
1029 |
All signature connector development is done behind this R&D feature flag.
|
williamr@2
|
1030 |
*/
|
williamr@2
|
1031 |
#undef RD_S60_SIGNATURE_CONNECTOR
|
williamr@2
|
1032 |
|
williamr@2
|
1033 |
/** #RD_S60_SIMPLE_VIDEO_EDITOR
|
williamr@2
|
1034 |
Defines whether Simple Video Editor application is supported in the platform.
|
williamr@2
|
1035 |
*/
|
williamr@2
|
1036 |
#define RD_S60_SIMPLE_VIDEO_EDITOR
|
williamr@2
|
1037 |
|
williamr@2
|
1038 |
/** #RD_SAT_REL4_FEAT
|
williamr@2
|
1039 |
R&D flag that enables SAT Server and SAT UI support 3GPP/ETSI specification
|
williamr@2
|
1040 |
Release 4 new features
|
williamr@2
|
1041 |
*/
|
williamr@2
|
1042 |
#undef RD_SAT_REL4_FEAT
|
williamr@2
|
1043 |
|
williamr@2
|
1044 |
/** #RD_SA_TO_PUBSUB_CHANGE
|
williamr@2
|
1045 |
"To incorporate ""System Agent migration to Publish and Subscribe"""
|
williamr@2
|
1046 |
*/
|
williamr@2
|
1047 |
#define RD_SA_TO_PUBSUB_CHANGE
|
williamr@2
|
1048 |
|
williamr@2
|
1049 |
/** #RD_SCALABLE_UI
|
williamr@2
|
1050 |
"Because 2.8 feature (scalable UI) is implemented in 2.common CCB,we need a
|
williamr@2
|
1051 |
temporary feature flag that can be used where needed in code to flag scalable UI
|
williamr@2
|
1052 |
implementation out of 2.6 builds.-> to avoid ROM hit in 2.6 and regression in
|
williamr@2
|
1053 |
code maturity."
|
williamr@2
|
1054 |
*/
|
williamr@2
|
1055 |
#define RD_SCALABLE_UI
|
williamr@2
|
1056 |
|
williamr@2
|
1057 |
/** #RD_SCALABLE_UI_V2
|
williamr@2
|
1058 |
R&D Flag to remove Scale II (Pen and Touch) support from other than S60 4.0
|
williamr@2
|
1059 |
builds. This flag is used during new feature development, to isolate affected
|
williamr@2
|
1060 |
code from those releases that don't need to support Scale II features (< 5.0).
|
williamr@2
|
1061 |
It is NOT used for feature variation, i.e. enable/disable touch feature.
|
williamr@2
|
1062 |
*/
|
williamr@2
|
1063 |
#define RD_SCALABLE_UI_V2
|
williamr@2
|
1064 |
|
williamr@2
|
1065 |
/** #RD_SCREENSAVERAIWPLUGIN
|
williamr@2
|
1066 |
Feature enables early development of screensaveraiwplugin that is an AIW
|
williamr@2
|
1067 |
provider for setting images as animated or slide set screen saver.
|
williamr@2
|
1068 |
*/
|
williamr@2
|
1069 |
#define RD_SCREENSAVERAIWPLUGIN
|
williamr@2
|
1070 |
|
williamr@2
|
1071 |
/** #RD_SCREENSAVER_GIFANIMATION
|
williamr@2
|
1072 |
This R&D flag is needed for safely incorporating Gif animation support for
|
williamr@2
|
1073 |
screensaver Animation Plugin
|
williamr@2
|
1074 |
*/
|
williamr@2
|
1075 |
#define RD_SCREENSAVER_GIFANIMATION
|
williamr@2
|
1076 |
|
williamr@2
|
1077 |
/** #RD_SD_TO_CENREP_CHANGE
|
williamr@2
|
1078 |
"This R&d flag is needed for incorporating ""Shared data migration to Central
|
williamr@2
|
1079 |
Repository"" changes controlled way into Series 60 releases.The flag is required
|
williamr@2
|
1080 |
for Av.3.0 requirement: REQ 107-138: Migration to Central Repository () that
|
williamr@2
|
1081 |
will be done in I9 timeframe. "
|
williamr@2
|
1082 |
*/
|
williamr@2
|
1083 |
#define RD_SD_TO_CENREP_CHANGE
|
williamr@2
|
1084 |
|
williamr@2
|
1085 |
/** #RD_SECON_METADATA
|
williamr@2
|
1086 |
Device supports file metadata requests over ConML protocol.
|
williamr@2
|
1087 |
*/
|
williamr@2
|
1088 |
#define RD_SECON_METADATA
|
williamr@2
|
1089 |
|
williamr@2
|
1090 |
/** #RD_SECURE_BIN_RES
|
williamr@2
|
1091 |
Flag is used variate the Increment 9 changes: i.e. relocation of binaries and
|
williamr@2
|
1092 |
resource files. We need these for 3.0 PF- security implementation. They are
|
williamr@2
|
1093 |
temporary R&D flags that can be removed once 2.8 is branched away.
|
williamr@2
|
1094 |
*/
|
williamr@2
|
1095 |
#define RD_SECURE_BIN_RES
|
williamr@2
|
1096 |
|
williamr@2
|
1097 |
/** #RD_SECURE_PRIV_DATA
|
williamr@2
|
1098 |
Flag is in charge of variating the Increment 10 tasks: i.e. moving files to
|
williamr@2
|
1099 |
private directories. We need these for 3.0 PF- security implementation. They are
|
williamr@2
|
1100 |
temporary R&D flags that can be removed once 2.8 is branched away.
|
williamr@2
|
1101 |
*/
|
williamr@2
|
1102 |
#define RD_SECURE_PRIV_DATA
|
williamr@2
|
1103 |
|
williamr@2
|
1104 |
/** #RD_SENSOR_FW
|
williamr@2
|
1105 |
RD flag for Sensor FW development
|
williamr@2
|
1106 |
*/
|
williamr@2
|
1107 |
#define RD_SENSOR_FW
|
williamr@2
|
1108 |
|
williamr@2
|
1109 |
/** #RD_SIMCHANGED_REMOVED
|
williamr@2
|
1110 |
A R&D flag for integrating SimChanged DLL into SysAp in release 3.0. Flag will
|
williamr@2
|
1111 |
be removed when 2.8 branches
|
williamr@2
|
1112 |
*/
|
williamr@2
|
1113 |
#define RD_SIMCHANGED_REMOVED
|
williamr@2
|
1114 |
|
williamr@2
|
1115 |
/** #RD_SIND_VIA_AIW
|
williamr@2
|
1116 |
"RD flag to enable feature ""AIW Consumer for Voice Dialing Info View""
|
williamr@2
|
1117 |
development."
|
williamr@2
|
1118 |
*/
|
williamr@2
|
1119 |
#define RD_SIND_VIA_AIW
|
williamr@2
|
1120 |
|
williamr@2
|
1121 |
/** #RD_SLIDESHOW_SCREENSAVER
|
williamr@2
|
1122 |
Defines whether a set of images can be set as wallpaper. Wallpaper is shown
|
williamr@2
|
1123 |
based on user defined value and then changed to a new image in the image set.
|
williamr@2
|
1124 |
*/
|
williamr@2
|
1125 |
#define RD_SLIDESHOW_SCREENSAVER
|
williamr@2
|
1126 |
|
williamr@2
|
1127 |
/** #RD_SLIDESHOW_WALLPAPER
|
williamr@2
|
1128 |
Defines whether a set of images can be set as wallpaper. Wallpaper is shown
|
williamr@2
|
1129 |
based on user defined value and then changed to a new image in the image set.
|
williamr@2
|
1130 |
*/
|
williamr@2
|
1131 |
#define RD_SLIDESHOW_WALLPAPER
|
williamr@2
|
1132 |
|
williamr@2
|
1133 |
/** #RD_SLIDING_ANIMATION_EFFECTS
|
williamr@2
|
1134 |
"R&D Flag to exclude dialog sliding from other ""animation effects""."
|
williamr@2
|
1135 |
*/
|
williamr@2
|
1136 |
#undef RD_SLIDING_ANIMATION_EFFECTS
|
williamr@2
|
1137 |
|
williamr@2
|
1138 |
/** #RD_SPLIT_VIEW
|
williamr@2
|
1139 |
RD flag to flag out implementation of Split view.
|
williamr@2
|
1140 |
*/
|
williamr@2
|
1141 |
#undef RD_SPLIT_VIEW
|
williamr@2
|
1142 |
|
williamr@2
|
1143 |
/** #RD_STARTUP_ANIMATION_CUSTOMIZATION
|
williamr@2
|
1144 |
"This R&d flag is needed for incorporating ""Startup and shutdown animations
|
williamr@2
|
1145 |
customization"" changes in a controlled manner into S60 releases."
|
williamr@2
|
1146 |
*/
|
williamr@2
|
1147 |
#define RD_STARTUP_ANIMATION_CUSTOMIZATION
|
williamr@2
|
1148 |
|
williamr@2
|
1149 |
/** #RD_STARTUP_CHANGE
|
williamr@2
|
1150 |
This R&D flag defines changes related to start-up.
|
williamr@2
|
1151 |
*/
|
williamr@2
|
1152 |
#define RD_STARTUP_CHANGE
|
williamr@2
|
1153 |
|
williamr@2
|
1154 |
/** #RD_SUPPORT_SENDUI_API_V2
|
williamr@2
|
1155 |
This R&D flag defines changes to SendUI API clients.
|
williamr@2
|
1156 |
*/
|
williamr@2
|
1157 |
#define RD_SUPPORT_SENDUI_API_V2
|
williamr@2
|
1158 |
|
williamr@2
|
1159 |
/** #RD_SVGT_AUDIO_SUPPORT
|
williamr@2
|
1160 |
RD feature flag for implementing audio playback support in SVG-T engine.
|
williamr@2
|
1161 |
*/
|
williamr@2
|
1162 |
#define RD_SVGT_AUDIO_SUPPORT
|
williamr@2
|
1163 |
|
williamr@2
|
1164 |
/** #RD_SVGT_IN_MESSAGING
|
williamr@2
|
1165 |
SVG-T rendering support in messaging applications
|
williamr@2
|
1166 |
*/
|
williamr@2
|
1167 |
#define RD_SVGT_IN_MESSAGING
|
williamr@2
|
1168 |
|
williamr@2
|
1169 |
/** #RD_SVGT_JSR_226_API
|
williamr@2
|
1170 |
If this feature flag is on then the JSR-226 functionality is available.
|
williamr@2
|
1171 |
Otherwise it is not.
|
williamr@2
|
1172 |
*/
|
williamr@2
|
1173 |
#define RD_SVGT_JSR_226_API
|
williamr@2
|
1174 |
|
williamr@2
|
1175 |
/** #RD_SWITCH_TO_VIDEO
|
williamr@2
|
1176 |
This feature will include possibility in Phone to switch current voice call to
|
williamr@2
|
1177 |
video and vice versa.
|
williamr@2
|
1178 |
*/
|
williamr@2
|
1179 |
#undef RD_SWITCH_TO_VIDEO
|
williamr@2
|
1180 |
|
williamr@2
|
1181 |
/** #RD_SYMBIAN_TRACES
|
williamr@2
|
1182 |
Enable usage of binary traces in RnD components.
|
williamr@2
|
1183 |
*/
|
williamr@2
|
1184 |
#undef RD_SYMBIAN_TRACES
|
williamr@2
|
1185 |
|
williamr@2
|
1186 |
/** #RD_TACTILE_FEEDBACK
|
williamr@2
|
1187 |
"This R&D flag is needed for implementing ""Tactile feedback"" feature to S60
|
williamr@2
|
1188 |
5.0."
|
williamr@2
|
1189 |
*/
|
williamr@2
|
1190 |
#define RD_TACTILE_FEEDBACK
|
williamr@2
|
1191 |
|
williamr@2
|
1192 |
/** #RD_TELEPHONY_DEVICE_MODE
|
williamr@2
|
1193 |
This flag enables the flip (clamshell) and grip (slider) event handling. Devices
|
williamr@2
|
1194 |
without this functionality can leave the TelephonyDeviceMode.DLL component out
|
williamr@2
|
1195 |
of their builds.
|
williamr@2
|
1196 |
*/
|
williamr@2
|
1197 |
#define RD_TELEPHONY_DEVICE_MODE
|
williamr@2
|
1198 |
|
williamr@2
|
1199 |
/** #RD_THUMBNAILMANAGER
|
williamr@2
|
1200 |
"This flag is used for temporarily variating Thumbnail Manager component. The
|
williamr@2
|
1201 |
purpose of Thumbnail Manager is to provide convenient access thumbnail images
|
williamr@2
|
1202 |
for media objects (e.g. image and video files). Thumbnail Manager handles both
|
williamr@2
|
1203 |
generation and storing of thumbnails. S60 clients: Media Gallery, Media Player."
|
williamr@2
|
1204 |
*/
|
williamr@2
|
1205 |
#define RD_THUMBNAILMANAGER
|
williamr@2
|
1206 |
|
williamr@2
|
1207 |
/** #RD_TOOLBAR_SUPPORT
|
williamr@2
|
1208 |
R&D Flag to remove 3.1 Toolbar and Generic Buttons
|
williamr@2
|
1209 |
*/
|
williamr@2
|
1210 |
#define RD_TOOLBAR_SUPPORT
|
williamr@2
|
1211 |
|
williamr@2
|
1212 |
/** #RD_TRACKSTER_MENU
|
williamr@2
|
1213 |
"Trackster is a generic component, which can be used for various purposes in
|
williamr@2
|
1214 |
various applications. The basic idea and the innovation behind the work is to
|
williamr@2
|
1215 |
build the behavior based on Bezier curves, which define how the control
|
williamr@2
|
1216 |
appears."
|
williamr@2
|
1217 |
*/
|
williamr@2
|
1218 |
#define RD_TRACKSTER_MENU
|
williamr@2
|
1219 |
|
williamr@2
|
1220 |
/** #RD_TSP_CLIENT_MAPPER
|
williamr@2
|
1221 |
RD Feature flag for implementing a new TSP solution for platform components
|
williamr@2
|
1222 |
which improves a TSP configurability and resolves mapping problems between
|
williamr@2
|
1223 |
RemCon and audio clients.
|
williamr@2
|
1224 |
*/
|
williamr@2
|
1225 |
#define RD_TSP_CLIENT_MAPPER
|
williamr@2
|
1226 |
|
williamr@2
|
1227 |
/** #RD_UIFW_3_0_API_CHANGES
|
williamr@2
|
1228 |
R&D flag for implementing UIFW 3.0 API changes.
|
williamr@2
|
1229 |
*/
|
williamr@2
|
1230 |
#undef RD_UIFW_3_0_API_CHANGES
|
williamr@2
|
1231 |
|
williamr@2
|
1232 |
/** #RD_UIKON_UNBRANCH
|
williamr@2
|
1233 |
R&D flag for implementing Uikon unbranch related changes to Series 60 code.
|
williamr@2
|
1234 |
*/
|
williamr@2
|
1235 |
#define RD_UIKON_UNBRANCH
|
williamr@2
|
1236 |
|
williamr@2
|
1237 |
/** #RD_UI_CONTROL_TRANSPARENCY
|
williamr@2
|
1238 |
Semi-transparency support in UI controls. This feature relies on Symbian's
|
williamr@2
|
1239 |
window transparency support and has no effect if TRANSPARENCY keyword is not
|
williamr@2
|
1240 |
defined in WSINI.INI.
|
williamr@2
|
1241 |
*/
|
williamr@2
|
1242 |
#undef RD_UI_CONTROL_TRANSPARENCY
|
williamr@2
|
1243 |
|
williamr@2
|
1244 |
/** #RD_UI_TRANSITION_EFFECTS_LAYOUT_SWITCH
|
williamr@2
|
1245 |
Development of transition effects in UI rotation (layoutswitch) use case will be
|
williamr@2
|
1246 |
done behind this flag to secure that existing functionality won't suffer
|
williamr@2
|
1247 |
regression during implementation.
|
williamr@2
|
1248 |
*/
|
williamr@2
|
1249 |
#define RD_UI_TRANSITION_EFFECTS_LAYOUT_SWITCH
|
williamr@2
|
1250 |
|
williamr@2
|
1251 |
/** #RD_UI_TRANSITION_EFFECTS_LIST
|
williamr@2
|
1252 |
This flag will be used to secure that development of list transition effects
|
williamr@2
|
1253 |
won't break existing fullscreen and components transition effects.
|
williamr@2
|
1254 |
*/
|
williamr@2
|
1255 |
#define RD_UI_TRANSITION_EFFECTS_LIST
|
williamr@2
|
1256 |
|
williamr@2
|
1257 |
/** #RD_UI_TRANSITION_EFFECTS_PHASE2
|
williamr@2
|
1258 |
Feature enables early development of 2nd phase UI transition effects.
|
williamr@2
|
1259 |
*/
|
williamr@2
|
1260 |
#define RD_UI_TRANSITION_EFFECTS_PHASE2
|
williamr@2
|
1261 |
|
williamr@2
|
1262 |
/** #RD_UI_TRANSITION_EFFECTS_POPUPS
|
williamr@2
|
1263 |
"Development of transition effects in popups (notes, queries, etc) will be done
|
williamr@2
|
1264 |
behind this flag to secure that existing functionality won't suffer regression
|
williamr@2
|
1265 |
during implementation."
|
williamr@2
|
1266 |
*/
|
williamr@2
|
1267 |
#define RD_UI_TRANSITION_EFFECTS_POPUPS
|
williamr@2
|
1268 |
|
williamr@2
|
1269 |
/** #RD_UI_ZOOM
|
williamr@2
|
1270 |
This feature activates the zooming support in Series 60 UI.
|
williamr@2
|
1271 |
*/
|
williamr@2
|
1272 |
#undef RD_UI_ZOOM
|
williamr@2
|
1273 |
|
williamr@2
|
1274 |
/** #RD_UNIFIED_EDITOR
|
williamr@2
|
1275 |
"Unified SMS and MMS Editor, targetted for release 3.1U"
|
williamr@2
|
1276 |
*/
|
williamr@2
|
1277 |
#define RD_UNIFIED_EDITOR
|
williamr@2
|
1278 |
|
williamr@2
|
1279 |
/** #RD_USB_CHARGING
|
williamr@2
|
1280 |
"This flag affects to the Starter list only. If it is defined, the Starter
|
williamr@2
|
1281 |
starts the UsbWatcher.exe in charging mode. The USB Watcher or USB MSC
|
williamr@2
|
1282 |
Personality Plug-in code is not variated. "
|
williamr@2
|
1283 |
*/
|
williamr@2
|
1284 |
#define RD_USB_CHARGING
|
williamr@2
|
1285 |
|
williamr@2
|
1286 |
/** #RD_USB_HEADSET_SUPPORT
|
williamr@2
|
1287 |
To enable USB OTG Audio/Hid related code
|
williamr@2
|
1288 |
*/
|
williamr@2
|
1289 |
#undef RD_USB_HEADSET_SUPPORT
|
williamr@2
|
1290 |
|
williamr@2
|
1291 |
/** #RD_USB_WATCHER_CONFIGURATION_MGMT
|
williamr@2
|
1292 |
Enables USB Configuration Management.
|
williamr@2
|
1293 |
*/
|
williamr@2
|
1294 |
#define RD_USB_WATCHER_CONFIGURATION_MGMT
|
williamr@2
|
1295 |
|
williamr@2
|
1296 |
/** #RD_USE_S60HOSTSTACK
|
williamr@2
|
1297 |
" Development of USB Audio/HID class drivers has been started using class driver
|
williamr@2
|
1298 |
APIs provided by S60 USB host stack. However, PREQ1782 delivers Symbian host
|
williamr@2
|
1299 |
stack which will be used in production code instead of S60 host stack. APIs
|
williamr@2
|
1300 |
offered by these two stacks are different, and when the class driver code using
|
williamr@2
|
1301 |
the S60 host stack APIs is migrated into using the Symbian host stack APIs, the
|
williamr@2
|
1302 |
developer needs to be able to switch between the stacks in the same
|
williamr@2
|
1303 |
environment."
|
williamr@2
|
1304 |
*/
|
williamr@2
|
1305 |
#undef RD_USE_S60HOSTSTACK
|
williamr@2
|
1306 |
|
williamr@2
|
1307 |
/** #RD_USE_SYMBIAN_SYNCML_CONVERGENCE
|
williamr@2
|
1308 |
RD flag for development of Symbian version of S60 SyncML engine
|
williamr@2
|
1309 |
*/
|
williamr@2
|
1310 |
#undef RD_USE_SYMBIAN_SYNCML_CONVERGENCE
|
williamr@2
|
1311 |
|
williamr@2
|
1312 |
/** #RD_VIBRA_AND_LIGHT_CHANGE
|
williamr@2
|
1313 |
This R&D flag defines changes related to vibra and backlight.
|
williamr@2
|
1314 |
*/
|
williamr@2
|
1315 |
#undef RD_VIBRA_AND_LIGHT_CHANGE
|
williamr@2
|
1316 |
|
williamr@2
|
1317 |
/** #RD_VIDEO_AS_RINGING_TONE
|
williamr@2
|
1318 |
Device allows a video file to be set as a ringing tone.
|
williamr@2
|
1319 |
*/
|
williamr@2
|
1320 |
#define RD_VIDEO_AS_RINGING_TONE
|
williamr@2
|
1321 |
|
williamr@2
|
1322 |
/** #RD_VIDEO_MAILBOX_SUPPORT
|
williamr@2
|
1323 |
R&D Flag to remove video mailbox support from older than S60 3.1 builds.
|
williamr@2
|
1324 |
*/
|
williamr@2
|
1325 |
#undef RD_VIDEO_MAILBOX_SUPPORT
|
williamr@2
|
1326 |
|
williamr@2
|
1327 |
/** #RD_VIRTUAL_PHONEBOOK
|
williamr@2
|
1328 |
Feature flag enables the usage of the Virtual Phonebook APIs.
|
williamr@2
|
1329 |
*/
|
williamr@2
|
1330 |
#define RD_VIRTUAL_PHONEBOOK
|
williamr@2
|
1331 |
|
williamr@2
|
1332 |
/** #RD_VOIP_PRESENCE
|
williamr@2
|
1333 |
RD flag to enable VOIP presence development
|
williamr@2
|
1334 |
*/
|
williamr@2
|
1335 |
#undef RD_VOIP_PRESENCE
|
williamr@2
|
1336 |
|
williamr@2
|
1337 |
/** #RD_VOIP_REL_2_2
|
williamr@2
|
1338 |
RD flag to enable VOIP rel 2.2 development
|
williamr@2
|
1339 |
*/
|
williamr@2
|
1340 |
#define RD_VOIP_REL_2_2
|
williamr@2
|
1341 |
|
williamr@2
|
1342 |
/** #RD_VT_IMAGE_SHARING
|
williamr@2
|
1343 |
RD flag for implementation of still image sharing.
|
williamr@2
|
1344 |
*/
|
williamr@2
|
1345 |
#undef RD_VT_IMAGE_SHARING
|
williamr@2
|
1346 |
|
williamr@2
|
1347 |
/** #RD_VT_LONG_SEND_KEY
|
williamr@2
|
1348 |
"New RD flag for development of ""Long press of send key"" feature (for Taco) in
|
williamr@2
|
1349 |
CCB."
|
williamr@2
|
1350 |
*/
|
williamr@2
|
1351 |
#undef RD_VT_LONG_SEND_KEY
|
williamr@2
|
1352 |
|
williamr@2
|
1353 |
/** #RD_WCDMA_CELL_BROADCAST
|
williamr@2
|
1354 |
"RD flag to enable feature ""WCDMA Cell Broadcast (CBS) support"" development."
|
williamr@2
|
1355 |
*/
|
williamr@2
|
1356 |
#undef RD_WCDMA_CELL_BROADCAST
|
williamr@2
|
1357 |
|
williamr@2
|
1358 |
/** #RD_WFA_ADMISSION_CONTROL
|
williamr@2
|
1359 |
This flag is needed for managing whether or not to include Wi-Fi Alliance (WFA)
|
williamr@2
|
1360 |
admission control to a certain platform/products.
|
williamr@2
|
1361 |
*/
|
williamr@2
|
1362 |
#undef RD_WFA_ADMISSION_CONTROL
|
williamr@2
|
1363 |
|
williamr@2
|
1364 |
/** #RD_WLAN_DDK
|
williamr@2
|
1365 |
"The flag enables WLAN DDK -relatedchanges implemented to wlan ldd -component."
|
williamr@2
|
1366 |
*/
|
williamr@2
|
1367 |
#define RD_WLAN_DDK
|
williamr@2
|
1368 |
|
williamr@2
|
1369 |
/** #RD_WLAN_EXPANDED_EAP_TYPES
|
williamr@2
|
1370 |
This flag enables (or disables) the usage of expanded EAP type codes. Normal
|
williamr@2
|
1371 |
(8-bit) EAP type codes are used when the flag is disabled.
|
williamr@2
|
1372 |
*/
|
williamr@2
|
1373 |
#define RD_WLAN_EXPANDED_EAP_TYPES
|
williamr@2
|
1374 |
|
williamr@2
|
1375 |
/** #RD_WLAN_PROTECTED_SETUP
|
williamr@2
|
1376 |
This flag enables (or disables) Wi-Fi Protected setup (EAP-WSC, WPS) feature. An
|
williamr@2
|
1377 |
active flag requires that expanded EAP type codes are supported.
|
williamr@2
|
1378 |
*/
|
williamr@2
|
1379 |
#define RD_WLAN_PROTECTED_SETUP
|
williamr@2
|
1380 |
|
williamr@2
|
1381 |
/** #RD_WMDRM_DLA_ENABLERS
|
williamr@2
|
1382 |
Flag to develop the requirement '101-28290 Platformization: S60 WMDRM DLA
|
williamr@2
|
1383 |
Enablers'
|
williamr@2
|
1384 |
*/
|
williamr@2
|
1385 |
#define RD_WMDRM_DLA_ENABLERS
|
williamr@2
|
1386 |
|
williamr@2
|
1387 |
/** #RD_WOW_GALLERY_EVOLUTION
|
williamr@2
|
1388 |
RD Feature flag for implementing new WOW:Gallery/Image Viewer Evolution 3.2
|
williamr@2
|
1389 |
features prior to branching 3.1.
|
williamr@2
|
1390 |
*/
|
williamr@2
|
1391 |
#define RD_WOW_GALLERY_EVOLUTION
|
williamr@2
|
1392 |
|
williamr@2
|
1393 |
/** #RD_WOW_GALLERY_PREVIEW_POPUP
|
williamr@2
|
1394 |
In Touch-devices tappping on the popup opens the image.
|
williamr@2
|
1395 |
*/
|
williamr@2
|
1396 |
#define RD_WOW_GALLERY_PREVIEW_POPUP
|
williamr@2
|
1397 |
|
williamr@2
|
1398 |
/** #RD_WOW_GALLERY_REMOVE_TOOLBAR
|
williamr@2
|
1399 |
Removes Toolbar should from Gallery.
|
williamr@2
|
1400 |
*/
|
williamr@2
|
1401 |
#undef RD_WOW_GALLERY_REMOVE_TOOLBAR
|
williamr@2
|
1402 |
|
williamr@2
|
1403 |
/** #RD_WOW_GALLERY_SORTING_VIEWS
|
williamr@2
|
1404 |
Enable enhanced view sorting in Gallery
|
williamr@2
|
1405 |
*/
|
williamr@2
|
1406 |
#define RD_WOW_GALLERY_SORTING_VIEWS
|
williamr@2
|
1407 |
|
williamr@2
|
1408 |
/** #RD_WOW_GALLERY_VIDEO_THUMBNAILS
|
williamr@2
|
1409 |
Enable video thumbnail support in Gallery
|
williamr@2
|
1410 |
*/
|
williamr@2
|
1411 |
#define RD_WOW_GALLERY_VIDEO_THUMBNAILS
|
williamr@2
|
1412 |
|
williamr@2
|
1413 |
/** #RD_XMLUI_2
|
williamr@2
|
1414 |
R&D Flag to separate XML UI framework phase 2 development work from phase 1.
|
williamr@2
|
1415 |
*/
|
williamr@2
|
1416 |
#define RD_XMLUI_2
|
williamr@2
|
1417 |
|
williamr@2
|
1418 |
/** #RD_XML_ENGINE_API_CHANGE
|
williamr@2
|
1419 |
RD flag for development of new XML Engine APIs.
|
williamr@2
|
1420 |
*/
|
williamr@2
|
1421 |
#define RD_XML_ENGINE_API_CHANGE
|
williamr@2
|
1422 |
|
williamr@2
|
1423 |
|
williamr@4
|
1424 |
#endif // __BLDCODELINE_HRH
|