# Allow PBCS to add the ServiceBinder service to ServiceManager. add_service(vendor_pbcs_app, camera_binder_service); # Allow PBCS to add the LyricConfigProvider service to ServiceManager. add_service(vendor_pbcs_app, vendor_camera_lyricconfigprovider_service); # Allow PBCS to add the CameraIdRemapper service to ServiceManager. add_service(vendor_pbcs_app, vendor_camera_cameraidremapper_service); # Allow PBCS to read debug system properties of the form vendor.camera.pbcs.debug.* # and persist.vendor.camera.pbcs.debug.* get_prop(vendor_pbcs_app, vendor_camera_pbcs_debug_prop); binder_call(vendor_pbcs_app, hal_camera_default);