blob: 2544ea48dab1f4689e0516750f249937a99c6328 [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_mcu_bind.bindbc",
compat: "driver/vim3-mcu.so",
default_dispatcher_opts: [ "allow_sync_calls" ],
},
capabilities: [
{ service: "fuchsia.hardware.fan.Service" },
],
use: [
{ service: "fuchsia.hardware.i2c.Service" },
],
expose: [
{
service: "fuchsia.hardware.fan.Service",
from: "self",
},
],
}