| # 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:async-cpp", |
| "//zircon/system/ulib/async-loop:async-loop", |
| "//zircon/system/ulib/async-loop:async-loop-cpp", |
| ] |
| } |