blob: 6337855764cc5dc928ef6b460b36b4adcf8a5502 [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: [
"driver_component/driver.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "driver",
binary: "driver/focaltech.so",
bind: "meta/bind/focaltech.bindbc",
colocate: "false",
default_dispatcher_opts: [ "allow_sync_calls" ],
default_dispatcher_scheduler_role: "fuchsia.ui.input.drivers.focaltech.device",
},
use: [
{
service: [
"fuchsia.hardware.gpio.Service",
"fuchsia.hardware.i2c.Service",
"fuchsia.hardware.platform.device.Service",
],
},
],
}