blob: 3197784bf66c98b435807d3ce309b7454f886868 [file] [log] [blame]
Nikita Ioffe439563f2024-12-10 18:33:22 +00001# Domain for the VM capability HAL, which is used to allow some pVMs to issue
2# vendor-specific SMCs.
3
4binder_call(hal_vm_capabilities_client, hal_vm_capabilities_server)
5
6hal_attribute_service(hal_vm_capabilities, hal_vm_capabilities_service)
7
8binder_use(hal_vm_capabilities_client)
9binder_use(hal_vm_capabilities_server)