1234567891011121314151617 |
- # Copyright (c) 2020 Qualcomm Technologies, Inc.
- # All Rights Reserved.
- # Confidential and Proprietary - Qualcomm Technologies, Inc.
- service vendor.qconfig /vendor/bin/hw/qconfigservice
- class hal
- user media
- group camera
- # HIDL interfaces
- interface [email protected]::IQConfig default
- # don't auto restart
- oneshot
- # start only when requested (uncomment below to disable service at boot)
- # disabled
|