[Detail] Add sepolicy for fm_hidle_service. MTK-Commit-Id: 13358f71839220423a732b81b0e3c1d2e4210cb8 Change-Id: I761732065bbcec7fa398ab481b7921509232e693 CR-Id: ALPS03938413 Feature: [Module]FM Radio Driver
8 lines
303 B
Plaintext
8 lines
303 B
Plaintext
# HwBinder IPC from client to server, and callbacks
|
|
binder_call(mtk_hal_fm_client, mtk_hal_fm_server)
|
|
binder_call(mtk_hal_fm_server, mtk_hal_fm_client)
|
|
|
|
add_hwservice(mtk_hal_fm_server, mtk_hal_fm_hwservice)
|
|
allow mtk_hal_fm_client mtk_hal_fm_hwservice:hwservice_manager find;
|
|
|
|
vndbinder_use(mtk_hal_fm) |