// Copyright (C) 2024 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // // This file is autogenerated by copybara, please do not edit. license { name: "linux_firmware_r8152_license", visibility: ["//visibility:private"], license_kinds: ["BSD-Binary-Only"], license_text: ["LICENSE"], } prebuilt_firmware { name: "linux_firmware_r8152", // In general linux-firmware gets pulled in by a product adding it // to PRODUCT_PACKAGES, so we don't need visibility to anything outside // of linux-firmware. We allow visibility between all the linux-firmware // sub-packages so that one linux-firmare can use `required` for other // linux-firmware. visibility: ["//external/linux-firmware:__subpackages__"], licenses: ["linux_firmware_r8152_license"], srcs: [ "rtl_nic/rtl8153a-2.fw", "rtl_nic/rtl8153a-3.fw", "rtl_nic/rtl8153a-4.fw", "rtl_nic/rtl8153b-2.fw", "rtl_nic/rtl8153c-1.fw", "rtl_nic/rtl8156a-2.fw", "rtl_nic/rtl8156b-2.fw", ], dsts: [ "rtl_nic/rtl8153a-2.fw", "rtl_nic/rtl8153a-3.fw", "rtl_nic/rtl8153a-4.fw", "rtl_nic/rtl8153b-2.fw", "rtl_nic/rtl8153c-1.fw", "rtl_nic/rtl8156a-2.fw", "rtl_nic/rtl8156b-2.fw", ], vendor: true, }