summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Lin <danny@kdrag0n.dev>2020-12-12 01:53:06 -0800
committeralk3pInjection <webmaster@raspii.tech>2024-01-02 00:52:16 +0800
commit8774737d1ac258a403a4275b26b08ca3618c8a82 (patch)
treeab0895c5a7138010d77658f068dc6f3a44a96d32
parentaf5d7cd023952e401b9498a6b2258fdb20a440f3 (diff)
gs201: Configure ConnectivityThermalPowerManager
Extracted from stock cheetah UQ1A.231205.015 Change-Id: I71ad5adf9bf64bb1e30354446220d5769a9d44ca
-rw-r--r--overlay-ice/packages/apps/SimpleDeviceConfig/res/values/config.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/overlay-ice/packages/apps/SimpleDeviceConfig/res/values/config.xml b/overlay-ice/packages/apps/SimpleDeviceConfig/res/values/config.xml
new file mode 100644
index 00000000..e36778b0
--- /dev/null
+++ b/overlay-ice/packages/apps/SimpleDeviceConfig/res/values/config.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2020 The Proton AOSP Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <string-array name="configs_device">
+ <!-- ConnectivityThermalPowerManager 5G modem monitoring rules -->
+ <item>connectivity_thermal_power_manager/atm_power_threshold_mw=800</item>
+ <item>connectivity_thermal_power_manager/cellular_thermal_adaptive_thermal_status_adaptive_action_list=</item>
+ <item>connectivity_thermal_power_manager/criteria_4_enabled=true</item>
+ </string-array>
+</resources>