sm6225-common: Import overlays from stock
Change-Id: I243f2508f93560df5224e613db9d9ad11358c0bc
diff --git a/overlay/WifiResTarget/Android.bp b/overlay/WifiResTarget/Android.bp
new file mode 100644
index 0000000..fa40247
--- /dev/null
+++ b/overlay/WifiResTarget/Android.bp
@@ -0,0 +1,10 @@
+//
+// Copyright (C) 2025 The LineageOS Project
+//
+// SPDX-License-Identifier: Apache-2.0
+//
+
+runtime_resource_overlay {
+ name: "WifiResTarget",
+ vendor: true,
+}
diff --git a/overlay/WifiResTarget/AndroidManifest.xml b/overlay/WifiResTarget/AndroidManifest.xml
new file mode 100644
index 0000000..812521a
--- /dev/null
+++ b/overlay/WifiResTarget/AndroidManifest.xml
@@ -0,0 +1,11 @@
+<!--
+ Copyright (C) 2025 The LineageOS Project
+ SPDX-License-Identifier: Apache-2.0
+-->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.android.wifi.resources.overlay.target">
+ <overlay android:targetPackage="com.android.wifi.resources"
+ android:targetName="WifiCustomization"
+ android:isStatic="true"
+ android:priority="500"/>
+</manifest>
diff --git a/overlay/WifiResTarget/res/values/bools.xml b/overlay/WifiResTarget/res/values/bools.xml
new file mode 100644
index 0000000..8567ad4
--- /dev/null
+++ b/overlay/WifiResTarget/res/values/bools.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2025 The LineageOS Project
+ SPDX-License-Identifier: Apache-2.0
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Indicates whether or not the WLAN driver supports the NL80211_CMD_REG_CHANGE or
+ NL80211_CMD_WIPHY_REG_CHANGE events which indicate the current country code which is
+ being used by the WLAN driver. If the driver doesn't support these events
+ (configuration is `false`) then the driver must handle the setCountryCode request from
+ HAL as a blocking call. In such a case the country code will be applied
+ immediately after the country code is sent to the driver (if the method returns a
+ success). -->
+ <bool translatable="false" name="config_wifiDriverSupportedNl80211RegChangedEvent">true</bool>
+
+ <!-- dual sap mode is supported on this device. -->
+ <bool name="config_wifi_dual_sap_mode_enabled">false</bool>
+</resources>