Files
vendor_xiaomi_surya/proprietary/system_ext/etc/init/dpmd.rc
Willy Gardiol 15ed9b7482 surya: Import blobs from V12.0.1.0.RJGMIXM global stable
From: POCO/surya_global/surya:11/RKQ1.200826.002/V12.0.1.0.RJGMIXM:user/release-keys
Change-Id: Ie366805809e52ca4db992a646a3bd6fde0617b67
2022-01-04 22:33:58 +00:00

24 lines
659 B
Plaintext

# 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