mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
update stuff to new vendor
This commit is contained in:
parent
33c4936600
commit
049f9acfa5
3 changed files with 11 additions and 18 deletions
|
@ -25,6 +25,3 @@ TARGET_SYSTEM_PROP := device/samsung/msm8226-common/system.prop
|
|||
|
||||
# SELinux
|
||||
include device/samsung/msm8226-common/sepolicy/sepolicy.mk
|
||||
|
||||
# Inherit from the proprietary version
|
||||
-include vendor/samsung/msm8226-common/BoardConfigVendor.mk
|
||||
|
|
|
@ -207,9 +207,6 @@ PRODUCT_PACKAGES += \
|
|||
libcurl \
|
||||
libwcnss_qmi \
|
||||
wcnss_service
|
||||
|
||||
# Get non-open-source specific aspects
|
||||
$(call inherit-product-if-exists, vendor/samsung/msm8226-common/msm8226-common-vendor.mk)
|
||||
|
||||
# Inherit from qcom-common
|
||||
$(call inherit-product, device/samsung/qcom-common/qcom-common.mk)
|
||||
|
|
|
@ -573,7 +573,7 @@ on charger
|
|||
|
||||
# Services begin here
|
||||
|
||||
service adsprpcd /vendor/bin/adsprpcd
|
||||
service adsprpcd /system/bin/adsprpcd
|
||||
class main
|
||||
user media
|
||||
group media
|
||||
|
@ -588,7 +588,7 @@ service charger /sbin/healthd -c
|
|||
critical
|
||||
seclabel u:r:charger:s0
|
||||
|
||||
service ds_fmc_appd /vendor/bin/ds_fmc_appd -p "rmnet0" -D
|
||||
service ds_fmc_appd /system/bin/ds_fmc_appd -p "rmnet0" -D
|
||||
class late_start
|
||||
user root
|
||||
group radio wifi inet
|
||||
|
@ -611,38 +611,37 @@ on property:bluetooth.hciattach=true
|
|||
on property:bluetooth.hciattach=false
|
||||
setprop bluetooth.status off
|
||||
|
||||
service irsc_util /vendor/bin/irsc_util "/vendor/etc/sec_config"
|
||||
service irsc_util /system/bin/irsc_util "/vendor/etc/sec_config"
|
||||
class main
|
||||
user root
|
||||
oneshot
|
||||
|
||||
service mpdecision /vendor/bin/mpdecision --avg_comp
|
||||
service mpdecision /system/bin/mpdecision --avg_comp
|
||||
class main
|
||||
user root
|
||||
group root readproc
|
||||
disabled
|
||||
|
||||
service qcamerasvr /vendor/bin/mm-qcamera-daemon
|
||||
service qcamerasvr /system/bin/mm-qcamera-daemon
|
||||
class main
|
||||
user camera
|
||||
group camera system inet input graphics bluetooth
|
||||
|
||||
service qmuxd /vendor/bin/qmuxd
|
||||
service qmuxd /system/bin/qmuxd
|
||||
class core
|
||||
user radio
|
||||
group radio audio bluetooth gps oem_2950 log
|
||||
|
||||
service qseecomd /vendor/bin/qseecomd
|
||||
service qseecomd /system/bin/qseecomd
|
||||
class core
|
||||
user root
|
||||
group root
|
||||
|
||||
service rfs_access /vendor/bin/rfs_access
|
||||
service rfs_access /system/bin/rfs_access
|
||||
class core
|
||||
user system
|
||||
group system net_raw
|
||||
|
||||
service rmt_storage /vendor/bin/rmt_storage
|
||||
service rmt_storage /system/bin/rmt_storage
|
||||
class core
|
||||
user root
|
||||
group system wakelock
|
||||
|
@ -658,7 +657,7 @@ on property:persist.sys.ssr.restart_level=1
|
|||
on property:persist.sys.ssr.restart_level=3
|
||||
write /sys/module/subsystem_restart/parameters/restart_level 3
|
||||
|
||||
service thermal-engine /vendor/bin/thermal-engine -c /vendor/etc/thermal-engine-8226.conf
|
||||
service thermal-engine /system/bin/thermal-engine -c /vendor/etc/thermal-engine-8226.conf
|
||||
class main
|
||||
user root
|
||||
socket thermal-send-client stream 0666 system system
|
||||
|
@ -666,7 +665,7 @@ service thermal-engine /vendor/bin/thermal-engine -c /vendor/etc/thermal-engine-
|
|||
socket thermal-recv-passive-client stream 0666 system system
|
||||
group root
|
||||
|
||||
service time_daemon /vendor/bin/time_daemon
|
||||
service time_daemon /system/bin/time_daemon
|
||||
class late_start
|
||||
user root
|
||||
group root
|
||||
|
|
Loading…
Reference in a new issue