blob: dcf11e4e0910baf621ce873b2362b94f85757bcd [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.
zx_test("virtio") {
sources = [
"$zx/system/dev/bus/virtio/input_touch.cc",
"virtio-input.cc",
]
deps = [
"$zx/system/banjo/ddk.protocol.hidbus",
"$zx/system/ulib/ddk",
"$zx/system/ulib/fdio",
"$zx/system/ulib/hid",
"$zx/system/ulib/hid-parser",
"$zx/system/ulib/virtio",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxtest",
]
}