From cc9bfe9e059d1d13b5521ac3f9d3f1cd79c96917 Mon Sep 17 00:00:00 2001 From: lichengyuan <11109719+LiCYuan@user.noreply.gitee.com> Date: Fri, 15 Aug 2025 01:29:45 +0000 Subject: [PATCH] =?UTF-8?q?=E9=9F=B3=E8=A7=86=E9=A2=91=E5=8D=A1=E9=A1=BF?= =?UTF-8?q?=E6=A3=80=E6=B5=8B=E6=96=B0=E5=A2=9ESA=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lichengyuan <11109719+LiCYuan@user.noreply.gitee.com> --- .../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 856affc5..2ff37e96 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -329,6 +329,7 @@ enum { COMM_WEARABLE_DISTRIBUTED_NET_ABILITY_ID = 8400, SELECTION_FWK_SA_ID = 8500, MECH_BODY_SA_ID = 8550, + XPERF_SERVICE_ID = 8600, // reserved for vendor VENDOR_SYS_ABILITY_ID_BEGIN = 0x00010000, // 65536 VENDOR_SYS_ABILITY_ID_END = 0x00020000, // 131072 -- Gitee