blob: 8c985f4e9e18ce77fea91a1001f055e3c8cede3f [file] [log] [blame]
// Copyright 2023 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: [
"//sdk/lib/driver/compat/compat.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "driver",
bind: "meta/bind/usb-composite.bindbc",
colocate: "true",
compat: "driver/usb-composite.so",
default_dispatcher_opts: [ "allow_sync_calls" ],
fallback: "true",
},
capabilities: [
{ service: "fuchsia.hardware.usb.UsbService" },
],
use: [
{ service: "fuchsia.hardware.usb.UsbService" },
],
expose: [
{
service: "fuchsia.hardware.usb.UsbService",
from: "self",
},
],
}