blob: 3d33600612fb2ebcf383c6337337a19e096da3af [file] [log] [blame]
Michael Bestas4e1ba2f2024-05-12 06:38:39 +03001//
Bruno Martins1051d042024-06-23 21:58:49 +01002// SPDX-FileCopyrightText: 2021-2024 The LineageOS Project
Michael Bestas4e1ba2f2024-05-12 06:38:39 +03003// SPDX-License-Identifier: Apache-2.0
4//
5
merothh54856102021-11-04 12:07:41 +05306soong_namespace {
7 imports: ["hardware/qcom-caf/bootctrl"],
8}
Michael Bestas1a329d52024-06-24 00:14:42 +03009
10install_symlink {
Bruno Martins1051d042024-06-23 21:58:49 +010011 name: "firmware_WCNSS_qcom_cfg.ini_symlink",
12 vendor: true,
13 installed_location: "firmware/wlan/qca_cld/WCNSS_qcom_cfg.ini",
14 symlink_target: "/vendor/etc/wifi/qca6750/WCNSS_qcom_cfg.ini",
15}
Rohit Sekhar9fe52ad2024-11-28 15:52:05 +053016
17install_symlink {
18 name: "firmware_wlan_mac.bin_symlink",
19 vendor: true,
20 installed_location: "firmware/wlan/qca_cld/wlan_mac.bin",
21 symlink_target: "/mnt/vendor/persist/qca6750/wlan_mac.bin",
22}