blob: 9daf4bf5a837803f65c9946e92eaa1b6df1bbb28 [file] [log] [blame]
# Copyright 2020 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.internal") {
sdk_category = "internal"
# TODO(fxbug.dev/68950): 10% rollout of API summary generation.
experimental_api_summary = true
sources = [ "wlan_internal.fidl" ]
public_deps = [ "//sdk/fidl/fuchsia.wlan.common" ]
}