blob: a50d57b488553a17d8b668bc110a5550b2c4f204 [file] [log] [blame]
// Copyright 2022 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/vim3-bind.bindbc",
default_dispatcher_opts: [ "allow_sync_calls" ],
compat: "driver/vim3.so",
colocate: "true",
},
use: [
{ protocol: "fuchsia.boot.Arguments" },
{ service: "fuchsia.hardware.platform.bus.Service" },
],
}