blob: 201fa55f245895ed8d2d6553e7d0890b15e24784 [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.
zx_library("hid") {
sdk = "static"
sdk_headers = [
"hid/acer12.h",
"hid/ambient-light.h",
"hid/boot.h",
"hid/buttons.h",
"hid/visalia-touch.h",
"hid/descriptor.h",
"hid/egalax.h",
"hid/eyoyo.h",
"hid/ft3x27.h",
"hid/ft5726.h",
"hid/gt92xx.h",
"hid/hid.h",
"hid/ltr-578als.h",
"hid/paradise.h",
"hid/samsung.h",
"hid/usages.h",
]
sources = [
"acer12.c",
"ambient-light.c",
"bma253.c",
"boot.c",
"buttons.c",
"egalax.c",
"eyoyo.c",
"ft3x27.c",
"ft5726.c",
"ft6336.c",
"gt92xx.c",
"hid.c",
"keymaps.c",
"ltr-578als.c",
"paradise.c",
"samsung.c",
"visalia-touch.c",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-input:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/zircon",
]
}