aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Scull <ascull@google.com>2017-12-19 15:59:01 +0000
committerAndrew Scull <ascull@google.com>2017-12-19 15:59:01 +0000
commit7cc5de3b90bc039f2e7b00b24681216c5a257969 (patch)
tree4a4096bd31d0ee9bd5775b7be937afc11df5241e
parentb2f642aced9bd406a853519f06fce7eb225bbdd3 (diff)
downloadandroid-7cc5de3b90bc039f2e7b00b24681216c5a257969.tar.gz
Rename vendor services
Vendor services should be scoped to the vendor namespace. Change-Id: I1ec129526e11d1ca8979ee074190cb86f709e3ae
-rw-r--r--citadel/citadeld/citadeld.rc2
-rw-r--r--hals/oemlock/citadel/android.hardware.oemlock@1.0-service.citadel.rc2
-rw-r--r--hals/weaver/citadel/android.hardware.weaver@1.0-service.citadel.rc2
3 files changed, 3 insertions, 3 deletions
diff --git a/citadel/citadeld/citadeld.rc b/citadel/citadeld/citadeld.rc
index 06c16c3..02aae6e 100644
--- a/citadel/citadeld/citadeld.rc
+++ b/citadel/citadeld/citadeld.rc
@@ -1,4 +1,4 @@
-service citadeld /vendor/bin/hw/citadeld
+service vendor.citadeld /vendor/bin/hw/citadeld
class early_hal
user hsm
group hsm
diff --git a/hals/oemlock/citadel/android.hardware.oemlock@1.0-service.citadel.rc b/hals/oemlock/citadel/android.hardware.oemlock@1.0-service.citadel.rc
index f6940aa..80f0139 100644
--- a/hals/oemlock/citadel/android.hardware.oemlock@1.0-service.citadel.rc
+++ b/hals/oemlock/citadel/android.hardware.oemlock@1.0-service.citadel.rc
@@ -1,4 +1,4 @@
-service oemlock_hal /vendor/bin/hw/android.hardware.oemlock@1.0-service.citadel
+service vendor.oemlock_hal /vendor/bin/hw/android.hardware.oemlock@1.0-service.citadel
class hal
user hsm
group hsm
diff --git a/hals/weaver/citadel/android.hardware.weaver@1.0-service.citadel.rc b/hals/weaver/citadel/android.hardware.weaver@1.0-service.citadel.rc
index 9f4051b..4ab222e 100644
--- a/hals/weaver/citadel/android.hardware.weaver@1.0-service.citadel.rc
+++ b/hals/weaver/citadel/android.hardware.weaver@1.0-service.citadel.rc
@@ -1,4 +1,4 @@
-service weaver_hal /vendor/bin/hw/android.hardware.weaver@1.0-service.citadel
+service vendor.weaver_hal /vendor/bin/hw/android.hardware.weaver@1.0-service.citadel
class hal
user hsm
group hsm