blob: 99e1877ffaa3b3fa517c93cc417bc1568b70a7f7 [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" ]
}