sm8250-common: import common/kona overlays from nio
https://github.com/LineageOS/android_device_motorola_nio at 03bb670fb7e1236ebe54e06351ddaa05fb4e58f6
This commit is contained in:
parent
802309e154
commit
daf9cf42d6
71 changed files with 6430 additions and 1 deletions
14
resource-overlay/kona/Wifi/Android.mk
Normal file
14
resource-overlay/kona/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/kona/Wifi/AndroidManifest.xml
Normal file
8
resource-overlay/kona/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>
|
||||
17
resource-overlay/kona/Wifi/res/values/config.xml
Normal file
17
resource-overlay/kona/Wifi/res/values/config.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?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>
|
||||
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue