blob: ad965a79d9a9715be557c9abd703efda6907f724 [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("//src/lib/isolated_devmgr/isolated_devmgr.gni")
isolated_devmgr_component("ot-devmgr-component-integration") {
args = [
"--svc_name=fuchsia.openthread.devmgr.IsolatedDevmgr",
"--sys_device=fuchsia-boot:///#driver/platform-bus.so",
"--device_vid_pid_did=11:11:18",
"--wait_for=class/ot-radio/000",
]
deps = [
"//src/connectivity/openthread/tests/fake-drivers/fake-ot-radio:fake-ot-radio-driver",
"//src/devices/board/drivers/integration-test",
"//src/devices/bus/drivers/platform",
]
}