blob: ed911a50a71b4c90d562c12f1e65fbbbca1fa246 [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.
import("//build/package.gni")
import("//src/lib/isolated_devmgr/isolated_devmgr.gni")
isolated_devmgr_component("wlan-devmgr") {
args = [
"--svc_name=fuchsia.wlan.devmgr.IsolatedDevmgr",
"--load_driver=/boot/driver/wlantap.so",
"--load_driver=/boot/driver/wlanphy.so",
"--load_driver=/boot/driver/wlan.so",
"--load_driver=/boot/driver/ethernet.so",
"--wait_for=test/wlantapctl",
]
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",
"//src/devices/tests/sysdev",
]
}