blob: b75c9fb034f06e85966cddca92f586ad8d4a3f2e [file] [log] [blame]
Kai Hsieh1f83bb12024-09-21 13:38:00 +08001# allow binder connection from client to server
2binder_call(hal_gia_client, hal_gia_server)
3
4# allow client to find the service & allow server to register the service
5hal_attribute_service(hal_gia, hal_gia_service)
6
7# allow binder communication from server to service_manager
8binder_use(hal_gia_server)