blob: 9c6594d013481c8e8eff0c5e18fbe1b97e6dcdbb [file]
// Copyright 2023 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: [
"//sdk/lib/driver/compat/compat.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "driver",
bind: "meta/bind/virtio_input_bind.bindbc",
compat: "driver/virtio_input.so",
},
use: [
{ service: "fuchsia.hardware.pci.Service" },
],
}