1type hal_identity_default, domain; 2hal_server_domain(hal_identity_default, hal_identity) 3 4type hal_identity_default_exec, exec_type, vendor_file_type, file_type; 5init_daemon_domain(hal_identity_default) 6 7# We need to get a handle to the IRemotelyProvisionedComponent, and it's hosted by 8# the keymint HAL. 9hal_client_domain(hal_identity_default, hal_keymint) 10 11