blob: 772f7b8d053bedd1276c9c8015b754e211fcab47 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
library("process-launcher") {
sources = [
"launcher.cpp",
"provider.cpp",
]
configs += [ "$zx/public/gn/config:visibility_hidden" ]
deps = [
"$zx/system/fidl/fuchsia-io:c",
"$zx/system/fidl/fuchsia-ldsvc:c",
"$zx/system/fidl/fuchsia-process:c",
"$zx/system/ulib/async:async-cpp",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fidl",
"$zx/system/ulib/launchpad",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
public_deps = [
# <lib/process-launcher/launcher.h> has #include <lib/svc/service.h>.
"$zx/system/ulib/svc:headers",
]
}