blob: 372c38051c98f64c066647a40b9feec8f7be1f6c [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") {
sources = [ "wlan_internal.fidl" ]
enable_banjo = true
enable_hlcpp = true
}