blob: bc78519179f084982a7dd80be9e854f9fd8c59b8 [file] [log] [blame]
# 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",
"//sdk/lib/fidl/cpp",
]
}