38 lines
1.4 KiB
Plaintext
38 lines
1.4 KiB
Plaintext
#
|
|
# Copyright (C) 2017 The Android Open-Source Project
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
|
|
import /vendor/etc/init/hw/init.${ro.boot.hardware.platform}.rc
|
|
|
|
on property:vendor.all.modules.ready=1
|
|
chown system system /sys/devices/virtual/sec/tsp/fw_version
|
|
chown system system /sys/devices/virtual/sec/tsp/cmd
|
|
chown system system /sys/devices/virtual/sec/tsp/cmd_result
|
|
chown system system /sys/devices/virtual/sec/tsp/status
|
|
|
|
service vendor.mdm_helper /vendor/bin/mdm_helper
|
|
class core
|
|
group system wakelock
|
|
|
|
on property:sys.retaildemo.enabled=1
|
|
write /sys/class/thermal/cdev-by-name/dc_icl/cur_state 2
|
|
|
|
on property:sys.retaildemo.enabled=0
|
|
write /sys/class/thermal/cdev-by-name/dc_icl/cur_state 0
|
|
|
|
on late-init
|
|
chown system system /sys/devices/virtual/thermal/tz-by-name/panel-audio-therm/trip_point_0_temp
|
|
chown system system /sys/devices/virtual/thermal/tz-by-name/panel-audio-therm/trip_point_0_hyst
|