gta4xl-common: use libwifi-hal-slsi

Change-Id: I532763e7dd99b0decf9c9c363bc2a14db55336b0
diff --git a/BoardConfigPlatform.mk b/BoardConfigPlatform.mk
index 3080585..3ba7fce 100644
--- a/BoardConfigPlatform.mk
+++ b/BoardConfigPlatform.mk
@@ -201,10 +201,12 @@
 endif # BOARD_AVB_ENABLE
 
 ### WIFI
+BOARD_WLAN_DEVICE                := slsi
 BOARD_WPA_SUPPLICANT_DRIVER      := NL80211
 BOARD_HOSTAPD_DRIVER             := NL80211
 WIFI_DRIVER_FW_PATH_PARAM        := /sys/module/scsc_mx/parameters/base_dir
 
+
 # hardware/broadcom/wlan/bcmdhd/config/Android.mk
 # external/wpa_supplicant_8/Android.mk
 WPA_SUPPLICANT_VERSION           := VER_0_8_X
diff --git a/lineage.dependencies b/lineage.dependencies
new file mode 100644
index 0000000..a211aaf
--- /dev/null
+++ b/lineage.dependencies
@@ -0,0 +1,18 @@
+[
+    {
+        "repository": "android_hardware_samsung",
+        "target_path": "hardware/samsung"
+    },
+    {
+        "repository": "android_hardware_samsung_slsi_scsc_wifibt_wifi_hal",
+        "target_path": "hardware/samsung_slsi/scsc_wifibt/wifi_hal"
+    },
+    {
+        "repository": "android_hardware_samsung_slsi_scsc_wifibt_wpa_supplicant_lib"
+        "target_path": "hardware/samsung_slsi/scsc_wifibt/wpa_supplicant_lib"
+    },
+    {
+        "repository": "android_device_samsung_slsi_sepolicy",
+        "target_path": "device/samsung_slsi/sepolicy"
+    }
+]