summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--core_amlogic.mk17
-rw-r--r--core_base_atv.mk64
-rw-r--r--init.amlogic.wifi_buildin.rc1
-rw-r--r--init.amlogic.wifi_buildin_ap62x8.rc1
-rw-r--r--patch/Readme.txt12
-rw-r--r--products/tv/init.amlogic.rc3
-rw-r--r--products/tv/product_tv.mk5
-rw-r--r--sepolicy/device.te3
-rw-r--r--sepolicy/file.te7
-rw-r--r--sepolicy/file_contexts22
-rw-r--r--sepolicy/hal_audio_default.te1
-rw-r--r--sepolicy/hal_graphics_composer_default.te4
-rw-r--r--sepolicy/hal_tv_input_default.te6
-rw-r--r--sepolicy/hwservice.te1
-rw-r--r--sepolicy/hwservice_contexts4
-rw-r--r--sepolicy/hwservicemanager.te5
-rw-r--r--sepolicy/mediacodec.te2
-rw-r--r--sepolicy/system_app.te8
-rw-r--r--sepolicy/system_control.te15
-rw-r--r--sepolicy/tvserver.te48
-rw-r--r--wifi.mk7
-rw-r--r--wifi_driver.mk8
-rw-r--r--wifi_modules.mk1
23 files changed, 207 insertions, 38 deletions
diff --git a/sepolicy/device.te b/sepolicy/device.te
index fff2c52..226f74c 100644
--- a/sepolicy/device.te
+++ b/sepolicy/device.te
@@ -11,6 +11,8 @@ type picture_device, dev_type;
type hdcptx_device, dev_type;
type hdcprx_device, dev_type;
+type dvb_video_device, dev_type;
+type mediactl_video_device, dev_type;
type avin_device, dev_type;
type hdmirx0_device, dev_type;
type amvideo_device, dev_type;
@@ -31,3 +33,4 @@ type ge2d_device, dev_type;
type amvecm_device, dev_type;
type hidraw_device, dev_type;
+type vbi_device, dev_type;