android_device_xiaomi_sdm66.../sepolicy/hwservice.te
dianlujitao 8ff49b15bd
wayne-common: Access mlipay hal via a binder service
* Untrusted apps are no longer allowed to directly access hwbinder on
   Pie, implement a system service as a middleware between mlipay hal
   and untrusted apps.
 * Xiaomi uses similar solution for MIUI on Pie.

Change-Id: Ie52376b1f7bcd84d219fe73bceb4bdd6cc2b9980
2019-08-14 10:04:10 +02:00

2 lines
98 B
Text

type goodixhw_service, hwservice_manager_type;
type hal_mlipay_hwservice, hwservice_manager_type;