blob: 85a49af39dac07bc37553dba984a5539f782a402 [file] [log] [blame] [edit]
# 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.
import("//build/dist/renamed_binary.gni")
import("//src/lib/isolated_devmgr/isolated_devmgr.gni")
group("wlan_devmgr_deps") {
deps = [
"//src/connectivity/ethernet/drivers/ethernet",
"//src/connectivity/wlan/drivers/wlan:wlan_driver",
"//src/connectivity/wlan/drivers/wlanphy:wlanphy_driver",
"//src/connectivity/wlan/testing/wlantap-driver:wlantap_driver",
]
}
isolated_devmgr_component("wlan-devmgr") {
args = [
"--sys_device=/boot/driver/test-parent-sys.so",
"--svc_name=fuchsia.wlan.devmgr.IsolatedDevmgr",
"--wait_for=sys/test/wlantapctl",
]
deps = [
":wlan_devmgr_deps",
"//src/devices/misc/drivers/test-parent",
]
}