From 53b37a6ae4cdf6ef56e901a6de3bddb1e336536e Mon Sep 17 00:00:00 2001 From: wKyrong Date: Fri, 26 Aug 2022 17:17:25 +0800 Subject: [PATCH] add huks sa id definition Signed-off-by: wKyrong --- .../innerkits/samgr_proxy/include/system_ability_definition.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index 3a68ad28..afa5306f 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -181,6 +181,7 @@ enum { SUBSYS_SECURITY_SYS_ABILITY_ID_BEGIN = 3500, ACCESS_TOKEN_MANAGER_SERVICE_ID = 3503, TOKEN_SYNC_MANAGER_SERVICE_ID = 3504, + UNIVERSAL_KEYSTORE_SERVICE_SA_ID = 3510, DEVICE_SECURITY_LEVEL_MANAGER_SA_ID = 3511, SUBSYS_SENSORS_SYS_ABILITY_ID_BEGIN = 3600, SENSOR_SERVICE_ABILITY_ID = 3601, @@ -298,7 +299,7 @@ static const std::map saNameMap_ = { { POWER_MANAGER_BATT_SERVICE_ID, "PowerManagerBatt" }, { POWER_MANAGER_BATT_STATS_SERVICE_ID, "BatteryStatsService" }, { 3502, "DpmsService" }, - { 3510, "KeystoreService" }, + { UNIVERSAL_KEYSTORE_SERVICE_SA_ID, "HuksService" }, { DEVICE_SECURITY_LEVEL_MANAGER_SA_ID, "DslmService" }, { SENSOR_SERVICE_ABILITY_ID, "SensorService" }, { MISCDEVICE_SERVICE_ABILITY_ID, "MiscDeviceService" }, -- Gitee