You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
285 B
7 lines
285 B
4 months ago
|
#for nvram hidl client support
|
||
|
binder_call(hal_nvramagent_client, hal_nvramagent_server)
|
||
|
allow hal_nvramagent_client nvram_agent_binder_hwservice:hwservice_manager find;
|
||
|
|
||
|
# add/find permission rule to hwservicemanager
|
||
|
add_hwservice(hal_nvramagent_server, nvram_agent_binder_hwservice)
|