bc2624a041
This macro creates the necessary neverallow to assert the hal_power_stats_{client,server} attribute has exclusive ownership of the service. Bug: 176180039 Test: build/TH Change-Id: I710eadc4c4f4642937aa16a25fe559e1cd3c9224
8 lines
358 B
Text
8 lines
358 B
Text
# HwBinder IPC from client to server, and callbacks
|
|
binder_call(hal_power_stats_client, hal_power_stats_server)
|
|
binder_call(hal_power_stats_server, hal_power_stats_client)
|
|
|
|
hal_attribute_hwservice(hal_power_stats, hal_power_stats_hwservice)
|
|
hal_attribute_service(hal_power_stats, hal_power_stats_service)
|
|
|
|
binder_call(hal_power_stats_server, servicemanager)
|