platform_system_sepolicy/public/hal_vr.te
Jeff Vander Stoep 27ae545a78 clean up hal types
Bug: 32123421
Test: build Hikey
Change-Id: Iaf02626f3f3a94104c0f9d746c3cf5f20751a27d
2016-10-26 09:50:04 -07:00

9 lines
186 B
Text

# vr subsystem
type hal_vr, domain;
type hal_vr_exec, exec_type, file_type;
# hwbinder access
hwbinder_use(hal_vr)
# call into system_server process
binder_call(hal_vr, system_server)