1234567891011121314151617 |
- # 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 [email protected]::IHidlVppService vppService
- # don't auto restart
- oneshot
- # start only when requested (uncomment below to disable service at boot)
- # disabled
|