blob: 844ab2c4bcee2f6d9e580dac107c8a4af68975cd [file] [log] [blame] [edit]
# 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",
]
}