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

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

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

parents 48c2430a f512d3a6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
type lirc_device, dev_type;
+4 −0
Original line number Diff line number Diff line
@@ -6,6 +6,10 @@
/(vendor|system/vendor)/bin/hw/android\.hardware\.health-service\.batteryless u:object_r:hal_health_default_exec:s0
/(vendor|system/vendor)/bin/hw/vendor\.lineage\.health-service\.default u:object_r:hal_lineage_health_default_exec:s0

# IR HAL
/dev/lirc0                                                            u:object_r:lirc_device:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.ir-service\.lineage u:object_r:hal_ir_default_exec:s0

# Light HAL
/(vendor|system/vendor)/bin/hw/android\.hardware\.light-service\.lineage u:object_r:hal_light_default_exec:s0

+3 −0
Original line number Diff line number Diff line
allow hal_ir_default lirc_device:chr_file rw_file_perms;

get_prop(hal_ir_default, vendor_ir_prop)
+3 −0
Original line number Diff line number Diff line
# Camera IDs remapping
vendor_internal_prop(vendor_camera_remapid_prop)

# IR
vendor_internal_prop(vendor_ir_prop)

# FM Radio app
vendor_public_prop(vendor_fm_radio_app_prop);
+3 −0
Original line number Diff line number Diff line
# Camera IDs remapping
vendor.camera.remapid                  u:object_r:vendor_camera_remapid_prop:s0

# IR
vendor.ir.carrier_freqs                u:object_r:vendor_ir_prop:s0

# FM Radio app
ro.vendor.builtin_fm_antenna_support   u:object_r:vendor_fm_radio_app_prop:s0 exact bool
ro.vendor.fm.use_audio_session         u:object_r:vendor_fm_radio_app_prop:s0 exact bool