mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
This reverts commit cb95ff03729f9721c1a2af56e349a880c416ea59. Revert "universal7885: sepolicy: Add another rule for thermal hal" This reverts commit e695df796cf6b39e88652b2829bb18fc797ac0c8. Revert "universal7885: switch to pixel thermal hal" This reverts commit b8f413737399e34405322865d1efb391648124d7.
40 lines
937 B
Text
40 lines
937 B
Text
# device.te
|
|
|
|
type tz_device, dev_type;
|
|
type tz_user_device, dev_type;
|
|
# /dev/m2m1shot_scaler0
|
|
type m2m1shot_device, dev_type;
|
|
|
|
# FM Radio
|
|
type fm_radio_device, dev_type;
|
|
|
|
# gps
|
|
type gps_device, dev_type;
|
|
|
|
# /dev/goodix_fp
|
|
type goodix_device, dev_type;
|
|
|
|
# device.te
|
|
type efs_block_device, dev_type;
|
|
type dqmdbg_block_device, dev_type;
|
|
type dtbo_block_device, dev_type;
|
|
type keydata_block_device, dev_type;
|
|
type keyrefuge_block_device, dev_type;
|
|
type modem_block_device, dev_type;
|
|
type omr_block_device, dev_type;
|
|
type radio_block_device, dev_type;
|
|
type sec_efs_block_device, dev_type;
|
|
|
|
type bbd_device, dev_type;
|
|
type bt_device, dev_type;
|
|
type cpu_dma_device, dev_type;
|
|
type drb_device, dev_type;
|
|
type epic_device, dev_type;
|
|
type fp_sensor_device, dev_type;
|
|
type io_device, dev_type;
|
|
type pm_qos_device, dev_type;
|
|
type radio_qos_device, dev_type;
|
|
type ssp_device, dev_type;
|
|
type vendor_radio_device, dev_type;
|
|
|
|
type drm_device, dev_type;
|