56
|
1 |
<!--
|
|
2 |
To disable theme related transition effects and animation background
|
|
3 |
Repository : KCRUidThemes
|
|
4 |
Key : KThemesTransitionEffectsSupport, KThemesAnimBackgroundSupport
|
|
5 |
Value : The largest possible value for a TInt (KMaxTInt=0x7fffffff defined in e32const.h)
|
|
6 |
Definition in file pslninternalcreys.h
|
|
7 |
-->
|
|
8 |
|
|
9 |
<PowerSaveModeConfig>
|
|
10 |
<Setting mode="1"><!-- PSM mode Full PSM -->
|
|
11 |
<SetItem key="9" type="0" value="2147483647"></SetItem>
|
|
12 |
<SetItem key="14" type="0" value="2147483647"></SetItem>
|
|
13 |
</Setting>
|
|
14 |
<Setting mode="2"><!-- PSM mode Partial PSM-->
|
|
15 |
<SetItem key="9" type="0" value="2147483647"></SetItem>
|
|
16 |
<SetItem key="14" type="0" value="2147483647"></SetItem>
|
|
17 |
</Setting>
|
|
18 |
</PowerSaveModeConfig>
|