| # Copyright 2021 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("mocks") { | |
| testonly = true | |
| public = [ | |
| "mock_injector.h", | |
| "mock_injector_registry.h", | |
| ] | |
| sources = [ | |
| "mock_injector.cc", | |
| "mock_injector_registry.cc", | |
| ] | |
| deps = [ | |
| "//sdk/lib/sys/cpp/testing:unit", | |
| "//sdk/lib/syslog/cpp", | |
| "//src/ui/input/lib/injector", | |
| ] | |
| } |