Skip to content

Commit

Permalink
msm8916-common: Update Blobs from channel QPY30.52-2
Browse files Browse the repository at this point in the history
Re-enable peripheral Manager
also update ims and drop shim

Change-Id: I77f26fe6528922ee0a838efa08f46642b51d9d7e
  • Loading branch information
althafvly authored and jro1979oliver committed Jun 6, 2020
1 parent f090e6f commit 4f9e22e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 8 deletions.
3 changes: 3 additions & 0 deletions BoardConfigCommon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ TARGET_PER_MGR_ENABLED := true
# Telephony
TARGET_PROVIDES_QTI_TELEPHONY_JAR := true

# Peripheral manager
TARGET_PER_MGR_ENABLED := true

# Wifi
BOARD_HAS_QCOM_WLAN := true
BOARD_WLAN_DEVICE := qcwcn
Expand Down
14 changes: 7 additions & 7 deletions fs_config/file_caps.fs
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ group: AID_RADIO
mode: 0755
caps: NET_BIND_SERVICE

[system/vendor/bin/pm-service]
user: AID_SYSTEM
group: AID_SYSTEM
[vendor/bin/imsrcsd]
mode: 0755
caps: NET_BIND_SERVICE
user: AID_RADIO
group: AID_RADIO
caps: NET_BIND_SERVICE BLOCK_SUSPEND WAKE_ALARM

[vendor/bin/pm-service]
user: AID_SYSTEM
group: AID_SYSTEM
mode: 0755
caps: NET_BIND_SERVICE
user: AID_SYSTEM
group: AID_SYSTEM
caps: NET_BIND_SERVICE SYS_BOOT

[firmware/]
mode: 0771
Expand Down
22 changes: 21 additions & 1 deletion rootdir/etc/init.qcom.rc
Original file line number Diff line number Diff line change
Expand Up @@ -495,10 +495,30 @@ on property:ro.hw.revision=*
on charger
trigger moto-charger

service per_mgr /system/vendor/bin/pm-service
service vendor.per_mgr /vendor/bin/pm-service
class core
user system
group system
writepid /dev/cpuset/system-background/tasks

service vendor.per_proxy /vendor/bin/pm-proxy
class core
user system
group system
disabled
writepid /dev/cpuset/system-background/tasks

on property:init.svc.vendor.per_mgr=running
start vendor.per_proxy

on property:sys.shutdown.requested=*
stop vendor.per_proxy

service ppd /vendor/bin/mm-pp-daemon
class hal
user system
socket pps stream 0660 system system
group system graphics

on moto-charger
setprop ro.board.platform msm8916
Expand Down

0 comments on commit 4f9e22e

Please sign in to comment.