sepolicy: make vendor parser property public

Vendor parser property which is extended core prop is made public.

Change-Id: Id7703007a156f8e912bc531e6e1246386aab09cd
This commit is contained in:
Malathi Gottam
2021-01-24 12:49:29 +05:30
parent e855b1f916
commit 8f6a5349d7
2 changed files with 1 additions and 3 deletions

View File

@@ -30,9 +30,6 @@
vendor_restricted_prop(vendor_exported_system_prop);
vendor_restricted_prop(vendor_exported_odm_prop);
#mm-parser
#mm-parser
system_internal_prop(vendor_mm_parser_prop)
#mm-osal
system_internal_prop(vendor_mm_osal_prop)
system_internal_prop(vendor_mm_video_prop)

View File

@@ -30,5 +30,6 @@ system_restricted_prop(vendor_persist_camera_prop)
# this is vendor defined property and added with prefix vendor
# which is going to be working from system
system_restricted_prop(vendor_bt_prop)
system_public_prop(vendor_mm_parser_prop)
system_public_prop(vendor_sys_video_prop)
system_restricted_prop(vendor_wlc_prop)