diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index 4cb51903f92d9ac05854dcec803c9587e0134ce8..6cb119868d4278fd9675620d43973453565618c6 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -95,6 +95,7 @@ enum { COMM_NETSYS_EXT_SYS_ABILITY_ID = 1162, COMM_DISTRIBUTED_NET_ABILITY_ID = 1163, SMART_COMM_SYS_ABILITY_ID = 1180, + RADIO_BOOSTER_SERVICE_ABILITY_ID = 1191, SUBSYS_DFX_SYS_ABILITY_ID_BEGIN = 1200, DFX_SYS_HIVIEW_ABILITY_ID = 1201, DFX_FAULT_LOGGER_ABILITY_ID = 1202, @@ -467,6 +468,7 @@ static const std::map saNameMap_ = { { PUSH_MANAGER_SERVICE_SA_ID, "PushManagerService" }, { ADVERTISING_SA_ID, "Advertising" }, { LOCAL_CODE_SIGN_SERVICE_ID, "LocalCodeSignService" }, + { RADIO_BOOSTER_SERVICE_ABILITY_ID, "RadioBoosterService" }, }; } // namespace OHOS