From b591d192e11860eef2bf85122f198d8ffb71059e Mon Sep 17 00:00:00 2001 From: "yongnan.song" Date: Thu, 27 Jan 2022 16:02:40 +0800 Subject: [PATCH] wallpaper ID Signed-off-by: yongnan.song --- .../innerkits/samgr_proxy/include/system_ability_definition.h | 2 +- 1 file changed, 1 insertion(+), 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 153d55d..45cd0c4 100755 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -178,6 +178,7 @@ enum { TIME_SERVICE_ID = 3702, INPUT_METHOD_SYSTEM_ABILITY_ID = 3703, SCREENLOCK_SERVICE_ID = 3704, + WALLPAPER_MANAGER_SERVICE_ID = 3705, SUBSYS_SOURCECODETRANSFORMER_SYS_ABILITY_ID_BEGIN = 3800, SUBSYS_STARTUP_SYS_ABILITY_ID_BEGIN = 3900, PARAM_WATCHER_DISTRIBUTED_SERVICE_ID = 3901, @@ -215,7 +216,6 @@ enum { DISTRIBUTED_HARDWARE_DEVICEMANAGER_SA_ID = 4802, DISTRIBUTED_HARDWARE_CAMERA_SOURCE_SA_ID = 4803, DISTRIBUTED_HARDWARE_CAMERA_SINK_SA_ID = 4804, - WALLPAPER_MANAGER_SERVICE_ID = 4850, SUBSYS_STORAGE_SYS_ABILITY_ID_BEGIN = 4900, STORAGE_DISTRIBUTED_FILE_DAEMON_SA_ID = 4901, STORAGE_DISTRIBUTED_FILE_SERVICE_SA_ID = 4902,