forked from nemomobile/mce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
energymanagement.schemas
54 lines (51 loc) · 1.95 KB
/
energymanagement.schemas
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0"?>
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/system/osso/dsm/energymanagement/enable_power_saving</key>
<applyto>/system/osso/dsm/energymanagement/enable_power_saving</applyto>
<owner>mce</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Enable automatic power saving mode</short>
<long>Enable automatic power saving, true; Disable automatic power saving, false</long>
</locale>
</schema>
<schema>
<key>/schemas/system/osso/dsm/energymanagement/force_power_saving</key>
<applyto>/system/osso/dsm/energymanagement/force_power_saving</applyto>
<owner>mce</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Unconditionally enable power saving mode</short>
<long>Unconditionally enable power saving, true; user selected and system controlled power saving, false</long>
</locale>
</schema>
<schema>
<key>/schemas/system/osso/dsm/energymanagement/psm_threshold</key>
<applyto>/system/osso/dsm/energymanagement/psm_threshold</applyto>
<owner>mce</owner>
<type>int</type>
<list_type>int</list_type>
<default>20</default>
<locale name="C">
<short>Threshold for the power saving mode</short>
<long>This key contains the threshold for the power saving mode.</long>
</locale>
</schema>
<schema>
<key>/schemas/system/osso/dsm/energymanagement/possible_psm_thresholds</key>
<applyto>/system/osso/dsm/energymanagement/possible_psm_thresholds</applyto>
<owner>mce</owner>
<type>list</type>
<list_type>int</list_type>
<default>[10, 20, 30, 40, 50]</default>
<locale name="C">
<short>Possible thresholds for the power saving mode</short>
<long>This key contains the allowed threshold values for the power saving mode.</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>