summaryrefslogtreecommitdiffstats
path: root/uncrypt/uncrypt.rc
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2016-02-03 19:52:52 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-02-03 19:52:52 +0100
commite3434279c84846cfa49935638faef26ceb753b5e (patch)
treec73ded0f4062c229bcdef278924071af2740a7a1 /uncrypt/uncrypt.rc
parentMerge "recovery: Refactor verifier and verifier_test." (diff)
parentuncrypt: add options to setup bcb and clear bcb. (diff)
downloadandroid_bootable_recovery-e3434279c84846cfa49935638faef26ceb753b5e.tar
android_bootable_recovery-e3434279c84846cfa49935638faef26ceb753b5e.tar.gz
android_bootable_recovery-e3434279c84846cfa49935638faef26ceb753b5e.tar.bz2
android_bootable_recovery-e3434279c84846cfa49935638faef26ceb753b5e.tar.lz
android_bootable_recovery-e3434279c84846cfa49935638faef26ceb753b5e.tar.xz
android_bootable_recovery-e3434279c84846cfa49935638faef26ceb753b5e.tar.zst
android_bootable_recovery-e3434279c84846cfa49935638faef26ceb753b5e.zip
Diffstat (limited to 'uncrypt/uncrypt.rc')
-rw-r--r--uncrypt/uncrypt.rc10
1 files changed, 10 insertions, 0 deletions
diff --git a/uncrypt/uncrypt.rc b/uncrypt/uncrypt.rc
index 5f4c47936..b07c1dada 100644
--- a/uncrypt/uncrypt.rc
+++ b/uncrypt/uncrypt.rc
@@ -7,3 +7,13 @@ service pre-recovery /system/bin/uncrypt --reboot
class main
disabled
oneshot
+
+service setup-bcb /system/bin/uncrypt --setup-bcb
+ class main
+ disabled
+ oneshot
+
+service clear-bcb /system/bin/uncrypt --clear-bcb
+ class main
+ disabled
+ oneshot \ No newline at end of file