mirror of
https://github.com/openharmony/ai_intelligent_voice_framework.git
synced 2026-07-01 20:24:01 -04:00
c693333a89
Signed-off-by: lvqiang214 <lvqiang1@huawei.com>
26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
From 4a9d29570c3263ff7f30b5d4178b0507f6b868b9 Mon Sep 17 00:00:00 2001
|
|
From: lvqiang214 <lvqiang1@huawei.com>
|
|
Date: Tue, 4 Jul 2023 22:21:44 +0800
|
|
Subject: [PATCH] add intelligent voice service id
|
|
|
|
Signed-off-by: lvqiang214 <lvqiang1@huawei.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 9f20be1..681f4a8 100644
|
|
--- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h
|
|
+++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h
|
|
@@ -41,6 +41,7 @@ enum {
|
|
SUBSYS_AI_SYS_ABILITY_ID_BEGIN = 300,
|
|
SUBSYS_AI_DS_SYS_ABILITY_ID = 310,
|
|
AIDISPATCHER_ENGINE_SERVICE = 311,
|
|
+ INTELL_VOICE_SERVICE_ID = 312,
|
|
SUBSYS_APPEXECFWK_SYS_ABILITY_ID_BEGIN = 400,
|
|
BUNDLE_MGR_SERVICE_SYS_ABILITY_ID = 401,
|
|
DISTRIBUTED_BUNDLE_MGR_SERVICE_SYS_ABILITY_ID = 402,
|
|
--
|
|
2.34.1
|
|
|