diff --git a/generic/private/property.te b/generic/private/property.te index 6a6971f1..ad751b17 100644 --- a/generic/private/property.te +++ b/generic/private/property.te @@ -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) diff --git a/generic/public/property.te b/generic/public/property.te index 45898a46..486e32d4 100644 --- a/generic/public/property.te +++ b/generic/public/property.te @@ -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)