1# Allow PBCS to add the ServiceBinder service to ServiceManager.
2add_service(vendor_pbcs_app, camera_binder_service);
3# Allow PBCS to add the LyricConfigProvider service to ServiceManager.
4add_service(vendor_pbcs_app, vendor_camera_lyricconfigprovider_service);
5# Allow PBCS to add the CameraIdRemapper service to ServiceManager.
6add_service(vendor_pbcs_app, vendor_camera_cameraidremapper_service);
7
8# Allow PBCS to read debug system properties of the form vendor.camera.pbcs.debug.*
9# and persist.vendor.camera.pbcs.debug.*
10get_prop(vendor_pbcs_app, vendor_camera_pbcs_debug_prop);
11
12binder_call(vendor_pbcs_app, hal_camera_default);
13