blob: 77a969510bcf35ff2727f62ee780b064ccbc5631 [file] [log] [blame]
# Copyright 2016 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("deprecated_service_provider") {
sources = [
"service_provider_impl.cc",
"service_provider_impl.h",
]
public_deps = [ "//sdk/fidl/fuchsia.sys" ]
# This library is deprecated.
#
# Use a directory(sys::ServiceDirectory) instead.
#
# DO NOT ADD MORE ENTRIES TO THIS LIST.
visibility = [
"//src/modular/bin/sessionmgr:sessionmgr_lib",
"//src/modular/bin/sessionmgr/agent_runner",
"//src/modular/bin/sessionmgr/story_runner",
]
}