blob: 7f89b04fc1202e1763f0c173ac15167b081831cf [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("simenv") {
sources = [
"sim-env.h",
"sim-sta-ifc.h",
]
deps = [
"//zircon/public/lib/ddk",
]
public_deps = [
"//garnet/lib/wlan/protocol:protocol",
"//zircon/public/banjo/ddk.hw.wlan.ieee80211",
"//zircon/public/banjo/ddk.hw.wlan.wlaninfo",
]
}