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

Commit 094fcf11 authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Merge remote-tracking branch 'origin/lineage-16.0' into v1-pie

parents 31da2266 ac26bd2f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
# HwBinder IPC from client to server
binder_call(hal_lineage_camera_motor_client, hal_lineage_camera_motor_server)

add_hwservice(hal_lineage_camera_motor_server, hal_lineage_camera_motor_hwservice)
allow hal_lineage_camera_motor_client hal_lineage_camera_motor_hwservice:hwservice_manager find;
+1 −0
Original line number Diff line number Diff line
type hal_lineage_camera_motor_hwservice, hwservice_manager_type;
type hal_lineage_livedisplay_hwservice, hwservice_manager_type;
type hal_lineage_touch_hwservice, hwservice_manager_type;
type hal_lineage_trust_hwservice, hwservice_manager_type;
+1 −0
Original line number Diff line number Diff line
vendor.lineage.camera.motor::ICameraMotor            u:object_r:hal_lineage_camera_motor_hwservice:s0
vendor.lineage.livedisplay::IAdaptiveBacklight       u:object_r:hal_lineage_livedisplay_hwservice:s0
vendor.lineage.livedisplay::IAutoContrast            u:object_r:hal_lineage_livedisplay_hwservice:s0
vendor.lineage.livedisplay::IColorBalance            u:object_r:hal_lineage_livedisplay_hwservice:s0
+2 −0
Original line number Diff line number Diff line
# Use HALs
hal_client_domain(cameraserver, hal_lineage_camera_motor)
+1 −0
Original line number Diff line number Diff line
# HALs
hal_attribute(lineage_camera_motor)
hal_attribute(lineage_livedisplay)
hal_attribute(lineage_touch)
hal_attribute(lineage_trust)
Loading