From 4cd6904dfee20da636a8290cd605039934586415 Mon Sep 17 00:00:00 2001 From: penghongxing Date: Tue, 15 Jul 2025 16:14:15 +0800 Subject: [PATCH] add aip sa id Signed-off-by: penghongxing --- .../innerkits/samgr_proxy/include/system_ability_definition.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index 5cfe262a..d56bdc47 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -122,6 +122,7 @@ enum { DISTRIBUTED_FS_DAEMON_SERVICE_ID = 1302, DISTRIBUTED_FS_META_SERVICE_ID = 1303, DISTRIBUTED_FS_STORAGE_SERVICE_ID = 1304, + DISTRIBUTED_AIP_SERVICE_ID = 1305, SUBSYS_DISTRIBUTEDSCHEDULE_SYS_ABILITY_ID_BEGIN = 1400, DISTRIBUTED_SCHED_SA_ID = 1401, DISTRIBUTED_SCHED_ADAPTER_SA_ID = 1402, -- Gitee