sm7325-common => sm6375-common
* All configs updated from fogos U1UG34M.23-82-2 build Change-Id: I6750c454f2eeec53205c56f033c76443e93b44ed
This commit is contained in:
parent
5dd69c17ba
commit
7a96a5062f
70 changed files with 1686 additions and 3293 deletions
14
resource-overlay/holi/Wifi/Android.mk
Normal file
14
resource-overlay/holi/Wifi/Android.mk
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
LOCAL_PATH:= $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_VENDOR_MODULE := true
|
||||
LOCAL_CERTIFICATE := platform
|
||||
|
||||
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
||||
|
||||
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
|
||||
|
||||
LOCAL_PACKAGE_NAME := WifiResTarget
|
||||
LOCAL_SDK_VERSION := current
|
||||
|
||||
include $(BUILD_RRO_PACKAGE)
|
||||
8
resource-overlay/holi/Wifi/AndroidManifest.xml
Normal file
8
resource-overlay/holi/Wifi/AndroidManifest.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Copyright (c) 2020, Qualcomm Technologies, Inc.
|
||||
All Rights Reserved.
|
||||
-->
|
||||
<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>
|
||||
28
resource-overlay/holi/Wifi/res/values/config.xml
Normal file
28
resource-overlay/holi/Wifi/res/values/config.xml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (c) 2020 Qualcomm Technologies, Inc.
|
||||
All Rights Reserved.
|
||||
-->
|
||||
|
||||
<resources>
|
||||
|
||||
<!-- Wifi driver supports IEEE80211AX for softap -->
|
||||
<bool translatable="false" name="config_wifiSoftapIeee80211axSupported">true</bool>
|
||||
|
||||
<!-- Wifi driver supports IEEE80211AX single user beamformer for softap -->
|
||||
<bool translatable="false" name="config_wifiSoftapHeSuBeamformerSupported">true</bool>
|
||||
|
||||
<!-- Wifi driver supports IEEE80211AX single user beamformee for softap -->
|
||||
<bool translatable="false" name="config_wifiSoftapHeSuBeamformeeSupported">true</bool>
|
||||
|
||||
<!-- Wifi driver supports IEEE80211AX multiple user beamformer for softap -->
|
||||
<bool translatable="false" name="config_wifiSoftapHeMuBeamformerSupported">true</bool>
|
||||
|
||||
<!-- Wifi driver supports IEEE80211AX TWT (Target Wake Time) for softap -->
|
||||
<bool translatable="false" name="config_wifiSoftapHeTwtSupported">true</bool>
|
||||
|
||||
<!-- Indicate the driver support NL80211_REG_CHANGED event. -->
|
||||
<bool translatable="false" name="config_wifiDriverSupportedNl80211RegChangedEvent">true</bool>
|
||||
|
||||
<!-- Indicate the device support request channel on Wi-Fi Aware data-path. -->
|
||||
<bool translatable="false" name="config_wifiSupportChannelOnDataPath">true</bool>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue