blob: bca990c6895ce7f955a72c776ce157df87a0a8fa [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.
-->
<node name="/org/chromium/HardwareVerifier"
xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<interface name="org.chromium.HardwareVerifier">
<!--
VerifyComponents:
@verify_components_reply: The reply message. See |VerifyComponentsReply|
in hardware_verifier.proto.
Verifies the components and returns a hardware verification report
accordingly.
-->
<method name="VerifyComponents">
<arg type="ay" name="verify_components_reply" direction="out">
<annotation name="org.chromium.DBus.Argument.ProtobufClass"
value="hardware_verifier::VerifyComponentsReply" />
</arg>
<annotation name="org.chromium.DBus.Method.Kind" value="async"/>
</method>
</interface>
</node>