blob: 3a3fe35e0b267c7df1822e9728ee63e8c52ace7e [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.
driver("hidctl") {
sources = [
"binding.c",
"hidctl.cpp",
]
deps = [
"$zx/system/banjo/ddk.protocol.hidbus",
"$zx/system/fidl/fuchsia-hardware-hidctl:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/fbl",
"$zx/system/ulib/pretty",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}