blob: c48c8f621227466715fefdb58847d457f7150755 [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_sdk_fidl/fuchsia.wlan.common",
"//zircon/public/fidl/fuchsia-net",
]
}