blob: 3e61650ceac463194485d38602747094371c811b [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.
static_library("sim-env") {
sources = [
"sim-env.cc",
"sim-env.h",
"sim-frame.cc",
"sim-frame.h",
"sim-sig-loss-model.cc",
"sim-sig-loss-model.h",
"sim-sta-ifc.h",
]
deps = [ "//src/lib/ddk" ]
public_deps = [
"//garnet/lib/wlan/protocol:protocol",
"//sdk/banjo/ddk.hw.wlan.ieee80211",
"//sdk/banjo/ddk.hw.wlan.wlaninfo",
"//sdk/fidl/fuchsia.wlan.ieee80211",
"//src/connectivity/wlan/lib/common/cpp:common",
"//zircon/system/ulib/async",
]
# TODO(fxbug.dev/58162): delete the below and fix compiler warnings
configs += [ "//build/config:Wno-conversion" ]
}