blob: 4c3813dbc183b2afc452dceac97664453c60eced [file] [log] [blame]
# Copyright 2017 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("input") {
sources = [
"main.cc",
]
deps = [
"//garnet/public/lib/app/cpp",
"//garnet/public/lib/ui/input/fidl",
"//garnet/public/lib/ui/input/cpp",
"//garnet/public/lib/fxl",
"//garnet/public/lib/fsl",
]
libs = [ "hid" ]
}