blob: 9b373fa69d67e70ac62ca09f04923700fd097c75 [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/unification/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/net.h",
"virtio/virtio.h",
"virtio/virtio_ids.h",
"virtio/virtio_ring.h",
"virtio/vsock.h",
"virtio/wl.h",
]
sources = []
# TODO(fxbug.dev/58162): delete the below and fix compiler warnings
configs += [ "//build/config:Wno-conversion" ]
}