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

Commit 968b3555 authored by Scott Randolph's avatar Scott Randolph
Browse files

Update service name targeted by VTS test

Use the standard driver rather than the "mock" driver for testing.
Test:  Run the test.

Change-Id: I706eabaf33f6879a22359250ce02daaf4a7fe15f
parent eafb6c36
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -17,8 +17,13 @@
#define LOG_TAG "VtsHalEvsTest"


// TODO:  How should we configure these values to target appropriate hardware?
const static char kEnumeratorName[]  = "EvsEnumeratorHw-Mock";
// Note:  We have't got a great way to indicate which target
// should be tested, so we'll leave the interface served by the
// default (mock) EVS driver here for easy reference.  All
// actual EVS drivers should serve on the EvsEnumeratorHw name,
// however, so the code is checked in that way.
//const static char kEnumeratorName[]  = "EvsEnumeratorHw-Mock";
const static char kEnumeratorName[]  = "EvsEnumeratorHw";


// These values are called out in the EVS design doc (as of Mar 8, 2017)