# 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", | |
] | |
} |