aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/unit-tests/cdb-creation/dynamic/providers4v2/providers.context
blob: 4c2902445983048e5d8ec36f3a09adb83467ecae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<provider plugin="contextkit-dbus" constructionString="session:org.freedesktop.ContextKit.contextd2">
  <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>
</provider>