blob: 865b4f711ad39a19302fddad587e18cdf004ea56 [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("hidtouch") {
sources = [
"main.c",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-display:c",
"$zx/system/fidl/fuchsia-hardware-input:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/fdio",
"$zx/system/ulib/framebuffer",
"$zx/system/ulib/hid",
"$zx/system/ulib/zircon",
]
}