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

Commit ede870b4 authored by Michael Bestas's avatar Michael Bestas Committed by Bruno Martins
Browse files

common: Drop deprecated vendor.lineage.camera.motor

Change-Id: Ieab553146429ff3718ec5729bca7d7c067489711
parent 1a5b8c2f
Loading
Loading
Loading
Loading
+0 −5
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;
+0 −1
Original line number Diff line number Diff line
type hal_lineage_camera_motor_hwservice, hwservice_manager_type;
type hal_lineage_fastcharge_hwservice, hwservice_manager_type;
type hal_lineage_livedisplay_hwservice, hwservice_manager_type;
type hal_lineage_powershare_hwservice, hwservice_manager_type;
+0 −1
Original line number Diff line number Diff line
motorola.hardware.health::IMotHealth                                    u:object_r:hal_health_hwservice:s0
vendor.lineage.camera.motor::ICameraMotor                               u:object_r:hal_lineage_camera_motor_hwservice:s0
vendor.lineage.fastcharge::IFastCharge                                  u:object_r:hal_lineage_fastcharge_hwservice:s0
vendor.lineage.livedisplay::IAdaptiveBacklight                          u:object_r:hal_lineage_livedisplay_hwservice:s0
vendor.lineage.livedisplay::IAntiFlicker                                u:object_r:hal_lineage_livedisplay_hwservice:s0

common/private/cameraserver.te

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
# Use HALs
hal_client_domain(cameraserver, hal_lineage_camera_motor)
+0 −1
Original line number Diff line number Diff line
# HALs
hal_attribute_lineage(lineage_camera_motor)
hal_attribute_lineage(lineage_fastcharge)
hal_attribute_lineage(lineage_health)
hal_attribute_lineage(lineage_livedisplay)
Loading