sm8450-common: overlay: Remove _Sys and _Vendor suffix from names

Change-Id: Ib119a9103d9b490b10e93f6b8ac0430266f6e102
This commit is contained in:
Arian
2024-08-21 10:51:09 +02:00
parent 581d36bcdf
commit 131ccb3d5f
53 changed files with 34 additions and 34 deletions

View File

@@ -0,0 +1,10 @@
//
// Copyright (C) 2024 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "FrameworksResTarget",
vendor: true,
}

View File

@@ -0,0 +1,10 @@
<!--
Copyright (C) 2024 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="android.overlay.target">
<overlay android:targetPackage="android"
android:isStatic="true"
android:priority="500"/>
</manifest>

View File

@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2024 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
autodetected from the Configuration. -->
<bool name="config_showNavigationBar">true</bool>
<!-- Control whether the always on display mode is available. This should only be enabled on
devices where the display has been tuned to be power efficient in DOZE and/or DOZE_SUSPEND
states. -->
<bool name="config_dozeAlwaysOnDisplayAvailable">true</bool>
<!-- Control whether the always on display mode is enabled by default. This value will be used
during initialization when the setting is still null. -->
<bool name="config_dozeAlwaysOnEnabled">false</bool>
<!-- When true use the linux /dev/input/event subsystem to detect the switch changes
on the headphone/microphone jack. When false use the older uevent framework. -->
<bool name="config_useDevInputEventForAudioJack">true</bool>
<!-- Default files to pin via Pinner Service -->
<string-array name="config_defaultPinnerServiceFiles" translatable="false">
<item>/system/framework/framework.jar</item>
<item>/system/framework/services.jar</item>
<item>/system/bin/surfaceflinger</item>
</string-array>
<!-- Whether the device enable the standalone (SA) mode of 5G NR.-->
<bool name="config_telephony5gStandalone">true</bool>
<!-- Whether the device enable the non-standalone (NSA) mode of 5G NR.-->
<bool name="config_telephony5gNonStandalone">true</bool>
</resources>

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2024 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Default radius of the software rounded corners. -->
<dimen name="rounded_corner_radius">20.0dip</dimen>
<!-- Default paddings for content around the corners. -->
<dimen name="rounded_corner_content_padding">0.0dip</dimen>
</resources>

View File

@@ -0,0 +1,208 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2024 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<device name="Android">
<item name="none">0</item>
<!-- Additional power used when screen is turned on at minimum brightness -->
<item name="screen.on">100</item>
<!-- Additional power used when screen is at maximum brightness, compared to
screen at minimum brightness -->
<item name="screen.full">580</item>
<array name="cpu.clusters.cores">
<value>4</value>
<value>3</value>
<value>1</value>
</array>
<!-- Different CPU speeds as reported in
/sys/devices/system/cpu/cpu0/cpufreq/stats/scaling_available_frequencies -->
<array name="cpu.core_speeds.cluster0">
<value>300000</value>
<value>403200</value>
<value>499200</value>
<value>614400</value>
<value>729600</value>
<value>844800</value>
<value>960000</value>
<value>1075200</value>
<value>1171200</value>
<value>1267200</value>
<value>1363200</value>
<value>1478400</value>
<value>1574400</value>
<value>1689600</value>
<value>1785600</value>
</array>
<!-- Additional power used by a CPU from cluster 0 when running at different
speeds. Currently this measurement also includes cluster cost. -->
<array name="cpu.core_power.cluster0">
<value>5</value>
<value>7</value>
<value>8</value>
<value>12</value>
<value>16</value>
<value>21</value>
<value>22</value>
<value>26</value>
<value>29</value>
<value>34</value>
<value>40</value>
<value>41</value>
<value>54</value>
<value>58</value>
<value>65</value>
</array>
<!-- Different CPU speeds as reported in
/sys/devices/system/cpu/cpu4/cpufreq/stats/scaling_available_frequencies -->
<array name="cpu.core_speeds.cluster1">
<value>633600</value>
<value>768000</value>
<value>883200</value>
<value>998400</value>
<value>1113600</value>
<value>1209600</value>
<value>1324800</value>
<value>1440000</value>
<value>1555200</value>
<value>1651200</value>
<value>1766400</value>
<value>1881600</value>
<value>1996800</value>
<value>2112000</value>
<value>2227200</value>
<value>2342400</value>
<value>2419200</value>
</array>
<!-- Additional power used by a CPU from cluster 1 when running at different
speeds. Currently this measurement also includes cluster cost. -->
<array name="cpu.core_power.cluster1">
<value>33</value>
<value>42</value>
<value>51</value>
<value>59</value>
<value>70</value>
<value>75</value>
<value>88</value>
<value>101</value>
<value>122</value>
<value>130</value>
<value>151</value>
<value>181</value>
<value>207</value>
<value>233</value>
<value>278</value>
<value>314</value>
<value>335</value>
</array>
<array name="cpu.core_speeds.cluster2">
<value>806400</value>
<value>940800</value>
<value>1056000</value>
<value>1171200</value>
<value>1286400</value>
<value>1401600</value>
<value>1497600</value>
<value>1612800</value>
<value>1728000</value>
<value>1843200</value>
<value>1958400</value>
<value>2054400</value>
<value>2169600</value>
<value>2284800</value>
<value>2400000</value>
<value>2515200</value>
<value>2630400</value>
<value>2726400</value>
<value>2822400</value>
<value>2841600</value>
</array>
<array name="cpu.core_power.cluster2">
<value>86</value>
<value>96</value>
<value>109</value>
<value>127</value>
<value>142</value>
<value>158</value>
<value>169</value>
<value>190</value>
<value>207</value>
<value>231</value>
<value>270</value>
<value>290</value>
<value>333</value>
<value>386</value>
<value>428</value>
<value>487</value>
<value>554</value>
<value>616</value>
<value>684</value>
<value>686</value>
</array>
<!-- Additional power consumption by CPU excluding cluster and core when
running -->
<item name="cpu.active">8.5</item>
<!-- Current when CPU is idle -->
<item name="cpu.idle">0.1</item>
<!-- Power consumption when CPU is suspended -->
<item name="cpu.suspend">0</item>
<!-- This is the battery capacity in mAh (measured at nominal voltage) -->
<item name="battery.capacity">4040</item>
<item name="wifi.on">0.1</item>
<item name="wifi.active">173</item>
<item name="wifi.scan">0.5</item>
<item name="dsp.audio">25</item>
<item name="dsp.video">81</item>
<item name="camera.flashlight">550</item>
<item name="camera.avg">390</item>
<item name="gps.on">13.5</item>
<item name="radio.active">170</item>
<item name="radio.scanning">5.8</item>
<array name="radio.on">
<value>95</value>
<value>8</value>
</array>
<item name="modem.controller.idle">6</item>
<item name="modem.controller.rx">204</item>
<item name="modem.controller.tx">220</item>
<item name="modem.controller.voltage">4000</item>
<!-- Memory bandwidth power values in mA at the rail. There must be one value
for each bucket defined in the device tree. -->
<array name="memory.bandwidths">
<value>21</value>
</array>
<!-- Idle Receive current for wifi radio in mA. 0 by default-->
<item name="wifi.controller.idle">1</item>
<!-- Rx current for wifi radio in mA. 0 by default-->
<item name="wifi.controller.rx">170</item>
<!-- Tx current for wifi radio in mA. 0 by default-->
<item name="wifi.controller.tx">210</item>
<array name="wifi.controller.tx_levels">1 </array>
<!-- Operating volatage for wifi radio in mV. 0 by default-->
<item name="wifi.controller.voltage">4000</item>
<array name="wifi.batchedscan">
<value>.0001</value>
<value>.001</value>
<value>.01</value>
<value>.1</value>
<value>1</value>
</array>
<item name="bluetooth.active">130</item>
<item name="bluetooth.on">0.8</item>
<item name="bluetooth.controller.voltage">4000</item>
</device>