3319d5ee16
HAL policy defines how the platform and a given HAL interact, but not how the HAL is implemented. This policy should be represented as an attribute that all processes implementing the HAL can include. Bug: 32123421 Test: Builds. Change-Id: I17e5612c0835773c28e14f09e2ce7bdc3f210c15
5 lines
127 B
Text
5 lines
127 B
Text
# hwbinder access
|
|
hwbinder_use(hal_light)
|
|
|
|
# call into system_server process (callbacks)
|
|
binder_call(hal_light, system_server)
|