blob: 298b76fcbdc1fe194dc59aa0b319620b8282a9f0 [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/focaltech.bindbc",
compat: "driver/focaltech.so",
colocate: "false",
default_dispatcher_opts: [ "allow_sync_calls" ],
},
use: [
{ service: "fuchsia.hardware.gpio.Service" },
{
protocol: [ "fuchsia.scheduler.RoleManager" ],
},
{ service: "fuchsia.hardware.i2c.Service" },
],
}