blob: 1e4618235f13e04df2f7d0a9cc7d30a825629fa7 [file]
// Copyright 2024 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
include: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/adb_client",
},
capabilities: [
{ protocol: "fuchsia.testing.adb.Client" },
],
use: [
{ service: "fuchsia.hardware.usb.device.Service" },
{ service: "fuchsia.hardware.usb.UsbService" },
],
expose: [
{
protocol: "fuchsia.testing.adb.Client",
from: "self",
},
],
}