blob: be69802bc59b7deec17a0f1b157f11abcda2ece6 [file] [log] [blame]
# Copyright 2023 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.
source_set("fake-wlanix") {
sources = [ "fake-wlanix.cc" ]
public_deps = [
"//sdk/lib/async-loop:async-loop-cpp",
"//sdk/lib/async-loop:async-loop-default",
"//src/connectivity/wlan/wlanix:fuchsia.wlan.wlanix_cpp",
"//zircon/system/ulib/fzl",
"//zircon/system/ulib/zircon-internal",
"//zircon/system/ulib/zx",
]
}