blob: 7e74bc951a0fab313f4f736d25cabd7b812a699c [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/nelson-bind.bindbc",
default_dispatcher_opts: [ "allow_sync_calls" ],
compat: "driver/nelson-module.so",
colocate: "true",
},
capabilities: [
{ service: "fuchsia.hardware.platform.bus.Service" },
],
use: [
{ protocol: "fuchsia.kernel.MmioResource" },
{ service: "fuchsia.hardware.platform.bus.Service" },
],
expose: [
{
service: "fuchsia.hardware.platform.bus.Service",
from: "self",
},
],
}