Files
vendor_xiaomi_surya/proprietary/vendor/etc/init/vppservice.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

20 lines
596 B
Plaintext

# Copyright (c) 2019 Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc.
service vendor.vppservice /vendor/bin/vppservice
class hal
user media
group camera
# HIDL interfaces
interface vendor.qti.hardware.vpp@1.1::IHidlVppService vppService
interface vendor.qti.hardware.vpp@1.2::IHidlVppService vppService
interface vendor.qti.hardware.vpp@1.3::IHidlVppService vppService
# don't auto restart
oneshot
# start only when requested (uncomment below to disable service at boot)
# disabled