msm8953-common: Add DTV Support

- Add hidl to manifest
- Fix Sepolicy
- Add proper permissions for /dev/isdbt
This commit is contained in:
Jorge Lucas
2020-12-28 11:46:10 -03:00
parent 9aada5dae9
commit 60bf2fd5dc
8 changed files with 33 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
typeattribute platform_app mlstrustedsubject;
allow platform_app isdbt_device:chr_file rw_file_perms;
allow platform_app sysfs_kgsl:dir search;
allow platform_app sysfs_kgsl:file { getattr open read };
allow platform_app sysfs_healthd:dir r_dir_perms;