blob: 8cc7ce5ae18dc154b52557fcaa6e5f84f65e786b [file] [log] [blame]
Alice Wange79bbf92023-11-14 07:38:18 +00001# allow binder connection from client to server
2binder_call(hal_remotelyprovisionedcomponent_avf_client, hal_remotelyprovisionedcomponent_avf_server)
3
4# allow client to find the service, allow server to register the service
5hal_attribute_service(hal_remotelyprovisionedcomponent_avf, hal_remotelyprovisionedcomponent_avf_service)
6
7# allow binder communication from server to service_manager
8binder_use(hal_remotelyprovisionedcomponent_avf_server)