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

Commit b333fdf4 authored by /e/ robot's avatar /e/ robot
Browse files

Merge remote-tracking branch 'origin/lineage-19.1' into v1-s

parents 0cc015eb 64706381
Loading
Loading
Loading
Loading
+5 −0
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;
+1 −0
Original line number Diff line number Diff line
type hal_lineage_health_service, vendor_service, hal_service_type, service_manager_type;
+1 −0
Original line number Diff line number Diff line
vendor.lineage.health.IChargingControl/default        u:object_r:hal_lineage_health_service:s0
+1 −0
Original line number Diff line number Diff line
type adbroot_service,                   service_manager_type;
type lineage_hardware_service, system_api_service, system_server_service, service_manager_type;
type lineage_health_interface_service, system_api_service, system_server_service, service_manager_type;
type lineage_globalactions_service, system_api_service, system_server_service, service_manager_type;
type lineage_livedisplay_service, system_api_service, system_server_service, service_manager_type;
type lineage_profile_service, system_api_service, system_server_service, service_manager_type;
+1 −0
Original line number Diff line number Diff line
lineageglobalactions                      u:object_r:lineage_globalactions_service:s0
lineagehardware                           u:object_r:lineage_hardware_service:s0
lineagehealth                             u:object_r:lineage_health_interface_service:s0
lineagelivedisplay                        u:object_r:lineage_livedisplay_service:s0
lineagetrust                              u:object_r:lineage_trust_service:s0
lineageweather                            u:object_r:lineage_weather_service:s0
Loading