blob: 94b0f57f18b534c645b63cc2b87e26a6e87aefb0 [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("cpp") {
sources = [
"connect.h",
"environment_services.cc",
"environment_services.h",
"outgoing.cc",
"outgoing.h",
"service_provider_impl.cc",
"service_provider_impl.h",
"startup_context.cc",
"startup_context.h",
]
public_deps = [
"//garnet/public/lib/app/fidl",
"//garnet/public/lib/fidl/cpp",
"//garnet/public/lib/fxl",
"//garnet/public/lib/svc/cpp",
"//zircon/public/lib/fit",
]
}