| # 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("testing") { | |
| testonly = true | |
| sources = [ | |
| "fake_device_listener_registry.cc", | |
| "fake_device_listener_registry.h", | |
| ] | |
| public_deps = [ | |
| "//sdk/fidl/fuchsia.ui.policy:fuchsia.ui.policy_hlcpp", | |
| "//sdk/lib/fidl/cpp", | |
| ] | |
| } |