diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index 92a03502c18a928cf0db27cd4b5b8dd72887e1a8..f92752fd51b9be7aded49b01ca16964127c80b79 100755 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -160,6 +160,7 @@ enum { IVIPOWER_ENHANCED_SERVICE_ID = 3309, SUBSYS_ROUTER_SYS_ABILITY_ID_BEGIN = 3400, SUBSYS_SECURITY_SYS_ABILITY_ID_BEGIN = 3500, + DEVICE_SECURITY_LEVEEL_MANAGER_SA_ID = 3511, SUBSYS_SENSORS_SYS_ABILITY_ID_BEGIN = 3600, SENSOR_SERVICE_ABILITY_ID = 3601, MISCDEVICE_SERVICE_ABILITY_ID = 3602, @@ -251,6 +252,7 @@ static const std::map saNameMap_ = { { POWER_MANAGER_BATT_SERVICE_ID, "PowerManagerBatt" }, { 3502, "DpmsService" }, { 3510, "KeystoreService" }, + { DEVICE_SECURITY_LEVEEL_MANAGER_SA_ID, "DslmService" }, { SENSOR_SERVICE_ABILITY_ID, "SensorService" }, { MISCDEVICE_SERVICE_ABILITY_ID, "MiscDeviceService" }, { PASTEBOARD_SERVICE_ID, "DPasteboardService" },