Files
vendor_xiaomi_sm8250-common/proprietary/vendor/etc/init/vppservice.rc
Sebastiano Barezzi 3a69869f8b sm8250-common: Initial import from 19.1
* HEAD: 59232e228cd57b03625522adb2aef1e02a803f69

Change-Id: Id4cfb36e01b00e69260706256e243f139ee91b40
2022-11-24 18:13:09 +01: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