blob: e5ebeed1900fe04657abbe727b9e59de9124a354 [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.
test("hid") {
sources = [
"hid-test.cpp",
]
deps = [
"$zx/system/banjo/ddk-protocol-hidbus",
"$zx/system/fidl/fuchsia-hardware-input:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/driver",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fidl",
"$zx/system/ulib/hid-parser",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zxcpp",
]
}