From 34daf2ff7c28a25bb48be577add820cbf71ea2d2 Mon Sep 17 00:00:00 2001 From: Scott Randolph Date: Tue, 5 Sep 2017 14:25:24 -0700 Subject: [PATCH] Register mock EVS driver as EvsEnumeratorHw This makes the mock driver (when loaded and running) serve as THE evs driver for the system. Facilitates VTS tests running, etc. This driver should not run on a production system as it should have a "real" driver registered instead. Change-Id: I716f8f8226e7152521375b94013828a3aa2bb9f0 BUg: 65376941 Test: boot mojave, then 'ps -lef | grep evs' --- automotive/evs/1.0/default/ServiceNames.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automotive/evs/1.0/default/ServiceNames.h b/automotive/evs/1.0/default/ServiceNames.h index d20a37f975..1178da5a9c 100644 --- a/automotive/evs/1.0/default/ServiceNames.h +++ b/automotive/evs/1.0/default/ServiceNames.h @@ -14,4 +14,4 @@ * limitations under the License. */ -const static char kEnumeratorServiceName[] = "EvsEnumeratorHw-Mock"; +const static char kEnumeratorServiceName[] = "EvsEnumeratorHw";