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:
@@ -30,9 +30,6 @@
|
|||||||
vendor_restricted_prop(vendor_exported_system_prop);
|
vendor_restricted_prop(vendor_exported_system_prop);
|
||||||
vendor_restricted_prop(vendor_exported_odm_prop);
|
vendor_restricted_prop(vendor_exported_odm_prop);
|
||||||
|
|
||||||
#mm-parser
|
|
||||||
#mm-parser
|
|
||||||
system_internal_prop(vendor_mm_parser_prop)
|
|
||||||
#mm-osal
|
#mm-osal
|
||||||
system_internal_prop(vendor_mm_osal_prop)
|
system_internal_prop(vendor_mm_osal_prop)
|
||||||
system_internal_prop(vendor_mm_video_prop)
|
system_internal_prop(vendor_mm_video_prop)
|
||||||
|
|||||||
@@ -30,5 +30,6 @@ system_restricted_prop(vendor_persist_camera_prop)
|
|||||||
# this is vendor defined property and added with prefix vendor
|
# this is vendor defined property and added with prefix vendor
|
||||||
# which is going to be working from system
|
# which is going to be working from system
|
||||||
system_restricted_prop(vendor_bt_prop)
|
system_restricted_prop(vendor_bt_prop)
|
||||||
|
system_public_prop(vendor_mm_parser_prop)
|
||||||
system_public_prop(vendor_sys_video_prop)
|
system_public_prop(vendor_sys_video_prop)
|
||||||
system_restricted_prop(vendor_wlc_prop)
|
system_restricted_prop(vendor_wlc_prop)
|
||||||
|
|||||||
Reference in New Issue
Block a user