vendor_oneplus_sm8250-common/proprietary/vendor/etc/init/vppservice.rc

20 lines
596 B
Plaintext
Raw Normal View History

# 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