blob: fc002051e1d9c7786e05dcc92b80b400a85ffcd1 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!--
Copyright 2020 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<node name="/org/chromium/Hermes/Manager"
xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<interface name="org.chromium.Hermes.Manager">
<method name="SetTestMode">
<tp:docstring>
Set/unset test mode.
</tp:docstring>
<annotation name="org.chromium.DBus.Method.Kind" value="simple" />
<arg name="is_test_mode" type="b" direction="in" />
</method>
<property name="AvailableEuiccs" type="ao" access="read" />
</interface>
</node>