blob: 61218c541d5562b0d94b97fff88a14af5abd79c1 [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: [
'syslog/client.shard.cml',
],
program: {
runner: 'driver',
binary: 'lib/libda7219.so',
bind: 'meta/bind/da7219.bindbc'
},
// Consume the I2C device capability from the parent
use: [
{ protocol: 'fuchsia.hardware.i2c.Device' },
{ service: 'fuchsia.driver.compat.Service' },
],
}