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