blob: 2a08b36842711a107329cb684b1fbad4df64fd73 [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-integration-test") {
sdk = "shared"
sdk_headers = [ "lib/devmgr-integration-test/fixture.h" ]
# TODO: testonly = true
shared = true
sources = [
"file-wait.cpp",
"launcher.cpp",
]
public_deps = [
# <lib/devmgr-integration-test/fixture.h> has #include <lib/devmgr-launcher/launch.h>.
"$zx/system/ulib/devmgr-launcher:headers",
]
deps = [
"$zx/system/fidl/fuchsia-boot:c",
"$zx/system/ulib/async-loop:async-loop-cpp",
"$zx/system/ulib/ddk",
"$zx/system/ulib/devmgr-launcher",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fidl-async",
"$zx/system/ulib/fs",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
configs += [ "$zx/public/gn/config:static-libc++" ]
}