From 6a23973abbff73109be5e466b9b1a38654bf2f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miss=E6=B7=B1=E6=B5=B7=E9=B1=BC?= Date: Tue, 1 Mar 2022 06:54:49 +0000 Subject: [PATCH] update interfaces/innerkits/samgr_proxy/include/system_ability_definition.h. Signed-off-by: miss-deep-sea-fish --- .../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 fe22f31c..a373369e 100755 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -177,6 +177,8 @@ enum { TIME_SERVICE_ID = 3702, INPUT_METHOD_SYSTEM_ABILITY_ID = 3703, SCREENLOCK_SERVICE_ID = 3704, + WALLPAPER_MANAGER_SERVICE_ID = 3705, + DOWNLOAD_SERVICE_ID = 3706, SUBSYS_SOURCECODETRANSFORMER_SYS_ABILITY_ID_BEGIN = 3800, SUBSYS_STARTUP_SYS_ABILITY_ID_BEGIN = 3900, PARAM_WATCHER_DISTRIBUTED_SERVICE_ID = 3901, -- Gitee