# Copyright 2021 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/bazel/export_fuchsia_package_to_bazel.gni") | |
import("//build/packages/prebuilt_package.gni") | |
prebuilt_package("iwlwifi") { | |
package_name = "iwlwifi" | |
archive = "//prebuilt/drivers/wlan/intel/iwlwifi/iwlwifi" | |
visibility = [ "*" ] | |
} | |
export_fuchsia_package_to_bazel("iwlwifi.bazel_input") { | |
package = ":iwlwifi" | |
} |