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

Commit 266c27a6 authored by Bernhard Thoben's avatar Bernhard Thoben
Browse files

kitakami-common: Changes for LiveDisplay

Change-Id: Id464ae7aa6bee09153f3a31cccff5a444802037c
parent f04ccce1
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -153,6 +153,19 @@ bin/pm-proxy
bin/pm-service
vendor/lib64/libperipheral_client.so|5cf2eab39bacead0334deaf7a904d8e53c4f80bb

# Postprocessing
bin/mm-pp-daemon:vendor/bin/mm-pp-daemon
vendor/lib/libdisp-aba.so
vendor/lib/libmm-abl-oem.so
vendor/lib/libmm-abl.so
vendor/lib/libmm-als.so
vendor/lib/libmm-qdcm.so
vendor/lib64/libdisp-aba.so
vendor/lib64/libmm-abl-oem.so
vendor/lib64/libmm-abl.so
vendor/lib64/libmm-als.so
vendor/lib64/libmm-qdcm.so

# Secd
bin/secd
bin/iddd
+10 −0
Original line number Diff line number Diff line
@@ -314,6 +314,9 @@ on post-fs-data
    mkdir /data/misc/display 0770 system graphics
    mkdir /persist/display 0770 system graphics

    # Create directory used by LiveDisplay
    mkdir /data/vendor/display 0770 system graphics

    # QCOM Sensors
    mkdir /data/system 0775 system system
    mkdir /data/system/sensors 0775 system system
@@ -647,6 +650,13 @@ service per_proxy /system/bin/pm-proxy
    group system net_raw
    disabled

service ppd /system/vendor/bin/mm-pp-daemon
    class hal
    user system
    socket pps stream 0660 system system
    group system graphics
    writepid /dev/cpuset/system-background/tasks

on property:init.svc.per_mgr=running
    start per_proxy

+2 −0
Original line number Diff line number Diff line
allow mm-pp-daemon ion_device:chr_file write;
set_prop(mm-pp-daemon, display_prop);
+3 −0
Original line number Diff line number Diff line
allow system_server mm-pp-daemon:unix_stream_socket connectto;
allow system_server pps_socket:sock_file write;

allow system_server self:capability sys_module;

# Access to sensors socket