diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index 2b9fb1dd0c23cdb9fbfff876b77421cbc8ac272a..f1be2ccc5e7576186db7f0beb2f127d7a719c1ac 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -44,6 +44,7 @@ enum { BUNDLE_MGR_SERVICE_SYS_ABILITY_ID = 401, DISTRIBUTED_BUNDLE_MGR_SERVICE_SYS_ABILITY_ID = 402, FORM_MGR_SERVICE_ID = 403, + DISTRIBUTED_FORM_MGR_SERVICE_ID = 404, SUBSYS_APPLICATIONS_SYS_ABILITY_ID_BEGIN = 500, APP_MGR_SERVICE_ID = 501, INSTALLD_SERVICE_ID = 511, @@ -414,6 +415,7 @@ static const std::map saNameMap_ = { { PLAYER_DISTRIBUTED_SERVICE_ID, "PlayerDistributedService"}, { CAMERA_SERVICE_ID, "CameraService"}, { AUDIO_POLICY_SERVICE_ID, "AudioPolicyService"}, + { DISTRIBUTED_FORM_MGR_SERVICE_ID, "DistributedFormMgrService" }, { DLP_CREDENTIAL_SERVICE_ID, "DlpCreService"}, { QUICKFIX_ENGINE_SERVICE_ID, "QuickfixEngineService"}, };