blob: b07c1dada26f0a35a8d5595aed9bdf765fea0596 [file] [log] [blame]
Tom Cherrydaa6d042015-09-03 16:32:39 -07001service uncrypt /system/bin/uncrypt
2 class main
3 disabled
4 oneshot
5
6service pre-recovery /system/bin/uncrypt --reboot
7 class main
8 disabled
9 oneshot
Yabin Cui2d46da52016-01-26 16:50:15 -080010
11service setup-bcb /system/bin/uncrypt --setup-bcb
12 class main
13 disabled
14 oneshot
15
16service clear-bcb /system/bin/uncrypt --clear-bcb
17 class main
18 disabled
19 oneshot