blob: 88e45ecb05fd8b4f5d60bde4d5683cdb7cd5f77d [file]
# Copyright 2020 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.
source_set("fake_input_report_device") {
testonly = true
sources = [
"fake.cc",
"reports_reader.cc",
]
public_deps = [
"//sdk/fidl/fuchsia.input.report:fuchsia.input.report",
"//src/ui/input/lib/hid-input-report",
"//zircon/public/lib/fbl",
"//zircon/system/ulib/async-loop:async-loop",
"//zircon/system/ulib/async-loop:async-loop-cpp",
]
}