sdm660-common: Checkout RIL Related Blobs from curtana V12.0.1.0.RJWINXM

Signed-off-by: Kunmun <kunmun.devroms@gmail.com>
This commit is contained in:
Subhajeet Muhuri
2021-09-30 00:52:55 +05:30
committed by Kunmun
parent 1e28936d75
commit 5f2ec6fc67
307 changed files with 2398 additions and 411 deletions
@@ -0,0 +1,23 @@
# Copyright (c) 2018 - 2020 Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc.
# Create the directories used by DPM subsystem
on post-fs-data
mkdir /data/dpm 0771 system system
chown system system /data/dpm
#start dpmd service
service dpmd /system/system_ext/bin/dpmd
class late_start
socket dpmd stream 660 root radio
socket tcm stream 660 root inet
socket dpmwrapper stream 660 root inet
group system readproc inet radio wakelock oem_2901
disabled
on property:persist.vendor.dpm.feature=*
start dpmd
on property:persist.vendor.dpm.feature=0
stop dpmd