1 type hal_gnss_default, domain; 2 hal_server_domain(hal_gnss_default, hal_gnss) 3 4 type hal_gnss_default_exec, exec_type, vendor_file_type, file_type; 5 init_daemon_domain(hal_gnss_default) 6 7 # Read access to system files for HALs in 8 # /{system,vendor,odm}/lib[64]/hw/ in order 9 # to be able to open the hal implementation .so files 10 r_dir_file(hal_gnss, system_file) 11