blob: a2d572ecf9203a58b76dbfbf243f2e45274d3615 [file] [log] [blame]
# Copyright 2018 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.
group("entity") {
testonly = true
deps = [
":entity_watcher",
]
}
source_set("entity_watcher") {
sources = [
"entity_watcher_impl.cc",
"entity_watcher_impl.h",
]
public_deps = [
"//src/lib/fxl",
]
deps = [
"//sdk/fidl/fuchsia.modular",
]
}