1 /* |
1 /* |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
8 * |
8 * |
9 * Initial Contributors: |
9 * Initial Contributors: |
10 * Nokia Corporation - initial contribution. |
10 * Nokia Corporation - initial contribution. |
11 * |
11 * |
12 * Contributors: |
12 * Contributors: |
13 * |
13 * |
14 * Description: |
14 * Description: |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
|
18 |
18 #ifndef __BLDPRIVATE_HRH |
19 #ifndef __BLDPRIVATE_HRH |
19 #define __BLDPRIVATE_HRH |
20 #define __BLDPRIVATE_HRH |
20 |
21 |
21 |
22 |
22 /** #ENABLE_ABIV2_MODE |
23 /** #ENABLE_ABIV2_MODE |
70 |
71 |
71 /** #FF_TOUCH_CALL_HANDLING |
72 /** #FF_TOUCH_CALL_HANDLING |
72 Touch: Advanced components for CS Voice Telephony. |
73 Touch: Advanced components for CS Voice Telephony. |
73 */ |
74 */ |
74 #define FF_TOUCH_CALL_HANDLING |
75 #define FF_TOUCH_CALL_HANDLING |
|
76 |
|
77 /** #FF_WDP_EMMC |
|
78 Select writable demand paging eMMC flash driver build . |
|
79 */ |
|
80 #undef FF_WDP_EMMC |
|
81 |
|
82 /** #FF_WDP_NAND |
|
83 Select writable demand paging NAND flash driver build. |
|
84 */ |
|
85 #undef FF_WDP_NAND |
75 |
86 |
76 /** #FF_WS_NCIM |
87 /** #FF_WS_NCIM |
77 This run-time flag is required for enableing NCIM at the run-time. |
88 This run-time flag is required for enableing NCIM at the run-time. |
78 NCIM, here onwards called as "Nokia account". |
89 NCIM, here onwards called as "Nokia account". |
79 There is a requirement to be able to remove NCIM feature at run-time. |
90 There is a requirement to be able to remove NCIM feature at run-time. |
94 /** #HLP_ADDITIONAL_CALENDAR |
105 /** #HLP_ADDITIONAL_CALENDAR |
95 USED ONLY FOR HELP CONTENT VARIATION |
106 USED ONLY FOR HELP CONTENT VARIATION |
96 */ |
107 */ |
97 #undef HLP_ADDITIONAL_CALENDAR |
108 #undef HLP_ADDITIONAL_CALENDAR |
98 |
109 |
|
110 /** #HLP_APAC_VARIATION |
|
111 Flag to be used for image creation time variation -- need to separate 3G/APAC |
|
112 help variants. |
|
113 */ |
|
114 #undef HLP_APAC_VARIATION |
|
115 |
99 /** #HLP_CAMERA_KEY |
116 /** #HLP_CAMERA_KEY |
100 USED ONLY FOR HELP CONTENT VARIATION |
117 USED ONLY FOR HELP CONTENT VARIATION |
101 */ |
118 */ |
102 #undef HLP_CAMERA_KEY |
119 #undef HLP_CAMERA_KEY |
103 |
120 |
152 "Java implementation supports advanced features of Java Mobile Media API |
169 "Java implementation supports advanced features of Java Mobile Media API |
153 (JSR135) version 1.1, implemented in release 2.6 onwards. This flag must always |
170 (JSR135) version 1.1, implemented in release 2.6 onwards. This flag must always |
154 be enabled when __JAVA_MMAPI11 is enabled." |
171 be enabled when __JAVA_MMAPI11 is enabled." |
155 */ |
172 */ |
156 #define JSR_135_SUPPORT |
173 #define JSR_135_SUPPORT |
|
174 |
|
175 /** #NO_CBCP_PARSER_IN_ROM |
|
176 Do not include symbian CBCP parser in rom |
|
177 */ |
|
178 #define NO_CBCP_PARSER_IN_ROM |
|
179 |
|
180 /** #NO_ENP_PARSER_IN_ROM |
|
181 This feature flag can be used to not to include symbian ENP Parser into ROM |
|
182 image. |
|
183 */ |
|
184 #define NO_ENP_PARSER_IN_ROM |
|
185 |
|
186 /** #NO_GFP_PARSER_IN_ROM |
|
187 This feature flag can be used to not to include symbian GFP Parser into ROM |
|
188 image. |
|
189 */ |
|
190 #define NO_GFP_PARSER_IN_ROM |
|
191 |
|
192 /** #NO_IACP_PARSER_IN_ROM |
|
193 his feature flag can be used to not to include symbian IACP Parser into ROM |
|
194 image. |
|
195 */ |
|
196 #define NO_IACP_PARSER_IN_ROM |
|
197 |
|
198 /** #NO_WAPP_PARSER_IN_ROM |
|
199 This feature flag can be used to not to include symbian WAPP parser into ROM |
|
200 image. |
|
201 */ |
|
202 #define NO_WAPP_PARSER_IN_ROM |
157 |
203 |
158 /** #RD_XML_PARSER_TOOLCHAIN |
204 /** #RD_XML_PARSER_TOOLCHAIN |
159 "Used to turn on and off the use of the arabica and xercesc components in the |
205 "Used to turn on and off the use of the arabica and xercesc components in the |
160 build system, and code in the layout compiler." |
206 build system, and code in the layout compiler." |
161 */ |
207 */ |
196 |
242 |
197 @see SysUtil::GetSWVersion |
243 @see SysUtil::GetSWVersion |
198 @see SysUtil::DiskSpaceBelowCriticalLevelL |
244 @see SysUtil::DiskSpaceBelowCriticalLevelL |
199 |
245 |
200 */ |
246 */ |
201 #undef SYMBIAN_BAFL_SYSUTIL |
247 #define SYMBIAN_BAFL_SYSUTIL |
202 |
248 |
203 /** #SYMBIAN_DOS_SERVER_SERVICES |
249 /** #SYMBIAN_DOS_SERVER_SERVICES |
204 Indicate that the DOS Server Services is present. This is needed to turn the RF |
250 Indicate that the DOS Server Services is present. This is needed to turn the RF |
205 on in an emergency call when the phone is in flight mode. In 9.5 we are using |
251 on in an emergency call when the phone is in flight mode. In 9.5 we are using |
206 the System State Manager. |
252 the System State Manager. |
218 |
264 |
219 /** #SYMBIAN_EXCLUDE_D_EXC |
265 /** #SYMBIAN_EXCLUDE_D_EXC |
220 This flag can be used to exclude Symbian's d_exc.exe from rom image when |
266 This flag can be used to exclude Symbian's d_exc.exe from rom image when |
221 Symbian's base.iby is included |
267 Symbian's base.iby is included |
222 */ |
268 */ |
223 #undef SYMBIAN_EXCLUDE_D_EXC |
269 #define SYMBIAN_EXCLUDE_D_EXC |
224 |
270 |
225 /** #SYMBIAN_EXCLUDE_ECAM_STUBPLUGIN |
271 /** #SYMBIAN_EXCLUDE_ECAM_STUBPLUGIN |
226 This flag is used to exclude Symbian Camera API stub |
272 This flag is used to exclude Symbian Camera API stub |
227 */ |
273 */ |
228 #undef SYMBIAN_EXCLUDE_ECAM_STUBPLUGIN |
274 #undef SYMBIAN_EXCLUDE_ECAM_STUBPLUGIN |
|
275 |
|
276 /** #SYMBIAN_EXCLUDE_FAX |
|
277 Flag to exclude fax related binaries from images. No runtime variation, only |
|
278 used at image creation. |
|
279 */ |
|
280 #undef SYMBIAN_EXCLUDE_FAX |
|
281 |
|
282 /** #SYMBIAN_EXCLUDE_INFRARED |
|
283 removes symbian infrared components from rom |
|
284 */ |
|
285 #undef SYMBIAN_EXCLUDE_INFRARED |
229 |
286 |
230 /** #SYMBIAN_EXCLUDE_KEYMAP |
287 /** #SYMBIAN_EXCLUDE_KEYMAP |
231 This flag can be used to include/exclude Symbian's KEYMAP_FILE (EKData.dll) from |
288 This flag can be used to include/exclude Symbian's KEYMAP_FILE (EKData.dll) from |
232 rom image if base.iby is included |
289 rom image if base.iby is included |
233 */ |
290 */ |
234 #undef SYMBIAN_EXCLUDE_KEYMAP |
291 #define SYMBIAN_EXCLUDE_KEYMAP |
|
292 |
|
293 /** #SYMBIAN_EXCLUDE_LIBXML2 |
|
294 This feature flag removes libxml2.dll from image. |
|
295 */ |
|
296 #undef SYMBIAN_EXCLUDE_LIBXML2 |
|
297 |
|
298 /** #SYMBIAN_EXCLUDE_LIBXML2_DOM_XPATH_API |
|
299 This feature flag removes libxml2.dll from image. |
|
300 */ |
|
301 #undef SYMBIAN_EXCLUDE_LIBXML2_DOM_XPATH_API |
|
302 |
|
303 /** #SYMBIAN_EXCLUDE_LIBXML2_SAX_CPARSER_PLUGIN |
|
304 This feature flag removes libxml2.dll from image. |
|
305 */ |
|
306 #undef SYMBIAN_EXCLUDE_LIBXML2_SAX_CPARSER_PLUGIN |
235 |
307 |
236 /** #SYMBIAN_EXCLUDE_LOCATION_MANAGEMENT |
308 /** #SYMBIAN_EXCLUDE_LOCATION_MANAGEMENT |
237 The macro SYMBIAN_EXCLUDE_LOCATION_MANAGEMENT is used to exclude the location |
309 The macro SYMBIAN_EXCLUDE_LOCATION_MANAGEMENT is used to exclude the location |
238 management components of the Location Framework from ROM.Default value should be |
310 management components of the Location Framework from ROM.Default value should be |
239 "Defined". |
311 "Defined". |
254 |
326 |
255 /** #SYMBIAN_EXCLUDE_SCDV |
327 /** #SYMBIAN_EXCLUDE_SCDV |
256 This flag can be used to exclude Symbian ScDv.dll from rom image when Symbian's |
328 This flag can be used to exclude Symbian ScDv.dll from rom image when Symbian's |
257 base.iby is included |
329 base.iby is included |
258 */ |
330 */ |
259 #undef SYMBIAN_EXCLUDE_SCDV |
331 #define SYMBIAN_EXCLUDE_SCDV |
260 |
332 |
261 /** #SYMBIAN_EXCLUDE_SIP |
333 /** #SYMBIAN_EXCLUDE_SIP |
262 Excludes Symbian SIP components. |
334 Excludes Symbian SIP components. |
263 */ |
335 */ |
264 #undef SYMBIAN_EXCLUDE_SIP |
336 #undef SYMBIAN_EXCLUDE_SIP |
|
337 |
|
338 /** #SYMBIAN_EXCLUDE_WIFI |
|
339 Removes Symbian wlan componets |
|
340 */ |
|
341 #undef SYMBIAN_EXCLUDE_WIFI |
265 |
342 |
266 /** #SYMBIAN_GRAPHICS_ADAPTATION |
343 /** #SYMBIAN_GRAPHICS_ADAPTATION |
267 This flag is used to take right graphics adaptation components to the ROM build |
344 This flag is used to take right graphics adaptation components to the ROM build |
268 */ |
345 */ |
269 #define SYMBIAN_GRAPHICS_ADAPTATION None |
346 #define SYMBIAN_GRAPHICS_ADAPTATION None |
276 #undef SYMBIAN_GRAPHICS_USE_GCE |
353 #undef SYMBIAN_GRAPHICS_USE_GCE |
277 |
354 |
278 /** #SYMBIAN_GRAPHICS_USE_WSERV2 |
355 /** #SYMBIAN_GRAPHICS_USE_WSERV2 |
279 WServ2 binaries are used instead of WSERV1 versions. |
356 WServ2 binaries are used instead of WSERV1 versions. |
280 */ |
357 */ |
281 #define SYMBIAN_GRAPHICS_USE_WSERV2 |
358 #undef SYMBIAN_GRAPHICS_USE_WSERV2 |
|
359 |
|
360 /** #SYMBIAN_HAL_NONSECUREOFFSET_PERSISTENCE_DISABLED |
|
361 Non secure offset persistence must be disabled in secure time |
|
362 */ |
|
363 #define SYMBIAN_HAL_NONSECUREOFFSET_PERSISTENCE_DISABLED 1 |
282 |
364 |
283 /** #SYMBIAN_HAL_PENSTATE_PERSISTENCE_DISABLED |
365 /** #SYMBIAN_HAL_PENSTATE_PERSISTENCE_DISABLED |
284 Provide an option to allow platform to not save HALData::EPenState attribute. |
366 Provide an option to allow platform to not save HALData::EPenState attribute. |
285 */ |
367 */ |
286 #define SYMBIAN_HAL_PENSTATE_PERSISTENCE_DISABLED 1 |
368 #define SYMBIAN_HAL_PENSTATE_PERSISTENCE_DISABLED 1 |
418 /** #SYMBIAN_INCLUDE_USB_RNDIS |
500 /** #SYMBIAN_INCLUDE_USB_RNDIS |
419 plugin, RNDIS agent and IP stack packet driver in the ROM. |
501 plugin, RNDIS agent and IP stack packet driver in the ROM. |
420 Introduced by PREQ1872. |
502 Introduced by PREQ1872. |
421 |
503 |
422 */ |
504 */ |
423 #undef SYMBIAN_INCLUDE_USB_RNDIS |
505 #define SYMBIAN_INCLUDE_USB_RNDIS |
|
506 |
|
507 /** #SYMBIAN_MBUF_POOL_SIZE |
|
508 The size of the MBuf pool is adjustable. The MBuf pool is used for creating |
|
509 buffers for communication data. |
|
510 |
|
511 The MBuf is configurable in c32start.ini : |
|
512 \src\common\generic\comms-infras\rootserver\etc\ |
|
513 It is runtime read configuration file, e.g.: |
|
514 |
|
515 [Global] |
|
516 MBufPoolSize=<initial size>,<max size> [bytes] |
|
517 |
|
518 Default MBufPoolSize=262144,262144. |
|
519 If single value => interpreted as max size. |
|
520 |
|
521 When an initial size is specified the pool grows when necessary until it reaches |
|
522 the maximum size. It does not shrink, however, so the RAM is not released until |
|
523 the device is rebooted. |
|
524 |
|
525 */ |
|
526 #define SYMBIAN_MBUF_POOL_SIZE 0 |
424 |
527 |
425 /** #SYMBIAN_MULTIMEDIA_A3FDEVSOUND |
528 /** #SYMBIAN_MULTIMEDIA_A3FDEVSOUND |
426 This definition is used in symbian A3F build files. |
529 This definition is used in symbian A3F build files. |
427 If this flag is enabled, A3F is build. |
530 If this flag is enabled, A3F is build. |
428 if this flag is disabled, devsound is build. |
531 if this flag is disabled, devsound is build. |
440 paging. From Symbian 9.4 onwards same pool is used by file system cache and thus |
543 paging. From Symbian 9.4 onwards same pool is used by file system cache and thus |
441 the amount of pages should be increased in order to preserve good system |
544 the amount of pages should be increased in order to preserve good system |
442 performance and memory consumption balance. Increasing the value increases the |
545 performance and memory consumption balance. Increasing the value increases the |
443 memory consumption. |
546 memory consumption. |
444 */ |
547 */ |
445 #define SYMBIAN_ODP_NUMBER_OF_MAX_LIVE_PAGES 4096 |
548 #define SYMBIAN_ODP_NUMBER_OF_MAX_LIVE_PAGES 0 |
446 |
549 |
447 /** #SYMBIAN_ODP_NUMBER_OF_MIN_LIVE_PAGES |
550 /** #SYMBIAN_ODP_NUMBER_OF_MIN_LIVE_PAGES |
448 Defines the minimum number of 4k live pages available in the system for code |
551 Defines the minimum number of 4k live pages available in the system for code |
449 paging. From Symbian 9.4 onwards same pool is used by file system cache and thus |
552 paging. From Symbian 9.4 onwards same pool is used by file system cache and thus |
450 the amount of pages should be increased in order to preserve good system |
553 the amount of pages should be increased in order to preserve good system |
461 the transitioning between them according to licensee-defined |
564 the transitioning between them according to licensee-defined |
462 policies and procedures. |
565 policies and procedures. |
463 |
566 |
464 This define supports PREQ1871. |
567 This define supports PREQ1871. |
465 */ |
568 */ |
466 #undef SYMBIAN_SYSTEM_STATE_MANAGEMENT |
569 #define SYMBIAN_SYSTEM_STATE_MANAGEMENT |
467 |
570 |
468 /** #SYMBIAN_USE_DOS_SERVER_SERVICES |
571 /** #SYMBIAN_USE_DOS_SERVER_SERVICES |
469 The DOS_SERVER_SERVICES should indicate that the DOS Server Services is present. |
572 The DOS_SERVER_SERVICES should indicate that the DOS Server Services is present. |
470 This is needed to turn the RF on in an emergency call when the phone is in |
573 This is needed to turn the RF on in an emergency call when the phone is in |
471 flight mode. |
574 flight mode. |
472 */ |
575 */ |
473 #define SYMBIAN_USE_DOS_SERVER_SERVICES |
576 #undef SYMBIAN_USE_DOS_SERVER_SERVICES |
474 |
577 |
475 /** #SYMBIAN_USE_HCI_V2 |
578 /** #SYMBIAN_USE_HCI_V2 |
476 Defines if HCIv2 (bluetooth v2.0) is used in image or not. |
579 Defines if HCIv2 (bluetooth v2.0) is used in image or not. |
477 */ |
580 */ |
478 #define SYMBIAN_USE_HCI_V2 |
581 #define SYMBIAN_USE_HCI_V2 |
480 /** #SYMBIAN_USE_NOKIA_FEATURE_MANAGER |
583 /** #SYMBIAN_USE_NOKIA_FEATURE_MANAGER |
481 The macro NOKIA_FEATURE_MANAGER should indicate that the Nokia version of the |
584 The macro NOKIA_FEATURE_MANAGER should indicate that the Nokia version of the |
482 Feature Manager is present. The Feature Manager was part of the CoreOS, and |
585 Feature Manager is present. The Feature Manager was part of the CoreOS, and |
483 there is a Symbian version of it in 9.5. |
586 there is a Symbian version of it in 9.5. |
484 */ |
587 */ |
485 #define SYMBIAN_USE_NOKIA_FEATURE_MANAGER |
588 #undef SYMBIAN_USE_NOKIA_FEATURE_MANAGER |
486 |
589 |
487 /** #USE_MSCDB |
590 /** #USE_MSCDB |
488 Enable usage of mass storage double buffering. |
591 Enable usage of mass storage double buffering. |
489 */ |
592 */ |
490 #define USE_MSCDB |
593 #define USE_MSCDB |
538 #undef __ALWAYS_ONLINE_PDPCONTEXT2 |
641 #undef __ALWAYS_ONLINE_PDPCONTEXT2 |
539 |
642 |
540 /** #__AMR_NB |
643 /** #__AMR_NB |
541 Device supports Adaptive Multi-Rate (AMR) narrowband codec. |
644 Device supports Adaptive Multi-Rate (AMR) narrowband codec. |
542 */ |
645 */ |
543 #undef __AMR_NB |
646 #define __AMR_NB |
544 |
647 |
545 /** #__AMR_WB |
648 /** #__AMR_WB |
546 Device supports Adaptive Multi-Rate (AMR) wideband codec. |
649 Device supports Adaptive Multi-Rate (AMR) wideband codec. |
547 */ |
650 */ |
548 #undef __AMR_WB |
651 #define __AMR_WB |
549 |
652 |
550 /** #__APPLICATION_CONTROLLABLE_AUDIO_ROUTING |
653 /** #__APPLICATION_CONTROLLABLE_AUDIO_ROUTING |
551 "An application UI can control audio routing in addition to adaption layer. If |
654 "An application UI can control audio routing in addition to adaption layer. If |
552 this feature is off, only the adaptation layer controls the audio routing and |
655 this feature is off, only the adaptation layer controls the audio routing and |
553 the corresponding DOS Plug-in API has to be implemented." |
656 the corresponding DOS Plug-in API has to be implemented." |
892 |
995 |
893 /** #__EMAIL_UI |
996 /** #__EMAIL_UI |
894 Device has email UI components. |
997 Device has email UI components. |
895 */ |
998 */ |
896 #define __EMAIL_UI |
999 #define __EMAIL_UI |
|
1000 |
|
1001 /** #__ENABLE_BACKSTEPPING |
|
1002 A flag that defines whether Backstepping -service is in use in Music Player. |
|
1003 With Backstepping, MusicSuite and Music Widget interaction with music player is |
|
1004 much more fluent. Back takes back to Music Suite, instead of Music Player |
|
1005 library view. This flag will enable compilation of mpxbacksteppingutility, which |
|
1006 music player uses to implement Backstepping. Synergy Change: ou1cimx1#122317 |
|
1007 */ |
|
1008 #undef __ENABLE_BACKSTEPPING |
897 |
1009 |
898 /** #__EN_POLICY_DOS |
1010 /** #__EN_POLICY_DOS |
899 "ENPolicy provides emergency number policy APIs and is used by phoneserver |
1011 "ENPolicy provides emergency number policy APIs and is used by phoneserver |
900 component.DOS emergency number policy checks emergency number by using ETel |
1012 component.DOS emergency number policy checks emergency number by using ETel |
901 custom API.SOS emergency number policy checks emergency number by using ETel |
1013 custom API.SOS emergency number policy checks emergency number by using ETel |
1679 proactive commands or envelope command responses." |
1791 proactive commands or envelope command responses." |
1680 */ |
1792 */ |
1681 #define __SAT_LANGUAGE_NOTIFICATION |
1793 #define __SAT_LANGUAGE_NOTIFICATION |
1682 |
1794 |
1683 /** #__SAT_LAUNCH_BROWSER |
1795 /** #__SAT_LAUNCH_BROWSER |
1684 "If this flag is enabled, upon receiving SAT Launch Browser command, the ME |
1796 When this flag is enabled, upon receiving SAT Launch Browser command, the ME |
1685 shall decide if it is able to execute the command. See details from 3GPP |
1797 shall decide if it is able to execute the command. See details from 3GPP |
1686 specifications." |
1798 specifications. |
1687 */ |
1799 */ |
1688 #define __SAT_LAUNCH_BROWSER |
1800 #define __SAT_LAUNCH_BROWSER |
1689 |
1801 |
1690 /** #__SAT_MO_SM_CONTROL |
1802 /** #__SAT_MO_SM_CONTROL |
1691 "When this flag is enabled, mobile originated short messages are controlled by |
1803 "When this flag is enabled, mobile originated short messages are controlled by |
1819 /** #__SERIES60_PHONE_CNAP |
1931 /** #__SERIES60_PHONE_CNAP |
1820 Device supports Calling Name Presentation (CNAP) as defined in GSM 2.96. B |
1932 Device supports Calling Name Presentation (CNAP) as defined in GSM 2.96. B |
1821 subscriber is able to see A subscriber's number and name even the caller's ID is |
1933 subscriber is able to see A subscriber's number and name even the caller's ID is |
1822 not stored in the phone. The name of the subscriber comes from network. |
1934 not stored in the phone. The name of the subscriber comes from network. |
1823 */ |
1935 */ |
1824 #undef __SERIES60_PHONE_CNAP |
1936 #define __SERIES60_PHONE_CNAP |
1825 |
1937 |
1826 /** #__SERIES60_PHONE_NUMBER_GROUPING |
1938 /** #__SERIES60_PHONE_NUMBER_GROUPING |
1827 Deprecated flag. Included for compatibility reasons. Value must equal to |
1939 Deprecated flag. Included for compatibility reasons. Value must equal to |
1828 __PHONE_NUMBER_GROUPING |
1940 __PHONE_NUMBER_GROUPING |
1829 */ |
1941 */ |
2088 |
2200 |
2089 /** #__UI_TRANSITION_EFFECTS |
2201 /** #__UI_TRANSITION_EFFECTS |
2090 Defines whether transition effects are used in UI. Also controls whether the |
2202 Defines whether transition effects are used in UI. Also controls whether the |
2091 effect engine is included in ROM or not. |
2203 effect engine is included in ROM or not. |
2092 */ |
2204 */ |
2093 #undef __UI_TRANSITION_EFFECTS |
2205 #define __UI_TRANSITION_EFFECTS |
2094 |
2206 |
2095 /** #__UI_ZOOM |
2207 /** #__UI_ZOOM |
2096 This feature activates the zooming support in Series 60 UI. |
2208 This feature activates the zooming support in Series 60 UI. |
2097 */ |
2209 */ |
2098 #define __UI_ZOOM |
2210 #define __UI_ZOOM |
2128 #undef __USB_PICTBRIDGE_UI |
2240 #undef __USB_PICTBRIDGE_UI |
2129 |
2241 |
2130 /** #__USB_PTP |
2242 /** #__USB_PTP |
2131 Includes and excludes PTP (Picture Transfer Protocol) components. |
2243 Includes and excludes PTP (Picture Transfer Protocol) components. |
2132 */ |
2244 */ |
2133 #define __USB_PTP |
2245 #undef __USB_PTP |
2134 |
2246 |
2135 /** #__USB_REMOTE_PERSONALITY |
2247 /** #__USB_REMOTE_PERSONALITY |
2136 Includes and excludes S60 USB Remote Personality component. |
2248 Includes and excludes S60 USB Remote Personality component. |
2137 */ |
2249 */ |
2138 #define __USB_REMOTE_PERSONALITY |
2250 #define __USB_REMOTE_PERSONALITY |
2184 |
2296 |
2185 /** #__WINDOWS_MEDIA |
2297 /** #__WINDOWS_MEDIA |
2186 Device supports Windows Media. In other words it indicates whether WM-related |
2298 Device supports Windows Media. In other words it indicates whether WM-related |
2187 components such as ASF-parser and codecs are in place. |
2299 components such as ASF-parser and codecs are in place. |
2188 */ |
2300 */ |
2189 #undef __WINDOWS_MEDIA |
2301 #define __WINDOWS_MEDIA |
2190 |
2302 |
2191 /** #__WINDOWS_MEDIA_DRM |
2303 /** #__WINDOWS_MEDIA_DRM |
2192 Device supports Windows Media DRM. In other words it indicates whether WMDRM |
2304 Device supports Windows Media DRM. In other words it indicates whether WMDRM |
2193 related components such as WMDRM MTP plugin and WMDRM PK are in place. |
2305 related components such as WMDRM MTP plugin and WMDRM PK are in place. |
2194 */ |
2306 */ |