From 8437e23c7a511a74fb2c7e3fe2eefad5d12b2202 Mon Sep 17 00:00:00 2001 From: lanhaoyu Date: Mon, 28 Apr 2025 19:30:50 +0800 Subject: [PATCH] add shortcut clone Signed-off-by: lanhaoyu --- .../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 354fb74a..c06b3e76 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -325,6 +325,7 @@ enum { COMM_FIREWALL_MANAGER_SYS_ABILITY_ID = 8300, SUBSYS_WEBVIEW_SYS_UPDATE_SERVICE_ID = 8350, COMM_WEARABLE_DISTRIBUTED_NET_ABILITY_ID = 8400, + SHORTCUT_MANAGER_SA_ID = 8401, // reserved for vendor VENDOR_SYS_ABILITY_ID_BEGIN = 0x00010000, // 65536 VENDOR_SYS_ABILITY_ID_END = 0x00020000, // 131072 -- Gitee