From 626c2220162c9dc5470419e7b322cd314dca2828 Mon Sep 17 00:00:00 2001 From: PancrasLiu Date: Tue, 14 Jan 2025 13:22:15 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0SA=E6=9E=9A=E4=B8=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: PancrasLiu --- .../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 354fb74a..fbb6fec5 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -158,6 +158,7 @@ enum { DEVICE_STANDBY_SERVICE_SYSTEM_ABILITY_ID = 1914, TASK_HEARTBEAT_MGR_SYSTEM_ABILITY_ID = 1915, APP_NAP_SYSTEM_ABILITY_ID = 1916, + PROCESS_RELATION_MANAGER_SA_ID = 1917, RES_SCHED_EXE_ABILITY_ID = 1918, SUBSYS_IDE_SYS_ABILITY_ID_BEGIN = 2000, SUBSYS_INTELLIACCESSORIES_SYS_ABILITY_ID_BEGIN = 2100, -- Gitee