blob: 9ed229002193b40f37516349c4b81c14cce1dee3 [file]
// 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: [
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "driver",
binary: "driver/test.so",
bind: "meta/bind/test_bind.bindbc",
default_dispatcher_opts: [ "allow_sync_calls" ],
},
use: [],
}