OSDN Git Service

Put correct user/group in EVS mock driver .rc file
authorScott Randolph <randolphs@google.com>
Fri, 26 May 2017 18:58:10 +0000 (11:58 -0700)
committerScott Randolph <randolphs@google.com>
Wed, 31 May 2017 01:53:46 +0000 (18:53 -0700)
If this module is included on a target platform, it will start at boot
time (but not very early) since it isn't actually need for backing up a
real car.  This makes it available for testing.

Test: build gordon_peak
Change-Id: I79bc2dafa1a8db579a1c3cc801bac8e4e1d01872

automotive/evs/1.0/default/android.hardware.automotive.evs@1.0-service.rc

index 8957ecf..16d521d 100644 (file)
@@ -1,4 +1,4 @@
-service evs-hal-1-0 /vendor/bin/hw/android.hardware.automotive.evs@1.0-service
+service evs-hal-mock /vendor/bin/hw/android.hardware.automotive.evs@1.0-service
     class hal
-    user cameraserver
-    group camera
+    user automotive_evs
+    group automotive_evs