From 4d38aecfee94d6ab4ce0cc02f4ebe53a856c9471 Mon Sep 17 00:00:00 2001 From: yangkuangyi Date: Wed, 27 Apr 2022 09:13:16 +0000 Subject: [PATCH 1/2] =?UTF-8?q?update=20interfaces/innerkits/samgr=5Fproxy?= =?UTF-8?q?/include/system=5Fability=5Fdefinition.h.=20=E4=B8=BA=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E9=9F=B3=E7=AE=B1=E7=94=B3=E8=AF=B7SAID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangkuangyi --- .../innerkits/samgr_proxy/include/system_ability_definition.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index 88169fe6..e1d65a43 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -243,6 +243,9 @@ enum { FILEMANAGEMENT_BACKUP_SERVICE_SA_ID = 5203, DISTRIBUTED_DEVICE_PROFILE_SA_ID = 6001, SUBSYS_ACE_SYS_ABILITY_ID_BEGIN = 7001, + SUBSYS_SPEAKER_SYS_ABILITY_ID_BEGIN = 7200, + SUBSYS_SPEAKER_SYS_ABILITY_ID_END = 7700, + SUBSYS_ACE_SYS_ABILITY_ID_BEGIN = 7001, CA_DAEMON_ID = 8001, LAST_SYS_ABILITY_ID = 0x00ffffff, // 16777215 }; -- Gitee From f5650373a783027bc27ef4a58695978868e434f3 Mon Sep 17 00:00:00 2001 From: yangkuangyi Date: Wed, 27 Apr 2022 09:18:54 +0000 Subject: [PATCH 2/2] =?UTF-8?q?update=20interfaces/innerkits/samgr=5Fproxy?= =?UTF-8?q?/include/system=5Fability=5Fdefinition.h.=20=E4=B8=BA=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E9=9F=B3=E7=AE=B1=E7=94=B3=E8=AF=B7SAID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangkuangyi --- .../innerkits/samgr_proxy/include/system_ability_definition.h | 1 - 1 file changed, 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 e1d65a43..2bdfafbe 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -245,7 +245,6 @@ enum { SUBSYS_ACE_SYS_ABILITY_ID_BEGIN = 7001, SUBSYS_SPEAKER_SYS_ABILITY_ID_BEGIN = 7200, SUBSYS_SPEAKER_SYS_ABILITY_ID_END = 7700, - SUBSYS_ACE_SYS_ABILITY_ID_BEGIN = 7001, CA_DAEMON_ID = 8001, LAST_SYS_ABILITY_ID = 0x00ffffff, // 16777215 }; -- Gitee