felix: Add HbmSVManager RRO overlay

* Based on redfin

Change-Id: I54d885c233151498372e1b510284d6a297ac3e94
This commit is contained in:
Michael Bestas 2022-05-18 00:03:07 +05:30 committed by Michael Bestas
parent 762f28153d
commit 5041c42bde
No known key found for this signature in database
GPG key ID: CC95044519BE6669
13 changed files with 94 additions and 0 deletions

View file

@ -17,6 +17,10 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
EuiccSupportPixelOverlay EuiccSupportPixelOverlay
# HBM
PRODUCT_PACKAGES += \
HbmSVManagerOverlayFelix
# wireless_charger HAL service # wireless_charger HAL service
include device/google/gs-common/wireless_charger/wireless_charger.mk include device/google/gs-common/wireless_charger/wireless_charger.mk

View file

@ -0,0 +1,8 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
runtime_resource_overlay {
name: "HbmSVManagerOverlayFelix",
vendor: true
}

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.hbmsvmanager.overlay">
<overlay
android:isStatic="true"
android:priority="0"
android:targetPackage="com.android.hbmsvmanager" />
</manifest>

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -0,0 +1,73 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2020, The Android Open Source 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>
<array name="config_compensation_brightness_conditions">
<item>0.001505017</item>
<item>0.004013378</item>
<item>0.008016032</item>
<item>0.022044089</item>
</array>
<array name="config_compensation_temperature_conditions_0">
<item>0.0</item>
<item>4.0</item>
</array>
<array name="config_compensation_temperature_conditions_1">
<item>0.0</item>
<item>4.0</item>
</array>
<array name="config_compensation_temperature_conditions_2">
<item>0.0</item>
<item>4.0</item>
<item>8.0</item>
</array>
<array name="config_compensation_temperature_conditions_3">
<item>0.0</item>
<item>6.0</item>
</array>
<array name="config_compensation_temperature_conditions_list">
<item>@array/config_compensation_temperature_conditions_0</item>
<item>@array/config_compensation_temperature_conditions_1</item>
<item>@array/config_compensation_temperature_conditions_2</item>
<item>@array/config_compensation_temperature_conditions_3</item>
</array>
<string-array name="config_hbmHalServiceArray">
<item>default</item>
<item>secondary</item>
</string-array>
<string-array name="config_hbmSvAmbientSensorArray">
<item>TCS3701 Ambient Light</item>
<item>TMD3719 Ambient Light</item>
</string-array>
<string-array name="config_hbmSvDisplayIdArray">
<item>local:4619827677550801152</item>
<item>local:4619827677550801153</item>
</string-array>
<array name="config_thermal_compensation_images">
<item>@drawable/TCI_0_cal0</item>
<item>@drawable/TCI_1_cal0</item>
<item>@drawable/TCI_2_cal0</item>
<item>@drawable/TCI_3_cal0</item>
<item>@drawable/TCI_4_cal0</item>
<item>@drawable/TCI_5_cal0</item>
<item>@drawable/TCI_6_cal0</item>
<item>@drawable/TCI_7_cal0</item>
<item>@drawable/TCI_8_cal0</item>
</array>
</resources>