18 lines
468 B
Plaintext
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
|