blob: 7f22017b8bad9eca4de62adc345a125f21b11a4d [file] [log] [blame]
// 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_socket_bind.bindbc",
colocate: "false",
compat: "driver/virtio_socket.so",
},
capabilities: [
{
service: [ "fuchsia.hardware.vsock.Service" ],
},
],
use: [
{ service: "fuchsia.hardware.pci.Service" },
],
expose: [
{
service: [ "fuchsia.hardware.vsock.Service" ],
from: "self",
},
],
}