blob: 69ce5f190bd3a76ca26bd4e9c50b31101ac3b9d3 [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("hid-buttons") {
sources = [
"bind.c",
"hid-buttons.cpp",
]
deps = [
"$zx/system/banjo/ddk-protocol-gpio",
"$zx/system/banjo/ddk-protocol-hidbus",
"$zx/system/banjo/ddk-protocol-platform-bus",
"$zx/system/banjo/ddk-protocol-platform-device",
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/fbl",
"$zx/system/ulib/hid",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxcpp",
]
}