blob: 19094e9a727d8b430e10f48f21b2e35cdccc14c3 [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("driver-integration-test") {
shared = true
sources = [
"launcher.cc",
]
deps = [
"$zx/system/ulib/ddk",
"$zx/system/ulib/devmgr-integration-test",
"$zx/system/ulib/devmgr-launcher",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/libzbi",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
public_deps = [
"$zx/system/ulib/ddk:headers",
"$zx/system/ulib/devmgr-integration-test:headers",
"$zx/system/ulib/fbl:headers",
]
configs += [ "$zx/public/gn/config:static-libc++" ]
}