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