Unable to connect to EVS

We build the target (lunch sdk_car_x86_64-userdebug, mm -j8), we prepare the emulator (/device/generic/car/tools/test_pack_avd_img.sh) and finally when executed EVS service is not running as shown below with logcat.txt

09-19 17:17:50.298 903 903 I CAR.EVS : Transition requested: UNAVAILABLE → INACTIVE
09-19 17:17:50.299 237 237 I servicemanager: Could not find android.hardware.automotive.evs.IEvsEnumerator/default in the VINTF manifest.
09-19 17:17:50.299 903 903 E CarServiceJNI: android.hardware.automotive.evs.IEvsEnumerator/default is not available.
09-19 17:17:50.299 903 903 E CarServiceJNI: Failed to initialize a service context
09-19 17:17:50.299 903 903 E CAR.EVS : Transition failed: error = -1
09-19 17:17:51.300 903 903 D CAR.EVS : Trying to connect to the EVS HAL service.
09-19 17:17:51.300 903 903 I CAR.EVS : Transition requested: UNAVAILABLE → INACTIVE
09-19 17:17:51.301 237 237 I servicemanager: Could not find android.hardware.automotive.evs.IEvsEnumerator/default in the VINTF manifest.
09-19 17:17:51.301 903 903 E CarServiceJNI: android.hardware.automotive.evs.IEvsEnumerator/default is not available.
09-19 17:17:51.301 903 903 E CarServiceJNI: Failed to initialize a service context
09-19 17:17:51.301 903 903 E CAR.EVS : Transition failed: error = -1

How to progress further ?