You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
469 B
17 lines
469 B
2 years ago
|
# Copyright (c) 2019 Qualcomm Technologies, Inc.
|
||
|
# All Rights Reserved.
|
||
|
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||
|
#
|
||
|
|
||
|
# msm specific files that need to be created on /data
|
||
|
on post-fs-data
|
||
|
#create ipacm-diag log dir
|
||
|
mkdir /data/vendor/ipa 0770 radio radio
|
||
|
chmod 0770 /data/vendor/ipa
|
||
|
|
||
|
service vendor.ipacm-diag /system/vendor/bin/ipacm-diag
|
||
|
class main
|
||
|
user radio
|
||
|
socket ipacm_log_file dgram 660 radio radio
|
||
|
group radio diag oem_2901
|