blob: 1abe3e900e9623367e0219d20b1d5d18d186a975 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright (c) 2021 The Chromium OS Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<!--
The interface defined in this file is used with the service name
"org.chromium.Hps"
-->
<node name="/org/chromium/Hps"
xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<interface name="org.chromium.Hps">
<method name="EnableFeature">
<arg name="feature" type="y" direction="in">
<tp:docstring>
ID of feature to be enabled.
</tp:docstring>
</arg>
</method>
<method name="DisableFeature">
<arg name="feature" type="y" direction="in">
<tp:docstring>
ID of feature to be disabled.
</tp:docstring>
</arg>
</method>
<method name="GetFeatureResult">
<arg name="feature" type="y" direction="in">
<tp:docstring>
ID of Feature to query for the result.
</tp:docstring>
</arg>
<arg name="result" type="q" direction="out">
<tp:docstring>
Result returned for the requested feature.
</tp:docstring>
</arg>
</method>
</interface>
</node>