From f47c3631869d3bae519ad48233e2bc244267cedd Mon Sep 17 00:00:00 2001 From: dengxiaoyu Date: Fri, 8 Aug 2025 14:43:15 +0800 Subject: [PATCH 1/4] add said Signed-off-by: dengxiaoyu --- .../innerkits/samgr_proxy/include/system_ability_definition.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index 5cfe262a..e0158d0d 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -1,4 +1,4 @@ -/* + /* * Copyright (c) 2022-2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -319,6 +319,7 @@ enum { APP_DOMAIN_VERIFY_AGENT_SA_ID = 6201, SUBSYS_ACE_SYS_ABILITY_ID_BEGIN = 7001, ARKUI_UI_APPEARANCE_SERVICE_ID = 7002, + MECH_BODY_SA_ID = 7811, CA_DAEMON_ID = 8001, TRUSTED_SERVICE_ID = 8002, ANTI_FRAUD_SERVICE_ID = 8003, -- Gitee From f4a71944e9b667dcb290c41f6917a563a82262ad Mon Sep 17 00:00:00 2001 From: dengxiaoyu Date: Fri, 8 Aug 2025 06:44:49 +0000 Subject: [PATCH 2/4] update interfaces/innerkits/samgr_proxy/include/system_ability_definition.h. Signed-off-by: dengxiaoyu --- .../innerkits/samgr_proxy/include/system_ability_definition.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index e0158d0d..427ea3f7 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -1,4 +1,4 @@ - /* +/* * Copyright (c) 2022-2023 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. -- Gitee From 609495a1d6e6866c56c4b789e24f152d752244f6 Mon Sep 17 00:00:00 2001 From: dengxiaoyu Date: Fri, 8 Aug 2025 07:03:12 +0000 Subject: [PATCH 3/4] update interfaces/innerkits/samgr_proxy/include/system_ability_definition.h. Signed-off-by: dengxiaoyu --- .../innerkits/samgr_proxy/include/system_ability_definition.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index 427ea3f7..69b3a541 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -319,7 +319,6 @@ enum { APP_DOMAIN_VERIFY_AGENT_SA_ID = 6201, SUBSYS_ACE_SYS_ABILITY_ID_BEGIN = 7001, ARKUI_UI_APPEARANCE_SERVICE_ID = 7002, - MECH_BODY_SA_ID = 7811, CA_DAEMON_ID = 8001, TRUSTED_SERVICE_ID = 8002, ANTI_FRAUD_SERVICE_ID = 8003, @@ -329,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 = 66378, // reserved for vendor VENDOR_SYS_ABILITY_ID_BEGIN = 0x00010000, // 65536 VENDOR_SYS_ABILITY_ID_END = 0x00020000, // 131072 -- Gitee From c4ff9196b89040ad37ec4ac3622fb1e66ee6f980 Mon Sep 17 00:00:00 2001 From: dengxiaoyu Date: Mon, 11 Aug 2025 03:15:34 +0000 Subject: [PATCH 4/4] update interfaces/innerkits/samgr_proxy/include/system_ability_definition.h. Signed-off-by: dengxiaoyu --- .../innerkits/samgr_proxy/include/system_ability_definition.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index 69b3a541..856affc5 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -328,7 +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 = 66378, + MECH_BODY_SA_ID = 8550, // reserved for vendor VENDOR_SYS_ABILITY_ID_BEGIN = 0x00010000, // 65536 VENDOR_SYS_ABILITY_ID_END = 0x00020000, // 131072 -- Gitee