blob: f69eb2239fae56403e6ba910f92625316379c930 [file] [log] [blame]
# Copyright 2019 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.
group("bus") {
deps = [
"pci",
"platform",
"virtio:virtio_block",
"virtio:virtio_console",
"virtio:virtio_ethernet",
"virtio:virtio_gpu",
"virtio:virtio_input",
"virtio:virtio_rng",
"virtio:virtio_scsi",
"virtio:virtio_socket",
]
}