aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/unit-tests/cdb-creation/dynamic/providers1v2/providers.context
blob: 65e0ea6f1930f71a906e16a122e7f04e9e09c238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<provider plugin="contextkit-dbus" constructionString="session:org.freedesktop.ContextKit.contextd1">
  <key name="Battery.ChargePercentage">
    <type>INT</type>
    <doc>This is a charge percentage of the battery</doc>
  </key>
  <key name="Battery.LowBattery">
    <type>TRUTH</type>
    <doc>
        This is true when battery is low
    </doc>
  </key>
  <key name="Battery.AboutToExplode">
    <type>TRUTH</type>
    <doc>This is a true when you should stop using the device</doc>
  </key>
</provider>