1# Panther specific init.rc
2import /vendor/etc/init/hw/init.gs201.rc
3import /vendor/etc/init/hw/init.pantah.rc
4
5on property:vendor.device.modules.ready=1
6    # Start the twoshay touch service
7    start twoshay
8
9# For Japan sku, always enforce camera shutter sound
10# Since this property is read by the audio server in system service,
11# it should be written by the system init.
12on property:ro.boot.hardware.sku=G03Z5
13    setprop audio.camerasound.force true
14