aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/unit-tests/cdb-creation/simple/providers3.context
blob: 67a1c2e69d1e98311c2c30cfcd2b1da8f9e2e2d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<provider plugin="testplugin.so" constructionString="testConstructionString">
  <key name="Internet.ConnectionName">
    <type>STRING</type>
  </key>
  <key name="Internet.BytesOut">
    <type>INT</type>
    <doc>
      Number of bytes transmitted out.
    </doc>
  </key>
</provider>