a71-common: rro_overlays: Completely drop ConnectivityOverlay and SoftapOverlay
Change-Id: I4f9553a111ec41e855796a450ca1d2dee50c1727
This commit is contained in:
@@ -394,12 +394,10 @@ PRODUCT_PACKAGES += \
|
||||
# WiFi
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.wifi-service \
|
||||
ConnectivityOverlay \
|
||||
firmware_WCNSS_qcom_cfg.ini_symlink \
|
||||
hostapd \
|
||||
libwifi-hal-qcom \
|
||||
libwpa_client \
|
||||
SoftapOverlay \
|
||||
TetheringConfigOverlay \
|
||||
WifiOverlay \
|
||||
wpa_supplicant \
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
//
|
||||
// Copyright (C) 2024 The LineageOS Project
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
|
||||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "ConnectivityOverlay",
|
||||
vendor: true
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
* Copyright (C) 2024 The LineageOS Project
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
-->
|
||||
<!-- Pixel specific connectivity overlays -->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.connectivity.resources.overlay"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0">
|
||||
<application android:hasCode="false" />
|
||||
<overlay
|
||||
android:targetPackage="com.android.connectivity.resources"
|
||||
android:targetName="ServiceConnectivityResourcesConfig"
|
||||
android:isStatic="true"
|
||||
android:priority="0"/>
|
||||
</manifest>
|
||||
@@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
* Copyright (C) 2024 The LineageOS Project
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<!-- If the hardware supports specially marking packets that caused a wakeup of the
|
||||
main CPU, set this value to the mark used. -->
|
||||
<integer translatable="false" name="config_networkWakeupPacketMark">0x80000000</integer>
|
||||
|
||||
<!-- Mask to use when checking skb mark defined in config_networkWakeupPacketMark above. -->
|
||||
<integer translatable="false" name="config_networkWakeupPacketMask">0x80000000</integer>
|
||||
</resources>
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Copyright (C) 2024 The LineageOS Project
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "SoftapOverlay",
|
||||
theme: "SoftapOverlay",
|
||||
vendor: true
|
||||
}
|
||||
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
* Copyright (C) 2024 The LineageOS Project
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
-->
|
||||
<!-- Samsung specific wifi overlays -->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
coreApp="true"
|
||||
package="com.android.wifi.softap.resources.samsung_sm7150"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0">
|
||||
<application android:hasCode="false" />
|
||||
<overlay
|
||||
android:targetPackage="com.android.wifi.softap.resources"
|
||||
android:targetName="WifiCustomization"
|
||||
android:isStatic="true"
|
||||
android:priority="0"/>
|
||||
</manifest>
|
||||
@@ -1,19 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
* Copyright (C) 2024 The LineageOS Project
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<bool name="config_wifiSofapClientForceDisconnectSupported">false</bool>
|
||||
<bool name="config_wifiSoftApDynamicCountryCodeUpdateSupported">true</bool>
|
||||
<bool name="config_wifiSoftapAutoAppendLowerBandsToBandConfigurationEnabled">false</bool>
|
||||
<bool name="config_wifiSoftapAutoUpgradeToBridgedConfigWhenSupported">false</bool>
|
||||
<bool name="config_wifiSoftapPassphraseAsciiEncodableCheck">false</bool>
|
||||
<bool name="config_wifiSoftapResetChannelConfig">false</bool>
|
||||
<bool name="config_wifiSoftapResetHiddenConfig">false</bool>
|
||||
<bool name="config_wifiSoftapResetMaxClientSettingConfig">false</bool>
|
||||
<bool name="config_wifi_softap_acs_supported">true</bool>
|
||||
</resources>
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
* Copyright (C) 2024 The LineageOS Project
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<integer name="config_wifiHardwareSoftapMaxClientCount">10</integer>
|
||||
</resources>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
* Copyright (C) 2024 The LineageOS Project
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<public type="bool" name="config_wifiSofapClientForceDisconnectSupported" id="0x7f010000" />
|
||||
<public type="bool" name="config_wifiSoftApDynamicCountryCodeUpdateSupported" id="0x7f010001" />
|
||||
<public type="bool" name="config_wifiSoftapAutoAppendLowerBandsToBandConfigurationEnabled" id="0x7f010002" />
|
||||
<public type="bool" name="config_wifiSoftapAutoUpgradeToBridgedConfigWhenSupported" id="0x7f010003" />
|
||||
<public type="bool" name="config_wifiSoftapPassphraseAsciiEncodableCheck" id="0x7f010004" />
|
||||
<public type="bool" name="config_wifiSoftapResetChannelConfig" id="0x7f010005" />
|
||||
<public type="bool" name="config_wifiSoftapResetHiddenConfig" id="0x7f010006" />
|
||||
<public type="bool" name="config_wifiSoftapResetMaxClientSettingConfig" id="0x7f010007" />
|
||||
<public type="bool" name="config_wifi_softap_acs_supported" id="0x7f010008" />
|
||||
<public type="integer" name="config_wifiHardwareSoftapMaxClientCount" id="0x7f020000" />
|
||||
<public type="string" name="config_wifiSoftap2gChannelList" id="0x7f030000" />
|
||||
<public type="string" name="config_wifiSoftap5gChannelList" id="0x7f030001" />
|
||||
</resources>
|
||||
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
* Copyright (C) 2024 The LineageOS Project
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
-->
|
||||
<resources>
|
||||
<string name="config_wifiSoftap2gChannelList">1-11</string>
|
||||
<string name="config_wifiSoftap5gChannelList">149</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user