klte-common: Replace QCOM group identifiers with oem_29XX
* Currently, config.fs doesn't give the ability to add AIDs to Android init such that they can actually be used in the init scripts. * Replace all instances of qcom_diag, rfs and rfs_shared with the appropriate IDs (2950, 2951, 2952). Change-Id: Ie983fd582d4f81c17d730df17363417f87249837
This commit is contained in:
parent
c4a708a54f
commit
0fbb91945a
3 changed files with 5 additions and 5 deletions
|
@ -158,7 +158,7 @@ LEAN_TARGETS=DISABLED
|
|||
PROCESS_NAME=/system/bin/lowi-server
|
||||
PROCESS_ARGUMENT=
|
||||
PROCESS_STATE=ENABLED
|
||||
PROCESS_GROUPS=gps net_admin wifi inet qcom_diag net_raw
|
||||
PROCESS_GROUPS=gps net_admin wifi inet oem_2950 net_raw
|
||||
PREMIUM_FEATURE=0
|
||||
IZAT_FEATURE_MASK=0xf303
|
||||
PLATFORMS=all
|
||||
|
@ -178,7 +178,7 @@ LEAN_TARGETS=DISABLED
|
|||
PROCESS_NAME=/system/bin/xtwifi-client
|
||||
PROCESS_ARGUMENT=
|
||||
PROCESS_STATE=ENABLED
|
||||
PROCESS_GROUPS=net_admin wifi inet gps net_raw rfs_shared
|
||||
PROCESS_GROUPS=net_admin wifi inet gps net_raw oem_2952
|
||||
PREMIUM_FEATURE=1
|
||||
IZAT_FEATURE_MASK=0xf0f
|
||||
PLATFORMS=all
|
||||
|
@ -188,7 +188,7 @@ LEAN_TARGETS=DISABLED
|
|||
PROCESS_NAME=/system/vendor/bin/slim_daemon
|
||||
PROCESS_ARGUMENT=
|
||||
PROCESS_STATE=ENABLED
|
||||
PROCESS_GROUPS=gps net_raw qcom_diag
|
||||
PROCESS_GROUPS=gps net_raw oem_2950
|
||||
PREMIUM_FEATURE=1
|
||||
IZAT_FEATURE_MASK=0xf0
|
||||
PLATFORMS=all
|
||||
|
|
|
@ -909,7 +909,7 @@ service rmt_storage /vendor/bin/rmt_storage
|
|||
service qmuxd /vendor/bin/qmuxd
|
||||
class core
|
||||
user radio
|
||||
group radio audio bluetooth gps qcom_diag log
|
||||
group radio audio bluetooth gps oem_2950 log
|
||||
|
||||
service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
|
||||
-iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#
|
||||
|
||||
# the DIAG device node is not world writable/readable.
|
||||
/dev/diag 0660 system qcom_diag
|
||||
/dev/diag 0660 system oem_2950
|
||||
|
||||
/dev/genlock 0666 system system
|
||||
/dev/kgsl 0666 system system
|
||||
|
|
Loading…
Reference in a new issue