sepolicy: basic: non_plat: Allow mediacodec to read vendor_mtk_hdr_video_prop

Change-Id: I2d2f602a298f2967b798ac00ce73dac1ec84bb18
This commit is contained in:
SamarV-121 2022-09-14 22:40:29 +05:30 committed by Matsvei Niaverau
parent 8a583e3348
commit 6f21f83c67
3 changed files with 4 additions and 0 deletions

View File

@ -149,3 +149,4 @@ set_prop(mediacodec, vendor_mtk_video_prop)
get_prop(mediacodec, vendor_mtk_crossmount_prop)
get_prop(mediacodec, vendor_mtk_deinterlace_prop)
get_prop(mediacodec, vendor_mtk_omx_core_prop)
get_prop(mediacodec, vendor_mtk_hdr_video_prop)

View File

@ -127,6 +127,7 @@ vendor_restricted_prop(vendor_debug_logger_prop)
vendor_restricted_prop(vendor_mtk_crossmount_prop)
vendor_restricted_prop(vendor_mtk_deinterlace_prop)
vendor_restricted_prop(vendor_mtk_omx_core_prop)
vendor_restricted_prop(vendor_mtk_hdr_video_prop)
# Properties with can be read by all domains
typeattribute vendor_mtk_aal_ro_prop mtk_core_property_type;
@ -208,3 +209,4 @@ typeattribute vendor_debug_logger_prop mtk_core_property_type;
typeattribute vendor_mtk_crossmount_prop mtk_core_property_type;
typeattribute vendor_mtk_deinterlace_prop mtk_core_property_type;
typeattribute vendor_mtk_omx_core_prop mtk_core_property_type;
typeattribute vendor_mtk_hdr_video_prop mtk_core_property_type;

View File

@ -403,3 +403,4 @@ persist.vendor.xfrm_support u:object_r:vendor_mtk_xfrm_support_prop:s0
mtk.vendor.omx.core.log u:object_r:vendor_mtk_omx_core_prop:s0
ro.mtk_crossmount_support u:object_r:vendor_mtk_crossmount_prop:s0
ro.mtk_deinterlace_support u:object_r:vendor_mtk_deinterlace_prop:s0
ro.vendor.mtk_hdr_video_support u:object_r:vendor_mtk_hdr_video_prop:s0