blob: 5c8db09dd07163c1ab6aecb27dc209defa5250dc [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"
sources = [ "wlan_internal.fidl" ]
public_deps = [ "//sdk/fidl/fuchsia.wlan.common" ]
}