xref: /aosp_15_r20/system/sepolicy/private/hidl_lazy_test_server.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1type hidl_lazy_test_server, domain;
2type hidl_lazy_test_server_exec, exec_type, file_type, system_file_type;
3
4userdebug_or_eng(`
5  typeattribute hidl_lazy_test_server coredomain;
6  init_daemon_domain(hidl_lazy_test_server)
7  hal_server_domain(hidl_lazy_test_server, hal_lazy_test)
8')
9