aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMarja Hassinen <ext-marja.2.hassinen@nokia.com>2009-08-13 16:16:17 +0300
committerMarja Hassinen <ext-marja.2.hassinen@nokia.com>2009-08-13 16:16:17 +0300
commit0171a0e997d141d994615703007e35d8252f2a86 (patch)
tree695e161ecfd71d1d4550e357268203d4ddbfc3ae /spec
parent7832de9f69b3e35144b52d6da79d1724b0271f1f (diff)
property definitions: Adding System.MemoryPressure to the list of core properties. Fixing a missing ".
Diffstat (limited to 'spec')
-rw-r--r--spec/core.context14
1 files changed, 13 insertions, 1 deletions
diff --git a/spec/core.context b/spec/core.context
index 8aa1cd7d..a25f7d87 100644
--- a/spec/core.context
+++ b/spec/core.context
@@ -172,6 +172,18 @@ OnLowBattery becomes true. In seconds.
Estimates the needed charging time of the device. In seconds.
</doc>
</key>
+ <doc>
+System
+------
+
+Information about the current state of the device.
+ </doc>
+ <key name="System.MemoryPressure">
+ <type>int32</type>
+ <doc>
+Current memory load. Possible values: 0 (normal), 1 (high; low watermark exceeded), 2 (critical; high watermark exceeded).
+ </doc>
+ </key>
<doc>
Internet connectivity
---------------------
@@ -207,7 +219,7 @@ WLAN, etc. The possible value are TBD.
</type>
<doc>
The state of the Internet connection, values TBD but will include
- things like "connected, "disconnected", "connecting".
+ things like "connected", "disconnected", "connecting".
</doc>
</key>