Files
vendor_nothing_Spacewar/proprietary/vendor/etc/init/vppservice.rc
2023-09-11 20:54:25 +02:00

18 lines
468 B
Plaintext

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