blob: 20ca3dd0b80048adb94087605dce647ed96f2ad3 [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/libqemu_edu.so',
bind: 'meta/bind/qemu_edu.bindbc'
},
use: [
{
protocol: [ 'fuchsia.device.fs.Exporter' ],
},
{ service: "fuchsia.driver.compat.Service" },
],
// Provide the device capability to other components
capabilities: [
{ protocol: 'fuchsia.hardware.qemuedu.Device' },
],
expose: [
{
protocol: 'fuchsia.hardware.qemuedu.Device',
from: 'self',
},
],
}