Files
vendor_xiaomi_peridot/proprietary/vendor/etc/init/vppservice.rc
2024-08-10 14:00:32 +05:30

18 lines
477 B
Plaintext

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