diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index 7578a00e51167f88c8676d70d5a9fbf3b2ef4352..a518600bbeeefcc0c64b4e65d7d6b47dddca2212 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, SMART_COMM_SYS_ABILITY_ID = 1180, SUBSYS_DFX_SYS_ABILITY_ID_BEGIN = 1200, DFX_SYS_HIVIEW_ABILITY_ID = 1201, @@ -418,6 +419,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" }, { ENTERPRISE_DEVICE_MANAGER_SA_ID, "EnterpriseDeviceManagerService" }, { PARAM_WATCHER_DISTRIBUTED_SERVICE_ID, "ParamWatcher" }, { SYSPARAM_DEVICE_SERVICE_ID, "SysParamDevice" },