blob: 95b5a0e62ed6ddb0471222efbd70aaad83c5e903 [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: [
"//sdk/lib/driver/compat/compat.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "driver",
bind: "meta/bind/root-driver.bindbc",
compat: "driver/multibind-root-driver.so",
default_dispatcher_opts: [ "allow_sync_calls" ],
},
use: [],
}