[ALPS03909938] sensor: merge sensor code
[Detail] Merge sensor code to P MTK-Commit-Id: 62fa3d9f1b1a2004298003749f883ba3f693aac2 Change-Id: I72dc1f819fee5076b7524235810361aa0f01b6ba Signed-off-by: Qiangming Xia <qiangming.xia@mediatek.com> CR-Id: ALPS03909938 Feature: Sensor Hub
This commit is contained in:
parent
0db3e13890
commit
11b0934173
@ -232,6 +232,7 @@ type gyroscope_device, dev_type;
|
|||||||
type barometer_device,dev_type;
|
type barometer_device,dev_type;
|
||||||
type humidity_device,dev_type;
|
type humidity_device,dev_type;
|
||||||
type biometric_device,dev_type;
|
type biometric_device,dev_type;
|
||||||
|
type sensorlist_device,dev_type;
|
||||||
##########################
|
##########################
|
||||||
# Sensor Devices Start
|
# Sensor Devices Start
|
||||||
#
|
#
|
||||||
|
@ -346,6 +346,7 @@
|
|||||||
/dev/hwmsensor(/.*)? u:object_r:hwmsensor_device:s0
|
/dev/hwmsensor(/.*)? u:object_r:hwmsensor_device:s0
|
||||||
/dev/msensor(/.*)? u:object_r:msensor_device:s0
|
/dev/msensor(/.*)? u:object_r:msensor_device:s0
|
||||||
/dev/biometric(/.*)? u:object_r:biometric_device:s0
|
/dev/biometric(/.*)? u:object_r:biometric_device:s0
|
||||||
|
/dev/sensorlist(/.*)? u:object_r:sensorlist_device:s0
|
||||||
##########################
|
##########################
|
||||||
# Sensor Devices Start
|
# Sensor Devices Start
|
||||||
#
|
#
|
||||||
|
@ -11,6 +11,17 @@ hwbinder_use(mtk_hal_sensors)
|
|||||||
# call into system_server process (callbacks)
|
# call into system_server process (callbacks)
|
||||||
binder_call(mtk_hal_sensors, system_server)
|
binder_call(mtk_hal_sensors, system_server)
|
||||||
|
|
||||||
|
# graphics allocator
|
||||||
|
allow mtk_hal_sensors hal_graphics_allocator_default:fd use;
|
||||||
|
|
||||||
|
# gpu device
|
||||||
|
allow mtk_hal_sensors gpu_device:dir create_dir_perms;
|
||||||
|
allow mtk_hal_sensors gpu_device:chr_file rw_file_perms;
|
||||||
|
allow mtk_hal_sensors dri_device:chr_file rw_file_perms;
|
||||||
|
|
||||||
|
# ion device
|
||||||
|
allow mtk_hal_sensors ion_device:dir create_dir_perms;
|
||||||
|
allow mtk_hal_sensors ion_device:chr_file rw_file_perms;
|
||||||
# system file
|
# system file
|
||||||
allow mtk_hal_sensors system_file:dir read;
|
allow mtk_hal_sensors system_file:dir read;
|
||||||
allow mtk_hal_sensors system_file:dir open;
|
allow mtk_hal_sensors system_file:dir open;
|
||||||
@ -29,6 +40,7 @@ hal_server_domain(mtk_hal_sensors, hal_sensors);
|
|||||||
#allow mtk_hal_sensors hidl_base_hwservice:hwservice_manager add;
|
#allow mtk_hal_sensors hidl_base_hwservice:hwservice_manager add;
|
||||||
|
|
||||||
# Access sensor bio devices
|
# Access sensor bio devices
|
||||||
|
allow mtk_hal_sensors sensorlist_device:chr_file rw_file_perms;
|
||||||
allow mtk_hal_sensors m_acc_misc_device:chr_file rw_file_perms;
|
allow mtk_hal_sensors m_acc_misc_device:chr_file rw_file_perms;
|
||||||
allow mtk_hal_sensors m_als_misc_device:chr_file rw_file_perms;
|
allow mtk_hal_sensors m_als_misc_device:chr_file rw_file_perms;
|
||||||
allow mtk_hal_sensors m_ps_misc_device:chr_file rw_file_perms;
|
allow mtk_hal_sensors m_ps_misc_device:chr_file rw_file_perms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user