1service aidl_lazy_test /system_ext/bin/aidl_lazy_test_server
2    interface aidl aidl_lazy_test_1
3    interface aidl aidl_lazy_test_2
4    user system
5    group system
6    oneshot
7    disabled
8
9service aidl_lazy_test_quit /system_ext/bin/aidl_lazy_test_server quit
10    interface aidl aidl_lazy_test_quit
11    user system
12    group system
13    oneshot
14    disabled
15