avicii-common: remove feature_enabler_client

Signed-off-by: aswin7469 <aswinas@pixysos.com>
Signed-off-by: Sipun Ku Mahanta <sipunkumar85@gmail.com>
This commit is contained in:
aswin7469
2022-04-24 11:23:30 +05:30
committed by Sipun Ku Mahanta
parent 50eefb8db1
commit abadcaa328
3 changed files with 0 additions and 21 deletions

Binary file not shown.

View File

@@ -1,19 +0,0 @@
on post-fs-data
mkdir /mnt/vendor/persist/data/pfm 0755 system system
mkdir /mnt/vendor/persist/data/pfm/licenses 0755 system system
chown system system /mnt/vendor/persist/feature_enabler_client
chmod 0775 /mnt/vendor/persist/feature_enabler_client
service feature_enabler_client /vendor/bin/feature_enabler_client
class late_start
user system
group system graphics
on property:init.svc.vendor.qti.hardware.display.composer=stopping
stop feature_enabler_client
on property:init.svc.vendor.qti.hardware.display.composer=running
start feature_enabler_client
on property:init.svc.vendor.qti.hardware.display.composer=restarting
restart feature_enabler_client