From 686ba8f61737565e9d5c90f4ea62c09a835d87b7 Mon Sep 17 00:00:00 2001 From: sin_dzzeng <13277932042@163.com> Date: Wed, 6 Apr 2022 11:12:16 +0800 Subject: [PATCH] =?UTF-8?q?IoT=E5=AD=90=E7=B3=BB=E7=BB=9F=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E6=9C=8D=E5=8A=A1ID=E5=8C=BA=E9=97=B4=E8=A7=84?= =?UTF-8?q?=E5=88=92=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sin_dzzeng <13277932042@163.com> --- .../innerkits/samgr_proxy/include/system_ability_definition.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index cb0263b1..cb41a0bf 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -236,6 +236,8 @@ enum { DISTRIBUTED_DEVICE_PROFILE_SA_ID = 6001, SUBSYS_ACE_SYS_ABILITY_ID_BEGIN = 7001, CA_DAEMON_ID = 8001, + SUBSYS_IOT_SYS_ABILITY_ID_BEGIN = 9001, + SUBSYS_IOT_SYS_ABILITY_ID_END = 11000, LAST_SYS_ABILITY_ID = 0x00ffffff, // 16777215 }; -- Gitee