aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/unit-tests/cdb-creation/dynamic/providers2v1/providers.context
blob: 90fbe0f79b6747949819d6b013ae8dcb39971a21 (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.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>
</provider>