blob: 5990b60e75d7d5a0f12b572cde65361d865b63d8 [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.
import("//build/fidl/fidl.gni")
fidl("fuchsia.wlan.policy") {
sdk_category = "internal"
sources = [
"client_provider.fidl",
"types.fidl",
]
deps = [
"//sdk/fidl/fuchsia.wlan.common",
]
}