blob: f0fbd0ec5e5facde92ff77724f658efbdd6205bc [file] [log] [blame]
// Copyright 2021 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/libexample_driver.so',
bind: 'meta/bind/example_driver.bindbc'
},
use: [
{ protocol: 'fuchsia.device.fs.Exporter' },
{ service: 'fuchsia.driver.compat.Service' },
],
}