blob: d1b0f0fc2b0d9a51bf7dd7bf1fcccc2ead2c30d5 [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.cpp",
]
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",
]
configs += [ "$zx/public/gn/config:static-libc++" ]
}