blob: bc3cf7a25f62b4cc08298d7e8aca80d01f703eaf [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.
test("hid") {
sources = [
"hid-driver.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-hidctl:c",
"$zx/system/fidl/fuchsia-hardware-input:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/devmgr-integration-test",
"$zx/system/ulib/devmgr-launcher",
"$zx/system/ulib/driver-integration-test",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/hid",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxtest",
]
}
test("hid-parse-size") {
sources = [
"$zx/system/dev/input/hid/hid-parser-lib.cpp",
"$zx/system/utest/hid-parser/hid-report-data.cpp",
"hid-parse-test.cpp",
]
deps = [
"$zx/system/banjo/ddk.protocol.hidbus",
"$zx/system/fidl/fuchsia-hardware-input:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/driver",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fidl",
"$zx/system/ulib/hid-parser",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
]
}