From 7983f60d61e35964958a31e9b16a710fff6bc1e9 Mon Sep 17 00:00:00 2001 From: lwk <1076278852@qq.com> Date: Wed, 19 Jan 2022 10:53:37 +0800 Subject: [PATCH] add dslm SA ID --- .../innerkits/samgr_proxy/include/system_ability_definition.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index 92a03502..f92752fd 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" }, -- Gitee