blob: e07cac50393f8232464b492451caa5e373abaca9 [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.
import("//build/zircon/zx_library.gni")
zx_library("virtio") {
sdk = "source"
sdk_headers = [
"virtio/balloon.h",
"virtio/block.h",
"virtio/console.h",
"virtio/gpu.h",
"virtio/input.h",
"virtio/mem.h",
"virtio/net.h",
"virtio/sound.h",
"virtio/virtio.h",
"virtio/virtio_ids.h",
"virtio/virtio_ring.h",
"virtio/vsock.h",
"virtio/wl.h",
]
sources = []
}