vppservice.rc 468 B

1234567891011121314151617
  1. # Copyright (c) 2019-2020 Qualcomm Technologies, Inc.
  2. # All Rights Reserved.
  3. # Confidential and Proprietary - Qualcomm Technologies, Inc.
  4. service vendor.vppservice /vendor/bin/vppservice
  5. class hal
  6. user media
  7. group camera system
  8. # HIDL interfaces
  9. interface [email protected]::IHidlVppService vppService
  10. # don't auto restart
  11. oneshot
  12. # start only when requested (uncomment below to disable service at boot)
  13. # disabled