blob: 92d6467f4961e554b2d3bac9d4cb2880a732025d [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',
},
capabilities: [
{ service: 'fuchsia.hardware.audio.CodecService' },
],
// Consume the I2C service capability from the parent
use: [
{ service: 'fuchsia.hardware.i2c.Service' },
{ service: 'fuchsia.driver.compat.Service' },
],
}