blob: 61c9ad39ae68b9f6e4eb72f86cd35d673b5788b6 [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_executable("hid") {
sources = [
"main.cc",
"report.cc",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-input:c",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fzl",
"$zx/system/ulib/hid-parser",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}