Skip to content

Commit

Permalink
add missing blobs
Browse files Browse the repository at this point in the history
  • Loading branch information
buddi56 committed Jul 29, 2020
1 parent 9aeb291 commit 1afe97f
Show file tree
Hide file tree
Showing 34 changed files with 11 additions and 237 deletions.
28 changes: 10 additions & 18 deletions recovery/root/init.recovery.mt6771.rc
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ on init

start hwservicemanager
start servicemanager
start vendor.keymaster-3-0
setprop crypto.ready 1

service hwservicemanager /sbin/hwservicemanager
Expand All @@ -60,35 +61,26 @@ service servicemanager /sbin/servicemanager
disabled
seclabel u:r:recovery:s0

service keystore_auth /sbin/keystore_auth
oneshot
user system
group root
disabled
seclabel u:r:recovery:s0

service gatekeeper-1-0 /sbin/android.hardware.gatekeeper@1.0-service
user root
group root
disabled
seclabel u:r:recovery:s0

service keymaster-3-0 /sbin/android.hardware.keymaster@3.0-service
service vendor.keymaster-3-0 /sbin/android.hardware.keymaster@3.0-service
user root
group root drmrpc
disabled
seclabel u:r:recovery:s0

on property:crypto.ready=0
stop keymaster-3-0
stop gatekeeper-1-0
stop vendor.keymaster-3-0
stop servicemanager

on property:vendor.sys.listeners.registered=true
start keymaster-3-0
start gatekeeper-1-0
start vendor.keymaster-3-0
start servicemanager

on property:recovery.reload.persist=trigger_reload_persist
load_persist_props

on property:recovery.fde.service=trigger_restart_service
restart hwservicemanager
restart vendor.keymaster-3-0

on property:ro.mtk_emmc_support=1
# Support A/B feature for emmc boot region
Expand Down
Binary file not shown.
Binary file added recovery/root/sbin/libkeymaster_messages.so
Binary file not shown.
1 change: 1 addition & 0 deletions recovery/root/vendor/app/mcRegistry
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
219 changes: 0 additions & 219 deletions recovery/root/vendor/build.prop

This file was deleted.

0 comments on commit 1afe97f

Please sign in to comment.