1# 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) 10