From 8e224bf201e05a99091f4b1c36f3e9b866af7eec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=98=8A=E8=8B=8F?= Date: Wed, 25 Dec 2024 10:47:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Esane=5Fservice=20saId=20;=20S?= =?UTF-8?q?igned-off-by:liuhaosu@huawei.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘昊苏 --- interfaces/innerkits/rust/src/definition.rs | 1 + .../innerkits/samgr_proxy/include/system_ability_definition.h | 1 + 2 files changed, 2 insertions(+) diff --git a/interfaces/innerkits/rust/src/definition.rs b/interfaces/innerkits/rust/src/definition.rs index fd1bd0e2..1890ba80 100644 --- a/interfaces/innerkits/rust/src/definition.rs +++ b/interfaces/innerkits/rust/src/definition.rs @@ -236,6 +236,7 @@ pub const WALLPAPER_MANAGER_SERVICE_ID: i32 = 3705; pub const DOWNLOAD_SERVICE_ID: i32 = 3706; pub const PRINT_SERVICE_ID: i32 = 3707; pub const SCAN_SERVICE_ID: i32 = 3708; +pub const SANE_SERVICE_ID: i32 = 3709; pub const SUBSYS_SOURCECODETRANSFORMER_SYS_ABILITY_ID_BEGIN: i32 = 3800; pub const SUBSYS_STARTUP_SYS_ABILITY_ID_BEGIN: i32 = 3900; pub const PARAM_WATCHER_DISTRIBUTED_SERVICE_ID: i32 = 3901; diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index 354fb74a..cc09970b 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -245,6 +245,7 @@ enum { DOWNLOAD_SERVICE_ID = 3706, PRINT_SERVICE_ID = 3707, SCAN_SERVICE_ID = 3708, + SANE_SERVICE_ID = 3709, SUBSYS_SOURCECODETRANSFORMER_SYS_ABILITY_ID_BEGIN = 3800, SUBSYS_STARTUP_SYS_ABILITY_ID_BEGIN = 3900, PARAM_WATCHER_DISTRIBUTED_SERVICE_ID = 3901, -- Gitee