Nikita Ioffe | 439563f | 2024-12-10 18:33:22 +0000 | [diff] [blame^] | 1 | # Domain for the VM capability HAL, which is used to allow some pVMs to issue |
2 | # vendor-specific SMCs. | ||||
3 | |||||
4 | binder_call(hal_vm_capabilities_client, hal_vm_capabilities_server) | ||||
5 | |||||
6 | hal_attribute_service(hal_vm_capabilities, hal_vm_capabilities_service) | ||||
7 | |||||
8 | binder_use(hal_vm_capabilities_client) | ||||
9 | binder_use(hal_vm_capabilities_server) |