Update EVS app and manager for HAL revisions

The HAL contract, particuarly with respect to opening and closing
devices has changed and the manager and app have been revised
accordingly.  The previous "test" has been removed as it has been
superceeded by the VTS test for the HAL.

NOTE:  This change was originally developed and +2'd on the master
branch as ag/2021133.  However cherry picking to oc-dev is broken, so
this will be submitted directly to oc-dev and auto-merged back to
master.

Test: build locally against updated EVS HAL
Change-Id: I2378d622079a2326dc7d1432adca72bcf112e193
diff --git a/car_product/build/car_base.mk b/car_product/build/car_base.mk
index 6544dc1..3e8d776 100644
--- a/car_product/build/car_base.mk
+++ b/car_product/build/car_base.mk
@@ -82,6 +82,11 @@
     wifi-service \
     A2dpSinkService \
 
+# EVS resources
+PRODUCT_PACKAGES += android.hardware.automotive.evs@1.0-service
+PRODUCT_PACKAGES += android.automotive.evs.manager@1.0
+PRODUCT_PACKAGES += evs_app
+
 ifeq ($(TARGET_USES_CAR_FUTURE_FEATURES),true)
 PRODUCT_PACKAGES += android.hardware.automotive.vehicle@2.1-service
 else