aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/unit-tests/cdb-creation/simple/providers2.context
diff options
context:
space:
mode:
Diffstat (limited to 'libcontextsubscriber/unit-tests/cdb-creation/simple/providers2.context')
-rw-r--r--libcontextsubscriber/unit-tests/cdb-creation/simple/providers2.context17
1 files changed, 0 insertions, 17 deletions
diff --git a/libcontextsubscriber/unit-tests/cdb-creation/simple/providers2.context b/libcontextsubscriber/unit-tests/cdb-creation/simple/providers2.context
deleted file mode 100644
index b7117303..00000000
--- a/libcontextsubscriber/unit-tests/cdb-creation/simple/providers2.context
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0"?>
-<xml>
- <provider bus="system" service="org.freedesktop.ContextKit.contextd2">
- <key name="Battery.Charging">
- <type>TRUTH</type>
- <doc>
- This is true when battery is charging
- </doc>
- </key>
- </provider>
- <provider bus="system" service="org.freedesktop.ContextKit.contextd1">
- <key name="Battery.ChargePercentage">
- <type>INT</type>
- <doc>This is a charge percentage of the battery</doc>
- </key>
- </provider>
-</xml>