msm8953-common: Append vendor prefix to several properties

* Needed after `LA.UM.9.2.r1-02700-SDMxx0.0` merge.

* Also remove duplicated vendor_fm_prop, as its now in
  qcom/sepolicy.

Change-Id: Iea4145ae677b463f9370843d4db5c16d8862a6fe
This commit is contained in:
Nolen Johnson
2021-04-25 00:07:56 -04:00
committed by jeangraff30
parent e9d8ad8894
commit 7278919e58
2 changed files with 1 additions and 2 deletions

View File

@@ -34,4 +34,4 @@ allow perfd sysfs_kgsl:file w_file_perms;
allow perfd sysfs_msm_perf:dir r_dir_perms; allow perfd sysfs_msm_perf:dir r_dir_perms;
allow perfd sysfs_msm_perf:file rw_file_perms; allow perfd sysfs_msm_perf:file rw_file_perms;
get_prop(perfd, freq_prop) get_prop(perfd, vendor_freq_prop)

View File

@@ -1,6 +1,5 @@
type power_prop, property_type; type power_prop, property_type;
type moto_boot_prop, property_type; type moto_boot_prop, property_type;
type vendor_aov_prop, property_type; type vendor_aov_prop, property_type;
type vendor_fm_prop, property_type;
type vendor_dolby_loglevel_prop, property_type; type vendor_dolby_loglevel_prop, property_type;
type hwrev_prop, property_type; type hwrev_prop, property_type;