Revert "Allow default identity service to call keymint"

Revert submission 1956689-add rkp to identity-default

Reason for revert: Broke git-master. Will resubmit later.
Reverted Changes:
I96dcf3027:Add remote key provisioning to the IC HAL
Id686ac33a:Add dependency on keymint cpp lib
Ib368a2a00:Log to logd in the default identity service
I7d2906de0:Refactor IC support for RKP
Iae0f14f1c:Fix formatting of identity credential aidl
I01d086a4b:Allow default identity service to call keymint

Change-Id: I22a9e9bf8b7edc3d6b635b3e4a07a2efc4ff087a
This commit is contained in:
Seth Moore 2022-01-25 22:44:24 +00:00
parent 157a94d40d
commit 5a1e60c090

View file

@ -3,8 +3,3 @@ hal_server_domain(hal_identity_default, hal_identity)
type hal_identity_default_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_identity_default)
# We need to get a handle to the IRemotelyProvisionedComponent, and it's hosted by
# the keymint HAL.
hal_client_domain(hal_identity_default, hal_keymint)