aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/unit-tests/cdb-creation/dynamic/providers1v2/providers.context
diff options
context:
space:
mode:
Diffstat (limited to 'libcontextsubscriber/unit-tests/cdb-creation/dynamic/providers1v2/providers.context')
-rw-r--r--libcontextsubscriber/unit-tests/cdb-creation/dynamic/providers1v2/providers.context17
1 files changed, 0 insertions, 17 deletions
diff --git a/libcontextsubscriber/unit-tests/cdb-creation/dynamic/providers1v2/providers.context b/libcontextsubscriber/unit-tests/cdb-creation/dynamic/providers1v2/providers.context
deleted file mode 100644
index 65e0ea6f..00000000
--- a/libcontextsubscriber/unit-tests/cdb-creation/dynamic/providers1v2/providers.context
+++ /dev/null
@@ -1,17 +0,0 @@
-<?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>