Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34daf2ff authored by Scott Randolph's avatar Scott Randolph
Browse files

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'
parent 80456086
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,4 +14,4 @@
 * limitations under the License.
 */

const static char kEnumeratorServiceName[] = "EvsEnumeratorHw-Mock";
const static char kEnumeratorServiceName[] = "EvsEnumeratorHw";