Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sm8250-common: Import blobs needed for thermal-engine #260

Open
wants to merge 1 commit into
base: lineage-19.1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions sm8250-common/proprietary/vendor/etc/init/init_thermal-engine.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#! /bin/sh
#
#Copyright (c) 2019-2021 Qualcomm Technologies, Inc.
#Copyright (C) 2019 Sony Mobile Communications Inc.
#
#All Rights Reserved.
#Confidential and Proprietary - Qualcomm Technologies, Inc.
#
#Copyright (c) 2013-2018, The Linux Foundation. All rights reserved.
#
#NOTE: This file has been modified by Sony Mobile Communications Inc.
#Modifications are licensed under the License.
#

service thermal-engine /vendor/bin/thermal-engine
class main
user root
group root system oem_2929 oem_2993
socket thermal-send-client stream 0660 system oem_2907
socket thermal-recv-client stream 0660 system oem_2907
socket thermal-recv-passive-client stream 0660 system oem_2907
socket thermal-send-rule stream 0660 system oem_2907

on property:sys.boot_completed=1
restart thermal-engine
Loading