blob: 3122c0abe4b7722a5fe22af0f9551c3c58d1da8f [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.product.deprecatedclient") {
sdk_category = "partner"
excluded_checks = [ "too-many-nested-libraries" ]
sources = [ "wlan_deprecated_client.fidl" ]
}