blob: e9c496d288472ab297a56a9812c582a1f943d908 [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",
]
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++" ]
}