blob: f929db44255d2aa5c3f299110b50e4ed9373d4ed [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_peripheral_test-bind.bindbc",
colocate: "true",
compat: "driver/usb-peripheral-test.so",
default_dispatcher_opts: [ "allow_sync_calls" ],
fallback: "false",
},
use: [],
}