Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c734aed authored by /e/ robot's avatar /e/ robot
Browse files

Merge remote-tracking branch 'origin/lineage-22.2' into a15

parents fa4a7391 e0e358bc
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
# HWBinder IPC from client to server
binder_call(hal_lineage_fastcharge_client, hal_lineage_fastcharge_server)

add_hwservice(hal_lineage_fastcharge_server, hal_lineage_fastcharge_hwservice)
allow hal_lineage_fastcharge_client hal_lineage_fastcharge_hwservice:hwservice_manager find;
hal_attribute_hwservice(hal_lineage_fastcharge, hal_lineage_fastcharge_hwservice)

# Allow binder communication with platform_app
binder_call(hal_lineage_fastcharge, platform_app)
+1 −2
Original line number Diff line number Diff line
# HwBinder IPC from client to server
binder_call(hal_lineage_health_client, hal_lineage_health_server)

add_service(hal_lineage_health_server, hal_lineage_health_service)
allow hal_lineage_health_client hal_lineage_health_service:service_manager find;
hal_attribute_service(hal_lineage_health, hal_lineage_health_service)
+1 −2
Original line number Diff line number Diff line
# HwBinder IPC from client to server
binder_call(hal_lineage_livedisplay_client, hal_lineage_livedisplay_server)

add_hwservice(hal_lineage_livedisplay_server, hal_lineage_livedisplay_hwservice)
allow hal_lineage_livedisplay_client hal_lineage_livedisplay_hwservice:hwservice_manager find;
hal_attribute_hwservice(hal_lineage_livedisplay, hal_lineage_livedisplay_hwservice)
+1 −2
Original line number Diff line number Diff line
# HwBinder IPC from client to server
binder_call(hal_lineage_powershare_client, hal_lineage_powershare_server)

add_service(hal_lineage_powershare_server, hal_lineage_powershare_service)
allow hal_lineage_powershare_client hal_lineage_powershare_service:service_manager find;
hal_attribute_service(hal_lineage_powershare, hal_lineage_powershare_service)
+2 −4
Original line number Diff line number Diff line
# HwBinder IPC from client to server
binder_call(hal_lineage_touch_client, hal_lineage_touch_server)

add_hwservice(hal_lineage_touch_server, hal_lineage_touch_hwservice)
allow hal_lineage_touch_client hal_lineage_touch_hwservice:hwservice_manager find;
hal_attribute_hwservice(hal_lineage_touch, hal_lineage_touch_hwservice)

add_service(hal_lineage_touch_server, hal_lineage_touch_service)
allow hal_lineage_touch_client hal_lineage_touch_service:service_manager find;
hal_attribute_service(hal_lineage_touch, hal_lineage_touch_service)