zeus: Decommonize CIT sensors
Change-Id: I06e14a2a29c3ed4d6e4df7919151cfefef481de4
This commit is contained in:
parent
cc49e760ce
commit
4ec5225d3a
2 changed files with 14 additions and 0 deletions
|
@ -17,6 +17,9 @@ function blob_fixup() {
|
|||
vendor/etc/init/hw/init.batterysecret.rc)
|
||||
sed -i 's/on charger/on property:init.svc.vendor.charger=running/g' "${2}"
|
||||
;;
|
||||
vendor/lib/hw/vendor.xiaomi.sensor.citsensorservice@2.0-impl.so|vendor/lib64/hw/vendor.xiaomi.sensor.citsensorservice@2.0-impl.so)
|
||||
sed -i 's/_ZN13DisplayConfig10ClientImpl13ClientImplGetENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEPNS_14ConfigCallbackE/_ZN13DisplayConfig10ClientImpl4InitENSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEPNS_14ConfigCallbackE\x0\x0\x0\x0\x0\x0\x0\x0\x0\x0/g' "${2}"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
|
@ -1152,6 +1152,17 @@ vendor/etc/sensors/config/tmd3719.json
|
|||
vendor/etc/sensors/sensorDisplayMap.json
|
||||
vendor/etc/sensors/sns_reg_config
|
||||
|
||||
# Sensors - CIT
|
||||
vendor/bin/hw/vendor.xiaomi.sensor.citsensorservice@2.0-service
|
||||
vendor/etc/init/vendor.xiaomi.sensor.citsensorservice@2.0-service.rc
|
||||
vendor/etc/vintf/manifest/vendor.xiaomi.sensor.citsensorservice@2.0-service.xml
|
||||
vendor/lib/hw/vendor.xiaomi.sensor.citsensorservice@2.0-impl.so
|
||||
vendor/lib/vendor.xiaomi.sensor.citsensorservice@1.1.so
|
||||
vendor/lib/vendor.xiaomi.sensor.citsensorservice@2.0.so
|
||||
vendor/lib64/hw/vendor.xiaomi.sensor.citsensorservice@2.0-impl.so
|
||||
vendor/lib64/vendor.xiaomi.sensor.citsensorservice@1.1.so
|
||||
vendor/lib64/vendor.xiaomi.sensor.citsensorservice@2.0.so
|
||||
|
||||
# Thermal engine
|
||||
vendor/etc/thermal-4k.conf
|
||||
vendor/etc/thermal-abnormal.conf
|
||||
|
|
Loading…
Reference in a new issue