From 20677f7ed98c62dff0d9847001d907caffbac958 Mon Sep 17 00:00:00 2001 From: sxzheng96 Date: Tue, 22 Feb 2022 02:25:39 +0000 Subject: [PATCH] add distributed_screen sa id --- .../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 c2b728c9..dba8eb45 100755 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -217,6 +217,8 @@ enum { DISTRIBUTED_HARDWARE_DEVICEMANAGER_SA_ID = 4802, DISTRIBUTED_HARDWARE_CAMERA_SOURCE_SA_ID = 4803, DISTRIBUTED_HARDWARE_CAMERA_SINK_SA_ID = 4804, + DISTRIBUTED_HARDWARE_SCREEN_SOURCE_SA_ID = 4807, + DISTRIBUTED_HARDWARE_SCREEN_SINK_SA_ID = 4808, SUBSYS_STORAGE_SYS_ABILITY_ID_BEGIN = 4900, STORAGE_DISTRIBUTED_FILE_DAEMON_SA_ID = 4901, STORAGE_DISTRIBUTED_FILE_SERVICE_SA_ID = 4902, -- Gitee