blob: a470d4853f4d9ef34fad67b8a0c2a7b0b95463f9 [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("i2c-hid") {
sources = [
"i2c-hid.c",
]
deps = [
"$zx/system/banjo/ddk-protocol-hidbus",
"$zx/system/banjo/ddk-protocol-i2c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/hid",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
]
}