blob: fefd1911cb17cf3dc0ead19a9d751fa3c76eda0b [file] [log] [blame]
# Copyright 2018 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.
import("//build/fidl/fidl.gni")
fidl("fuchsia.wlan.ap.policy") {
sdk_category = "partner"
sources = [
"wlan_ap.fidl",
]
deps = [
"//garnet/public/fidl/fuchsia.wlan.common",
"//zircon/public/fidl/fuchsia-net",
]
}