blob: 38b21abb2dbd3bcb9947b7fa1f7d583c3a331147 [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.
library("devmgr-launcher") {
sdk = "shared"
sdk_headers = [
"lib/devmgr-launcher/launch.h",
"lib/devmgr-launcher/processargs.h",
]
shared = true
sources = [
"launcher.cpp",
]
deps = [
"$zx/system/ulib/bootsvc-protocol",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxcpp",
]
}