From 77948e664beee6ed27b071efb686d465d9fe0b99 Mon Sep 17 00:00:00 2001 From: wei-guoqing1 Date: Mon, 1 Sep 2025 11:04:53 +0800 Subject: [PATCH] =?UTF-8?q?mechbody=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wei-guoqing1 --- .../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..856affc5 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -328,6 +328,7 @@ enum { SUBSYS_WEBVIEW_SYS_UPDATE_SERVICE_ID = 8350, COMM_WEARABLE_DISTRIBUTED_NET_ABILITY_ID = 8400, SELECTION_FWK_SA_ID = 8500, + MECH_BODY_SA_ID = 8550, // reserved for vendor VENDOR_SYS_ABILITY_ID_BEGIN = 0x00010000, // 65536 VENDOR_SYS_ABILITY_ID_END = 0x00020000, // 131072 -- Gitee