diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index 92902abc0f543c4faef36a9cd1d82be3c0157002..cf8cb07557470bc8f89be3a62282aa0a788d7a2b 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -89,6 +89,7 @@ enum { COMM_DNS_MANAGER_SYS_ABILITY_ID = 1156, COMM_ETHERNET_MANAGER_SYS_ABILITY_ID = 1157, COMM_NETSYS_NATIVE_SYS_ABILITY_ID = 1158, + COMM_BPF_MANAGER_SYS_ABILITY_ID = 1159, COMM_MDNS_MANAGER_SYS_ABILITY_ID = 1161, SMART_COMM_SYS_ABILITY_ID = 1180, SUBSYS_DFX_SYS_ABILITY_ID_BEGIN = 1200, @@ -424,6 +425,7 @@ static const std::map saNameMap_ = { { COMM_DNS_MANAGER_SYS_ABILITY_ID, "DNSManager"}, { COMM_ETHERNET_MANAGER_SYS_ABILITY_ID, "EthernetManager" }, { COMM_NETSYS_NATIVE_SYS_ABILITY_ID, "NetsysNative" }, + { COMM_BPF_MANAGER_SYS_ABILITY_ID, "BpfLoader" }, { COMM_MDNS_MANAGER_SYS_ABILITY_ID, "MDNSManager"}, { ENTERPRISE_DEVICE_MANAGER_SA_ID, "EnterpriseDeviceManagerService" }, { PARAM_WATCHER_DISTRIBUTED_SERVICE_ID, "ParamWatcher" },