From b3e2b903cf2ea6279413f6c23fd2c260b1d39b59 Mon Sep 17 00:00:00 2001 From: fanzhe Date: Fri, 20 Jun 2025 10:03:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=88=92=E8=AF=8D=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1SA=20ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fanzhe Change-Id: I2f37d1be17375dcd91c6125748b0ee0040109337 --- .../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 25906744..5cfe262a 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -327,6 +327,7 @@ enum { COMM_FIREWALL_MANAGER_SYS_ABILITY_ID = 8300, SUBSYS_WEBVIEW_SYS_UPDATE_SERVICE_ID = 8350, COMM_WEARABLE_DISTRIBUTED_NET_ABILITY_ID = 8400, + SELECTION_FWK_SA_ID = 8500, // reserved for vendor VENDOR_SYS_ABILITY_ID_BEGIN = 0x00010000, // 65536 VENDOR_SYS_ABILITY_ID_END = 0x00020000, // 131072 -- Gitee