-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c6908f7
commit 276240d
Showing
4 changed files
with
0 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,14 +80,12 @@ AB_OTA_POSTINSTALL_CONFIG += \ | |
# Additional Target Libraries | ||
TARGET_RECOVERY_DEVICE_MODULES += \ | ||
[email protected] \ | ||
android.hardware.vibrator-V1-ndk_platform \ | ||
[email protected] \ | ||
libion \ | ||
libxml2 | ||
|
||
TW_RECOVERY_ADDITIONAL_RELINK_LIBRARY_FILES += \ | ||
$(TARGET_OUT_SHARED_LIBRARIES)/[email protected] \ | ||
$(TARGET_OUT_SHARED_LIBRARIES)/android.hardware.vibrator-V1-ndk_platform.so \ | ||
$(TARGET_OUT_SHARED_LIBRARIES)/[email protected] \ | ||
$(TARGET_OUT_SHARED_LIBRARIES)/libion.so \ | ||
$(TARGET_OUT_SHARED_LIBRARIES)/libxml2.so | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
import /keymint.service.mitee.rc | ||
import /tee-supplicant.rc | ||
import /miteelog.rc | ||
import /xiaomi.haptic.hal.rc | ||
|
||
on init | ||
setprop sys.usb.configfs 1 | ||
|
@@ -52,25 +51,6 @@ on post-fs | |
exec u:r:update_engine:s0 root root -- /system/bin/mtk_plpath_utils | ||
start mtk.plpath.utils.link | ||
|
||
on post-fs-data | ||
chown system system /sys/bus/i2c/drivers/aw8697_haptic/2-005a/f0_save | ||
chown system system /sys/bus/i2c/drivers/aw8697_haptic/2-005a/osc_save | ||
chown system system /sys/bus/i2c/drivers/aw8697_haptic/3-005a/osc_save | ||
chown system system /sys/bus/i2c/drivers/aw8697_haptic/2-005a/custom_wave | ||
chmod 0666 /sys/bus/i2c/drivers/aw8697_haptic/2-005a/custom_wave | ||
chown system system /sys/bus/i2c/drivers/aw8697_haptic/2-005a/custom_wave | ||
chmod 0666 /sys/bus/i2c/drivers/aw8697_haptic/2-005a/custom_wave | ||
chown system system /sys/bus/i2c/drivers/aw8697_haptic/3-005a/custom_wave | ||
chmod 0666 /sys/bus/i2c/drivers/aw8697_haptic/3-005a/custom_wave | ||
chmod 0666 /sys/class/qcom-haptics/lra_calibration | ||
chown system system /sys/bus/i2c/drivers/aw8697_haptic/0-005a/custom_wave | ||
chmod 0666 /sys/bus/i2c/drivers/aw8697_haptic/0-005a/custom_wave | ||
chmod 0666 /sys/class/qcom-haptics/lra_impedance | ||
chown system system /sys/bus/i2c/drivers/awinic_haptic/1-005a/f0_save | ||
chown system system /sys/bus/i2c/drivers/awinic_haptic/1-005a/osc_save | ||
chown system system /sys/bus/i2c/drivers/awinic_haptic/1-005a/custom_wave | ||
chmod 0666 /sys/bus/i2c/drivers/awinic_haptic/1-005a/custom_wave | ||
|
||
service mtk.plpath.utils.link /system/bin/mtk_plpath_utils | ||
class main | ||
user root | ||
|
@@ -79,11 +59,6 @@ service mtk.plpath.utils.link /system/bin/mtk_plpath_utils | |
oneshot | ||
seclabel u:r:recovery:s0 | ||
|
||
service vibratorfeature-hal-service /vendor/bin/hw/vendor.xiaomi.hardware.vibratorfeature.service | ||
class hal | ||
user system | ||
group system input | ||
seclabel u:r:recovery:s0 | ||
|
||
service vendor.gatekeeper-1-0 /vendor/bin/hw/[email protected] | ||
interface [email protected]::IGatekeeper default | ||
|
@@ -106,13 +81,6 @@ service vendor.gatekeeper-1-0 /vendor/bin/hw/[email protected] | |
disabled | ||
oneshot | ||
seclabel u:r:recovery:s0 | ||
|
||
service haptic_hal /system/bin/haptic_hal.sh | ||
user root | ||
group root | ||
disabled | ||
oneshot | ||
seclabel u:r:recovery:s0 | ||
|
||
on property:crypto.ready=1 | ||
start vendor.keymint-mitee | ||
|
@@ -146,9 +114,6 @@ on property:crypto.ready=0 | |
stop tee-supplicant | ||
stop miteelog | ||
|
||
on property:twrp.modules.loaded=true | ||
start haptic_hal | ||
|
||
on boot | ||
start health-hal-2-1 | ||
start mifs_hal | ||
|
This file was deleted.
Oops, something went wrong.