blob: bf1dde9f3d3659508657f35d0c690a0db855c27c [file] [log] [blame]
# Copyright 2021 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",
]
public_deps = [
"//sdk/fidl/fuchsia.wlan.common:fuchsia.wlan.common_cpp",
"//sdk/fidl/fuchsia.wlan.ieee80211:fuchsia.wlan.ieee80211_cpp",
"//sdk/lib/async",
"//src/connectivity/wlan/lib/common/cpp:common",
]
# TODO(https://fxbug.dev/42136089): delete the below and fix compiler warnings
configs += [ "//build/config:Wno-conversion" ]
}