blob: 13195aa92e8c664fab71252efea395dfe375f2d5 [file]
// Copyright 2026 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/platform-device.shard.cml",
"driver_component/driver.shard.cml",
],
program: {
binary: "driver/focaltech-sherlock-rust.so",
bind: "meta/bind/focaltech.bindbc",
},
use: [
{
service: [
"fuchsia.hardware.gpio.Service",
"fuchsia.hardware.i2c.Service",
],
},
],
}