From e5528abef4e26123cbd6a48e1118d8c15c9ad327 Mon Sep 17 00:00:00 2001 From: zhang-deyao Date: Sat, 19 Apr 2025 08:54:55 +0000 Subject: [PATCH 1/2] update interfaces/innerkits/samgr_proxy/include/system_ability_definition.h. Signed-off-by: zhang-deyao --- .../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 c8ead207..25906744 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -321,6 +321,7 @@ enum { ARKUI_UI_APPEARANCE_SERVICE_ID = 7002, CA_DAEMON_ID = 8001, TRUSTED_SERVICE_ID = 8002, + ANTI_FRAUD_SERVICE_ID = 8003, ASSET_SERVICE_ID = 8100, EL5_FILEKEY_MANAGER_SERVICE_ID = 8250, COMM_FIREWALL_MANAGER_SYS_ABILITY_ID = 8300, -- Gitee From c7750feadd20b11ef861835e3e678d72328d90e0 Mon Sep 17 00:00:00 2001 From: zhang-deyao Date: Sat, 19 Apr 2025 08:55:54 +0000 Subject: [PATCH 2/2] update interfaces/innerkits/rust/src/definition.rs. Signed-off-by: zhang-deyao --- interfaces/innerkits/rust/src/definition.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interfaces/innerkits/rust/src/definition.rs b/interfaces/innerkits/rust/src/definition.rs index b1157cee..a766ac3b 100644 --- a/interfaces/innerkits/rust/src/definition.rs +++ b/interfaces/innerkits/rust/src/definition.rs @@ -307,6 +307,8 @@ pub const ECOLOGICAL_RULE_MANAGER_SA_ID: i32 = 6105; pub const SUBSYS_ACE_SYS_ABILITY_ID_BEGIN: i32 = 7001; pub const ARKUI_UI_APPEARANCE_SERVICE_ID: i32 = 7002; pub const CA_DAEMON_ID: i32 = 8001; +pub const TRUSTED_SERVICE_ID: i32 = 8002; +pub const ANTI_FRAUD_SERVICE_ID: i32 = 8003; pub const COMM_WEARABLE_DISTRIBUTED_NET_ABILITY_ID: i32 = 8400; // reserved for vendor -- Gitee